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

    https://github.com/apache/storm/pull/1765#discussion_r90317167
  
    --- 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 --
    
    I'm not sure I understand the for loop here. Isn't this change just 
submitting the same topology multiple times with different names? Is this an 
artifact from manual testing?


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