Gopal V created HDDS-1042: ----------------------------- Summary: Class-compatibility: Remove or shade Guava + leveldbjni in Ozonefs Key: HDDS-1042 URL: https://issues.apache.org/jira/browse/HDDS-1042 Project: Hadoop Distributed Data Store Issue Type: Bug Reporter: Gopal V
Ozonefs client JARs have unshaded guava which has version incompatibilities. https://github.com/apache/hadoop/blob/trunk/hadoop-ozone/ozonefs/pom.xml#L53 {code} <include>com.google.guava:guava</include> <include>org.fusesource.leveldbjni:leveldbjni-all</include> {code} Not sure if the ratis-server or rocksdb are needed either. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org