We recently updated our cluster to HDP 2.3 which upgrades storm to version 0.10.0. Currently maven central only supports the storm-core java lib up to 0.9.5. http://mvnrepository.com/artifact/org.apache.storm/storm-core Version 0.10.0 of storm seemed to have changed the NimbusClient.getClusterInfo response to return a list of nimbus clients rather than the previous "nimbus_uptime_secs", this causes thrift to fail in validating the responses if you use the 0.9.5 library (and the current 0.10.0.beta | beta1 libs). I grabbed the storm-core lib off one of our nodes and it's version 0.10.0 and works if I pull in the dependencies to get the cluster info.
I was just wondering if you were planning up pushing the 0.10.0 (or greater) storm-core lib to maven central sometime soon, otherwise we'll plan on working around it. Currently the 0.9.5 libs are not backwards compatibility. Thanks! Caleb
