-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-17465. Upgrade to Focal #2613
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
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
🎊 +1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
(!) A patch to the testing environment has been detected. |
@aajisaka could you please review my PR? I've upgraded the image to Focal. |
🎊 +1 overall
This message was automatically generated. |
@ayushtkn could you please review my PR? |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
I think the HDFS native client is not liking the version of libboost that focal is bringing. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
This is quite strange. Even though I downgraded the Boost version to 1.71.0, CMake is still complaining that it can't find 1.72.0 -
Let me trigger the build to run again. |
(!) A patch to the testing environment has been detected. |
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
* Added a comment describing the reason for pip installation.
* Updated docker file for aarch64 to use the Focal image. Also, removed the packages that were installed separately.
* Modifying files in HDFS and YARN to force the tests to run on this PR.
* Focal toolchain provides Boost version 1.71.0. Hence, using the same.
* Touching the file to retrigger the build.
* Build is failing with Boost 1.71. Trying to install Boost 1.72 separately.
This reverts commit 4af90ad8437acf1eeb852f42f61bd52e7eac0aa6.
710b233
to
72b4ac2
Compare
(!) A patch to the testing environment has been detected. |
This reverts commit d16aea4.
(!) A patch to the testing environment has been detected. |
* Need to install Java Protobuf library separately for aarch64 docker builder image.
(!) A patch to the testing environment has been detected. |
f16643d
to
6027c1f
Compare
(!) A patch to the testing environment has been detected. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
FYI: Now I'm going to drop Python 2 in #1738 |
The patch itself looks good to me. I prepared a Jenkins job to run all the tests in your branch. Please check the result before merging this. Thanks. |
@aajisaka the Jenkins job that you ran has completed - https://ci-hadoop.apache.org/job/hadoop-qbt-any-java8-linux-x86_64/1/console. |
The failed tests are the common offenders. |
Thank you @GauthamBanasandra for your contribution! |
recent versions of the
libraries as those provided
by the Bionic toolchain isn't
recent enough.
Thus, it's better to move to
Focal for better maintainability.