This folder contains sample configs needed for using zookeeper in LocalScheduler.
In order to run LocalScheduler, you need to set up a running zookeeper server basing on the config inside statemgr.yaml:
1. Set up the appropriate connection string.
2. Create following required nodes in zookeeper (one time effort):
  /{heron.statemgr.root.path}/tmanagers
  /{heron.statemgr.root.path}/topologies
  /{heron.statemgr.root.path}/pplans
  /{heron.statemgr.root.path}/executionstate
  /{heron.statemgr.root.path}/schedulers

Then you can run LocalScheduler with zookeeper state manager.
