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:15 UTC

[2/5] storm git commit: minor

minor


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

Branch: refs/heads/master
Commit: e7d863c09e358c2c75b6d36e8976e6dab5f348f1
Parents: a889f73
Author: zhuol <zh...@yahoo-inc.com>
Authored: Mon Apr 27 10:35:06 2015 -0500
Committer: zhuol <zh...@yahoo-inc.com>
Committed: Mon Apr 27 10:35:06 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/e7d863c0/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 22afb37..1c0a466 100644
--- a/docs/documentation/Setting-up-a-Storm-cluster.md
+++ b/docs/documentation/Setting-up-a-Storm-cluster.md
@@ -74,7 +74,7 @@ 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 external classpath and daemon-only external classpath.
+### 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