Skip to content
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

[#2030] fix(client-spark): Remove javax and logging from relocation list to solve NoClassDefFoundError #2029

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

maobaolong
Copy link
Member

@maobaolong maobaolong commented Aug 10, 2024

What changes were proposed in this pull request?

Do not relocate javax to avoid NoClassDefFoundError issue.

Why are the changes needed?

Fix: #2030

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Thanks for the verify check by @zhengchenyu . This is not reproduced on my env.

Copy link

github-actions bot commented Aug 10, 2024

Test Results

 2 760 files   - 32   2 760 suites   - 32   5h 38m 7s ⏱️ - 12m 10s
   988 tests ± 0     985 ✅  -  2   1 💤 ±0  2 ❌ +2 
12 342 runs   - 61  12 325 ✅  - 63  15 💤 ±0  2 ❌ +2 

For more details on these failures, see this check.

Results for commit 25576f6. ± Comparison against base commit 3673b55.

♻️ This comment has been updated with latest results.

@maobaolong maobaolong changed the title Remove javax from relocation list to solve NoClassDefFoundError [#2030] fix(client-spark): Remove javax from relocation list to solve NoClassDefFoundError Aug 10, 2024
@maobaolong maobaolong closed this Aug 10, 2024
@maobaolong maobaolong reopened this Aug 10, 2024
@maobaolong maobaolong marked this pull request as draft August 12, 2024 06:25
@maobaolong maobaolong marked this pull request as ready for review August 14, 2024 05:25
@maobaolong maobaolong changed the title [#2030] fix(client-spark): Remove javax from relocation list to solve NoClassDefFoundError [#2030] fix(client-spark): Remove javax and logging from relocation list to solve NoClassDefFoundError Aug 14, 2024
@zuston
Copy link
Member

zuston commented Aug 19, 2024

Could you help review this? @zhengchenyu

@maobaolong
Copy link
Member Author

@jerqi Please help to review this PR, thanks!

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jerqi jerqi merged commit 95537cd into apache:master Sep 20, 2024
38 of 41 checks passed
@maobaolong
Copy link
Member Author

@jerqi thanks for your review

maobaolong added a commit to maobaolong/incubator-uniffle that referenced this pull request Nov 4, 2024
…tion list to solve NoClassDefFoundError (apache#2029)

### What changes were proposed in this pull request?

Do not relocate javax to avoid NoClassDefFoundError issue.

### Why are the changes needed?

Fix: apache#2030

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Thanks for the verify check by @zhengchenyu . This is not reproduced on my env.

(cherry picked from commit 95537cd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] spark on yarn throws NoClassDefFoundError
3 participants