We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f31ec commit b72c469Copy full SHA for b72c469
bin/storm
@@ -267,6 +267,12 @@ def drpc():
267
extrajars=[STORM_DIR + "/log4j", STORM_DIR + "/conf"])
268
269
def dev_zookeeper():
270
+ """Syntax: [storm dev-zookeeper]
271
+
272
+ Launches a fresh Zookeeper server using "dev.zookeeper.path" as its local dir and
273
+ "storm.zookeeper.port" as its port. This is only intended for development/testing, the
274
+ Zookeeper instance launched is not configured to be used in production.
275
+ """
276
cppaths = [STORM_DIR + "/log4j", STORM_DIR + "/conf"]
277
exec_storm_class(
278
"backtype.storm.command.dev_zookeeper",
0 commit comments