adoroszlai opened a new pull request, #3925: URL: https://github.com/apache/ozone/pull/3925
## What changes were proposed in this pull request? Trying to use Ozone FS jar in Spark points out conflict with one of Hadoop's packages: ``` scala> :require /opt/ozone/share/ozone/lib/ozone-filesystem-hadoop3-1.3.0-SNAPSHOT.jar The path '/opt/ozone/share/ozone/lib/ozone-filesystem-hadoop3-1.3.0-SNAPSHOT.jar' cannot be loaded, it contains a classfile that already exists on the classpath: org.apache.hadoop.io.erasurecode.rawcoder.package-info ``` https://issues.apache.org/jira/browse/HDDS-7440 ## How was this patch tested? Regular CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/3368073737 After the update Spark still complains, but only about non-shaded third-party classes. Those will be addressed in separate task. -- 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]
