Re: Local cluster zookeeper exception

2014-09-22 Thread Jiang Jacky
you are right, I delete the zookeeper dependency in the storm-core, the everything works! 2014-09-22 21:38 GMT-04:00 Vikas Agarwal : > I faced same exception and it turned out that it was version issue of > zookeeper. We are using maven and one of child dependency reference another > version of z

Re: Local cluster zookeeper exception

2014-09-22 Thread Vikas Agarwal
I faced same exception and it turned out that it was version issue of zookeeper. We are using maven and one of child dependency reference another version of zookeeper which caused the issue. You can check dependency hierarchy in eclipse to be sure that this is not the issue. On Tue, Sep 23, 2014 a

Local cluster zookeeper exception

2014-09-22 Thread Jiang Jacky
Hi, Guys I am trying to run the test from my local cluster, but I get the exception java.lang.ClassNotFoundException: org.apache.zookeeper.server.NIOServerCnxnFactory I have read some articles, it seems the version of zookeeper and storm, but I am using the latest version of zookeeper(3.4.5) and l