Re: upgrade from 3.4.5 to 3.5.6

2020-04-17 Thread kuldeep singh
Hi All, I have download the zookeeper source code and run the mvn command for packaging but get problem on "zookeeper-server" directory. *command :- mvn clean package* [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project

Re: upgrade from 3.4.5 to 3.5.6

2020-04-17 Thread Szalay-Bekő Máté
Hello Kuldeep, did you download the source from the ZooKeeper webpage, or checked out from git? Anyway, the following commands should work: wget https://downloads.apache.org/zookeeper/zookeeper-3.5.7/apache-zookeeper-3.5.7.tar.gz tar xzvf ./apache-zookeeper-3.5.7.tar.gz cd apache-zookeeper-3.5.7