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

    https://github.com/apache/storm/pull/2184#discussion_r125715307
  
    --- Diff: storm-client/src/jvm/org/apache/storm/utils/NimbusClient.java ---
    @@ -96,6 +96,10 @@ public static NimbusClient 
getConfiguredClientAs(Map<String, Object> conf, Strin
             if (override != null) {
                 return new NimbusClient(override);
             }
    +        Map<String, Object> fullConf = Utils.readStormConfig();
    --- End diff --
    
    This is something I ran into trying to get the ThroughputVsLatency topology 
to run, so I could test the metrics.  It simply means that if you pass in an 
empty config that it will fill in the rest from the command line, storm.yaml, 
and defaults.yaml, just like when submitting a topology.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to