[
https://issues.apache.org/jira/browse/HDDS-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142927#comment-17142927
]
Marton Elek commented on HDDS-1042:
-----------------------------------
ozonefs jar files are refactored by HDDS-3458.
I checked the shaded jar files and I can confirm that this problem is solved.
1. Guava is not required any more
2. leveldb is shaded
> 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
> Components: build
> Affects Versions: 0.4.0
> Reporter: Gopal Vijayaraghavan
> Priority: Blocker
> Labels: Triaged
>
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]