Replies: 1 comment 3 replies
-
We shade the dependencies to protect applications using ozone-filesystem jars to be able to continue using the jar versions the application wants to use. If I understood your question, your question seems to be the reverse, so as not to shade the jars, so that the application using the ozone fs jar can use the same dependency? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we have found that
ozone-filesystem-hadoop3
has a bunch of shaded dependencies that are commonly used, which conflict with dependencies used in our project, causing multiple runtime errors.May I know the reason for having all these dependencies included inside
ozone-filesystem-hadoop3
? Is there an analogue but unshaded dependency that we can use?Beta Was this translation helpful? Give feedback.
All reactions