You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2015/01/23 21:51:33 UTC

[GitHub] storm pull request: STORM-598:Newly submitted topologies do not sh...

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