-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEZ-4594. Tez shuffle handler should not shade and relocate javax packages #385
base: master
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
<exclude>javax.security.**</exclude> | ||
<exclude>javax.net.**</exclude> | ||
</excludes> | ||
</relocation> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see the following jars are currently relocated.
org/apache/tez/shaded/javax/annotation/
org/apache/tez/shaded/javax/xml/bind/
I guess they come from Hadoop. So, "As javax is part of the jdk:" in the ticket might not be correct. Personally, I don't have any objections to exclude javax, though
+- org.apache.hadoop:hadoop-yarn-api:jar:3.3.6:provided
| +- javax.xml.bind:jaxb-api:jar:2.2.11:compile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@okumin , thanks for the clarification
@abstractdog , @okumin is there any other change needed before +1?
No description provided.