Hello, I am using Apache Storm 0.9.3, I needed 2 more fixes STORM-586 and STORM-248, so I pulled the Storm 0.9.3 code and patched in the fixes there and build new JAR files, With renamed version storm-core.0.9.3-myversion and storm-kafka.0.9.3-myversion. Build went ok, when I am submit topology, I am getting run time error :
Caused by: java.lang.ClassNotFoundException: org.apache.curator.RetryPolicy Looking at the POM file, it looks like this Relocated Object. Do I need to anything special to handle this? How does it work with original Storm jar files. Regards, rashmikant
