Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/355#issuecomment-71263582
  
    The code compiles now, but I still have not been able to reproduce the 
original cause of this problem. am I doing something wrong?
    ```
    ./bin/storm dev-zookeeper &
    ./bin/storm nimbus &
    ./bin/storm supervisor &
    ./bin/storm ui &
    ./bin/storm logviewer &
    ```
    wait for the UI to come up
    ```
    ./bin/storm jar 
./examples/storm-starter/storm-starter-topologies-0.10.0-SNAPSHOT.jar 
storm.starter.WordCountTopology wc -c topology.workers=4
    ./bin/storm jar 
./examples/storm-starter/storm-starter-topologies-0.10.0-SNAPSHOT.jar 
storm.starter.WordCountTopology wc-2 -c topology.workers=4
    ```
    
    Both show up in the TopologySummary section of the index.html 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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to