You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by erikdw <gi...@git.apache.org> on 2017/05/04 21:58:56 UTC

[GitHub] storm pull request #2094: [STORM-2191] shorten classpaths by using wildcards

Github user erikdw commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2094#discussion_r114897599
  
    --- 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 --
    
    Thanks for the suggestions @revans2 !  I've pushed a commit that adds references to the new page to those 2 pages you pointed at.  I also fixed a typo in the markdown.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---