iwasakims opened a new pull request, #5988: URL: https://github.com/apache/hadoop/pull/5988
https://issues.apache.org/jira/browse/HADOOP-18867 While ZooKeeper 3.6 is already EOL, we can upgrade to the final release of the ZooKeeper 3.6 as short-term fix until bumping to ZooKeeper 3.7 or later. Dependency convergence error must be addressed on `-Dhbase.profile=2.0`. ``` $ mvn clean install -Dzookeeper.version=3.6.4 -Dhbase.profile=2.0 -DskipTests clean install Dependency convergence error for org.apache.yetus:audience-annotations:jar:0.13.0:compile paths to dependency are: +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-common:jar:3.4.0-SNAPSHOT +-org.apache.hadoop:hadoop-common:test-jar:tests:3.4.0-SNAPSHOT:test +-org.apache.zookeeper:zookeeper:jar:3.6.4:compile +-org.apache.zookeeper:zookeeper-jute:jar:3.6.4:compile +-org.apache.yetus:audience-annotations:jar:0.13.0:compile and +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-common:jar:3.4.0-SNAPSHOT +-org.apache.hadoop:hadoop-common:test-jar:tests:3.4.0-SNAPSHOT:test +-org.apache.zookeeper:zookeeper:jar:3.6.4:compile +-org.apache.yetus:audience-annotations:jar:0.13.0:compile and +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-common:jar:3.4.0-SNAPSHOT +-org.apache.hbase:hbase-common:jar:2.2.4:compile +-org.apache.yetus:audience-annotations:jar:0.5.0:compile ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
