blob: ca6e8b8816e80dd17a107f2b6e741acf63322e2b [file] [log] [blame]
# scheduler class for distributing the topology for execution
heron.class.scheduler: com.twitter.heron.scheduler.local.LocalScheduler
# launcher class for submitting and launching the topology
heron.class.launcher: com.twitter.heron.scheduler.local.LocalLauncher
# working directory for the topologies
heron.scheduler.local.working.directory: ${HOME}/.herondata/topologies/${CLUSTER}/${ROLE}/${TOPOLOGY}
# location of java - pick it up from shell environment
heron.directory.sandbox.java.home: ${JAVA_HOME}