Github user harshach commented on the pull request:
https://github.com/apache/incubator-storm/pull/207#issuecomment-55547614
@btiernay I ran the wordcounttopology
LocalCluster cluster = new LocalCluster("localhost", new Long(2182));
"storm.zookeeper.servers" ("localhost")
"storm.zookeeper.port" 2182
There is a check for storm.zookeeper.servers before starting a
inprocess-zookeeper
https://github.com/apache/incubator-storm/blob/master/storm-core/src/clj/backtype/storm/testing.clj#L122
If you have any logs where you seeing its starting the inprocess-zookeeper
please post them.
Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---