-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](java) should use JAVA_OPTS_FOR_JDK_17 instead of JAVA_OPTS #48170
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: 31507 ms |
|
run buildall |
|
PR approved by anyone and no changes requested. |
|
run buildall |
1 similar comment
|
run buildall |
|
TeamCity be ut coverage result: |
|
run p0 |
db05247 to
0432c4e
Compare
|
run buildall |
|
TeamCity be ut coverage result: |
|
run buildall |
TPC-H: Total hot run time: 31396 ms |
TPC-DS: Total hot run time: 183698 ms |
ClickBench: Total hot run time: 30.6 s |
|
TeamCity be ut coverage result: |
|
PR approved by at least one committer and no changes requested. |
…che#48170) ### What problem does this PR solve? 1. no need to set `CLASSPATH` and `LIBHDFS_OPTS` again in BE code, this is all done in `start_be.sh` 2. Print the final `LIBHDFS_OPT` env var in be.INFO, so that we can easily know the real JAVA OPTS for jni
…che#48170) ### What problem does this PR solve? 1. no need to set `CLASSPATH` and `LIBHDFS_OPTS` again in BE code, this is all done in `start_be.sh` 2. Print the final `LIBHDFS_OPT` env var in be.INFO, so that we can easily know the real JAVA OPTS for jni
What problem does this PR solve?
CLASSPATHandLIBHDFS_OPTSagain in BE code, this is all done instart_be.shLIBHDFS_OPTenv var in be.INFO, so that we can easily know the real JAVA OPTS for jniRelease note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)