[
https://issues.apache.org/jira/browse/STORM-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133500#comment-14133500
]
ASF GitHub Bot commented on STORM-213:
--------------------------------------
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.
> Decouple In-Process ZooKeeper from LocalCluster
> -----------------------------------------------
>
> Key: STORM-213
> URL: https://issues.apache.org/jira/browse/STORM-213
> Project: Apache Storm (Incubating)
> Issue Type: Improvement
> Reporter: Sharmarke Aden
> Assignee: Sriharsha Chintalapani
> Labels: LocalCluster, ZooKeeper
> Fix For: 0.9.3-incubating
>
>
> Currently there is no way to independently start ZooKeeper instance and have
> LocalCluster use this instance. It would be great if there was an option to
> tell LocalCluster to not start its own in-process ZooKeeper and instead rely
> on an already running In-Process instance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)