karthick-rn commented on issue #316: Add support for ZooKeeper 3.5 URL: https://github.com/apache/fluo-muchos/pull/316#issuecomment-580935148 We can either update the `CLASSPATH` in `accumulo-env.sh` to include zookeeper lib directory or copy the zookeeper-3.5.6.jar from `lib` to `ZOOKEEPER_HOME` directory. I prefer the latter, simply because it won't change the `CLASSPATH` & any previous Zookeeper versions would still work. Also, I found there is another jar `zookeeper-jute-3.5.6.jar` which should be copied to `ZOOKEEPER_HOME` directory, otherwise Accumulo fails to start with `java.lang.ClassNotFoundException` exception. We may also have to copy these 2 zookeeper*.jar files to hadoop common lib & hadoop hdfs lib to make sure the same version of Zookeeper is being picked across the cluster.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
