-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19652. Fix dependency exclusion list of hadoop-client-runtime #7878
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
Conversation
|
cc @slfan1989 @cnauroth, this is caused by Jersey upgrading. |
|
AFAIK, there is no solid integration test for the Hadoop Shaded client, I will continue to test it with Spark and fix issues I encounter. |
|
💔 -1 overall
This message was automatically generated. |
| <exclude>jakarta.servlet:*</exclude> | ||
| <exclude>javax.annotation:*</exclude> | ||
| <exclude>org.hamcrest:*</exclude> | ||
| <exclude>org.javassist:*</exclude> |
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.
Can this line remain unchanged?
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.
this is the corrected version of
<exclude>javassist:*</exclude>
|
Not a real error, just caused by token expiration, push a new empty commit to retrigger CI. https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7878/1/console |
|
💔 -1 overall
This message was automatically generated. |
|
@pan3793 This PR still requires some adjustments. |
|
@slfan1989 I see, will fix soon |
|
💔 -1 overall
This message was automatically generated. |
@pan3793 Thank you for your contribution! I don’t see any other issues. Let’s wait for one more day, and if there are no further comments, I’ll merge this PR. |
|
@pan3793 Thanks for the contribution! Merged into trunk. |
…ient-runtime (apache#7878) Contributed by Cheng Pan. * HADOOP-19652. Fix dependency exlucsion list of hadoop-client-runtime Signed-off-by: Shilun Fan <[email protected]>
Description of PR
JIRA: HADOOP-19652. Fix dependency exclusion list of hadoop-client-runtime.
When trying to use the Hadoop trunk version client with Spark 4.1.0-SNAPSHOT (master branch),
NoClassDefFoundErrorwas raised.How was this patch tested?
Hadoop Client Runtime 3.4.2 RC2

Hadoop Client Runtime 3.5.0-SNAPSHOT trunk

Hadoop Client Runtime 3.5.0-SNAPSHOT HADOOP-19652

Tested by submitting a Spark application to a YARN cluster.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?