Github user erikdw commented on a diff in the pull request:
https://github.com/apache/storm/pull/2094#discussion_r114898011
--- Diff: docs/Setting-up-a-Storm-cluster.md ---
@@ -102,9 +102,9 @@ The time to allow any given healthcheck script to run
before it is marked failed
storm.health.check.timeout.ms: 5000
```
-### Configure external libraries and environmental variables (optional)
+### Configure external libraries and environment 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.
+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 environment variables STORM_EXT_CLASSPATH and
STORM_EXT_CLASSPATH_DAEMON can be configured by users for including the
external classpath and daemon-only external classpath. See [Classpath
handling](Classpath-handling.html)] for more details on using external
libraries.
--- End diff --
I also just added a reference from the index page.
---
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.
---