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

    https://github.com/apache/storm/pull/1765#discussion_r90465747
  
    --- Diff: 
examples/storm-starter/src/jvm/org/apache/storm/starter/WordCountTopology.java 
---
    @@ -90,7 +90,9 @@ public static void main(String[] args) throws Exception {
         if (args != null && args.length > 0) {
           conf.setNumWorkers(3);
     
    -      StormSubmitter.submitTopologyWithProgressBar(args[0], conf, 
builder.createTopology());
    +      for (String name: args) {
    --- End diff --
    
    This was code that I put in to be able to reproduce the problem 
consistently.  If you want me to remove it I am happy to.  It does not really 
provide any real value beyond that.  


---
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