Github user erikdw commented on a diff in the pull request:
https://github.com/apache/storm/pull/713#discussion_r39913602
--- Diff: docs/documentation/Setting-up-a-Storm-cluster.md ---
@@ -52,10 +52,13 @@ storm.zookeeper.servers:
If the port that your Zookeeper cluster uses is different than the
default, you should set **storm.zookeeper.port** as well.
-2) **storm.local.dir**: The Nimbus and Supervisor daemons require a
directory on the local disk to store small amounts of state (like jars, confs,
and things like that). You should create that directory on each machine, give
it proper permissions, and then fill in the directory location using this
config. For example:
+2) **storm.local.dir**: The Nimbus and Supervisor daemons require a
directory on the local disk to store small amounts of state (like jars, confs,
and things like that).
+ You should create that directory on each machine, give it proper
permissions, and then fill in the directory location using this config.
+ You'd better set it to absolute path rather than relative path,otherwise
it will cause unexpected behavior when you launch daemons
+ from different directories.For example:
--- End diff --
space between . and For
---
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.
---