Hide
When I run:
storm jar test.jar org.apache.storm.flux.Flux --remote /pat/to/topology.yaml --inactive --filter ./config/dev.properties
dev.properties contains:
# redis properties
redis.server.host = rd.mycompany.org
redis.server.port = 63820
# other properties
zookeeper.servers = zk.mycompany.org:21810
nimbus.seeds = ["nb.mycompany.org"]
nimbus.thrift.port= 6627
Getting following exception:
Can't use ["nb.mycompany.org"] it is : - > Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List at org.apache.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.java:76)
Show
When I run:
storm jar test.jar org.apache.storm.flux.Flux --remote /pat/to/topology.yaml --inactive --filter ./config/dev.properties
dev.properties contains:
# redis properties
redis.server.host = rd.mycompany.org
redis.server.port = 63820
# other properties
zookeeper.servers = zk.mycompany.org:21810
nimbus.seeds = ["nb.mycompany.org"]
nimbus.thrift.port= 6627
Getting following exception:
Can't use ["nb.mycompany.org"] it is : - > Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List at org.apache.storm.utils.NimbusClient.getConfiguredClientAs(NimbusClient.java:76)