Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/887#issuecomment-157873921
  
    In master 
https://github.com/apache/storm/tree/master/external/storm-metrics/src/main/resources
 gets mapped into the base directory of the jar.  So 
https://github.com/apache/storm/tree/master/external/storm-metrics/src/main/resources/resources
 goes to jar://storm-merics.jar/resources/
    
    For my tests I launch a single node cluster
    
    ```
    $ mvn clean install -DskipTests -Drat.skip
    $ cd storm-dist/binary
    $ mvn clean package
    $ tar -xzvf ./target/*.tar.gz
    $ cd apache-strom*
    $ ./bin/storm dev-zookeeper & #nimbus, ui, logviewer, supervisor,
    $ ./bin/storm jar 
./examples/storm-starter/storm-starter-topologies-0.11.0-SNAPSHOT.jar 
storm.starter.ThroughputVsLatency 2000 1 5
    ```


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

Reply via email to