You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/04/28 22:31:16 UTC

[3/5] storm git commit: Update the subtitle

Update the subtitle


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/31babca1
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/31babca1
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/31babca1

Branch: refs/heads/master
Commit: 31babca137255658934313f2b0117ddccf04e3c8
Parents: e7d863c
Author: zhuol <zh...@yahoo-inc.com>
Authored: Mon Apr 27 11:05:32 2015 -0500
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Mon Apr 27 11:05:32 2015 -0500

----------------------------------------------------------------------
 docs/documentation/Setting-up-a-Storm-cluster.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/31babca1/docs/documentation/Setting-up-a-Storm-cluster.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Setting-up-a-Storm-cluster.md b/docs/documentation/Setting-up-a-Storm-cluster.md
index 1c0a466..07b4eda 100644
--- a/docs/documentation/Setting-up-a-Storm-cluster.md
+++ b/docs/documentation/Setting-up-a-Storm-cluster.md
@@ -74,7 +74,9 @@ supervisor.slots.ports:
     - 6703
 ```
 
-### If you need support from external libraries or custom plugins, you can place such jars into the extlib/ and extlib-daemon/ directories. Note that the extlib-daemon/ directory stores jars used only by daemons (Nimbus, Supervisor, DRPC, UI, Logviewer), e.g., HDFS and customized scheduling libraries. Accordingly, two environmental variables STORM_EXT_CLASSPATH and STORM_EXT_CLASSPATH_DAEMON can be configured by users for including the external classpath and daemon-only external classpath.
+### Configure external libraries and environmental variables (optional)
+
+If you need support from external libraries or custom plugins, you can place such jars into the extlib/ and extlib-daemon/ directories. Note that the extlib-daemon/ directory stores jars used only by daemons (Nimbus, Supervisor, DRPC, UI, Logviewer), e.g., HDFS and customized scheduling libraries. Accordingly, two environmental variables STORM_EXT_CLASSPATH and STORM_EXT_CLASSPATH_DAEMON can be configured by users for including the external classpath and daemon-only external classpath.
 
 
 ### Launch daemons under supervision using "storm" script and a supervisor of your choice