[fix](build) Fix JindoFS jar packaging#61940
Merged
CalvinKirs merged 4 commits intoapache:masterfrom Apr 1, 2026
Merged
Conversation
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Fix JindoFS packaging so FE/BE copy all common jars from jindofs_libs and only add the matching platform jar, instead of relying on a brittle hard-coded whitelist.
### Release note
None
### Check List (For Author)
- Test: Manual test
- bash docker/thirdparties/test-jindofs-helpers.sh
- bash -n build.sh
- bash -n docker/thirdparties/jindofs-helpers.sh
- bash -n docker/thirdparties/test-jindofs-helpers.sh
- Behavior changed: Yes (JindoFS packaging now includes all common jars and the matching platform jar)
- Does this need documentation: No
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Refine JindoFS packaging helpers so platform-specific jars are configured via wildcard pattern lists and common jars are copied without assuming a numeric version prefix.
### Release note
None
### Check List (For Author)
- Test: Manual test
- bash docker/thirdparties/test-jindofs-helpers.sh
- bash -n docker/thirdparties/jindofs-helpers.sh
- bash -n docker/thirdparties/test-jindofs-helpers.sh
- Behavior changed: No
- Does this need documentation: No
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Remove the standalone JindoFS helper test script from the branch while keeping the JindoFS packaging helper and build changes intact.
### Release note
None
### Check List (For Author)
- Test: Manual test
- bash -n build.sh
- bash -n docker/thirdparties/jindofs-helpers.sh
- Verified jindofs_copy_jars against current thirdparty/installed/jindofs_libs on Linux aarch64
- Behavior changed: No
- Does this need documentation: No
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
TPC-H: Total hot run time: 26620 ms |
TPC-DS: Total hot run time: 167520 ms |
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Print the JindoFS source jar inventory before FE and BE packaging so build logs show how many jars were available and which jar names were copied from thirdparty/installed/jindofs_libs.
### Release note
None
### Check List (For Author)
- Test: Manual test
- Manual test: - \ - \ for FE/BE temp targets
- Behavior changed: Yes (build logs now include JindoFS source jar count and names before copy)
- Does this need documentation: No
Member
Author
|
run buildall |
TPC-H: Total hot run time: 26516 ms |
TPC-DS: Total hot run time: 169432 ms |
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
hello-stephen
approved these changes
Apr 1, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
#60856 Problem Summary: Fix JindoFS packaging so FE/BE copy all common jars from jindofs_libs and only add the matching platform jar, instead of relying on a brittle hard-coded whitelist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#60856
Problem Summary: Fix JindoFS packaging so FE/BE copy all common jars from jindofs_libs and only add the matching platform jar, instead of relying on a brittle hard-coded whitelist.