-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](deps) miss build_jindofs in build-thirdparty.sh #49371
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34224 ms |
TPC-DS: Total hot run time: 194225 ms |
ClickBench: Total hot run time: 31.26 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-H: Total hot run time: 33788 ms |
TPC-DS: Total hot run time: 192904 ms |
ClickBench: Total hot run time: 31.26 s |
|
PR approved by anyone and no changes requested. |
|
PR approved by at least one committer and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
### What problem does this PR solve? Followup #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.
…#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.
…#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.
Follow up apache#49259 Forget to call `build_jindofs` in `build-thirdparty.sh`
…#49374) ### What problem does this PR solve? 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.
Follow up #49259
Forget to call
build_jindofsinbuild-thirdparty.sh