Details
Description
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
Attachments
Issue Links
- depends upon
-
YARN-11558 Fix dependency convergence error on hbase2 profile
- Resolved
- relates to
-
BIGTOP-3994 Bump Hadoop to 3.3.6
- Resolved
-
HADOOP-18942 Upgrade ZooKeeper to 3.7.2
- Resolved
- links to