nathanmarz / storm-contrib

A collection of spouts, bolts, serializers, DSLs, and other goodies to use with Storm
Eclipse Public License 1.0
580 stars 342 forks source link

upgrade as issue STORM-70:upgrade to curator-1.3.3, fix curator-framewor... #44

Closed Gvain closed 12 months ago

Gvain commented 10 years ago

...k version conflics.

curator-framework-1.0.1 and curator-framework-1.3.3 have different method definition, includeing: 1) netflix.curator.framework.api.CreateBuilder.creatingParentsIfNeeded() has different return types; 2) CuratorFrameworkFactory.newClient(...) doesn't throw IOException anymore in v1.3.3;

When using [storm/storm-kafka "0.9.0-wip16a-scala292"] on storm cluster of [org.apache.storm/storm-core "0.9.2-incubating-SNAPSHOT"], "java.lang.NoSuchMethodError" will thrown.