-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[deps](jindofs) add jindofs for 2.1 (#49259)(#49371)(#49374)(#49502)(#49503)(#49886)(#49903)(#49963) #50283
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
…#49374) Followup apache#49371 Problem Summary: The `jindofs-core` and `jindofs-sdk` jars will be installed in `fe/lib` and `be/lib/java_extensions/preload-extensions`. So that user don't need to install these jars to access aliyun oss-hdfs manually.
### What problem does this PR solve? Followup apache#49502 1. add jindofs ubuntu jar in build.sh, for ubuntu 22 OS. 2. set `fs.oss.impl` after check if it is oss-hdfs, to avoid depending on both `com.aliyun.jindodata.oss.JindoOssFileSystem` and `org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystem`
### What problem does this PR solve? Followup apache#49886 Use regexp to match the different version of jindofs jars. So that we don't need to modify `build.sh` again once the version of jindofs is changed
cp: cannot stat '/home/zcp/repo_center/doris_master/doris/thirdparty/installed/jindofs_libs/jindo-core-linux-el7-aarch64-[0-9]*.jar': No such file or directory
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 39928 ms |
TPC-DS: Total hot run time: 196065 ms |
ClickBench: Total hot run time: 32.39 s |
dataroaring
left a comment
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.
LGTM
bp (#49259)(#49371)(#49374)(#49502)(#49503)(#49886)(#49903)(#49963)