[GitHub] storm pull request #2228: fix class cast exception when nimbus seeds is not ...

2017-07-19 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2228#discussion_r128316430 --- Diff: storm-client/src/jvm/org/apache/storm/utils/NimbusClient.java --- @@ -109,12 +109,13 @@ public static NimbusClient getConfiguredClientAs(Map conf,

[GitHub] storm pull request #2228: fix class cast exception when nimbus seeds is not ...

2017-07-19 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2228#discussion_r128286548 --- Diff: storm-client/src/jvm/org/apache/storm/utils/NimbusClient.java --- @@ -109,12 +109,13 @@ public static NimbusClient getConfiguredClientAs(Map conf, Stri

[GitHub] storm pull request #2228: fix class cast exception when nimbus seeds is not ...

2017-07-19 Thread ecararus
GitHub user ecararus opened a pull request: https://github.com/apache/storm/pull/2228 fix class cast exception when nimbus seeds is not an array of hosts j… Can't use ["host"] it is : - > Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List at