We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the company rules/policies, I can't use CentOS and JDK 8 to build & launch StarRocks.
I have to go with:
There is also another dependency on Oracle JDK 8u41 after pulling hadoop-3.0.0.tar.gz, I assume that needs a version bump too.
hadoop-3.0.0.tar.gz
Are there concerns about another dev image with different OS and JDK?
ericsun2@f16beb6 is an attempt for the potential PR.
The text was updated successfully, but these errors were encountered:
You can try to replace hadoop-3.0.0.tar.gz with new version hadoop which support JDK11. Maybe some changes here: https://github.com/StarRocks/starrocks/blob/f0ef1eabe6f9e309b0e1203600a0e37c59c87caf/thirdparty/vars-x86_64.sh#L13. And then use this StarRocks repo to build such image.
Sorry, something went wrong.
@ericsun2 The ubuntu build have been addressed in https://github.com/StarRocks/starrocks/blob/main/docs/developers/build-starrocks/build_starrocks_on_ubuntu.md
No branches or pull requests
Due to the company rules/policies, I can't use CentOS and JDK 8 to build & launch StarRocks.
I have to go with:
There is also another dependency on Oracle JDK 8u41 after pulling
hadoop-3.0.0.tar.gz
, I assume that needs a version bump too.Are there concerns about another dev image with different OS and JDK?
ericsun2@f16beb6 is an attempt for the potential PR.
The text was updated successfully, but these errors were encountered: