Skip to content

Commit b72c469

Browse files
author
Nathan Marz
committed
added doc for dev-zookeeper task
1 parent 37f31ec commit b72c469

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/storm

+6
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ def drpc():
267267
extrajars=[STORM_DIR + "/log4j", STORM_DIR + "/conf"])
268268

269269
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+
"""
270276
cppaths = [STORM_DIR + "/log4j", STORM_DIR + "/conf"]
271277
exec_storm_class(
272278
"backtype.storm.command.dev_zookeeper",

0 commit comments

Comments
 (0)