-
Notifications
You must be signed in to change notification settings - Fork 9k
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
HADOOP-19398: Upgrade Dockerfile base to jammy #7320
HADOOP-19398: Upgrade Dockerfile base to jammy #7320
Conversation
💔 -1 overall
This message was automatically generated. |
@YanivKunda Thank you for the contribution! It can't pass the compilation successfully. We still need to continue improving it. Looking forward to the completion of this PR. |
@slfan1989 It seems to fail on grpc-protoc generation on Also, centos-7 is EOL for more than 6 months now: Should supporting these be pursued, or are they are going to be gone any time soon? |
* HDFS-17387. [FGL] Abstract the configurable locking mode
…r FGL and Global lock (apache#6600)
…ine-grained lock (apache#6634)
…ine-grained locking (apache#6656)
…e#7518) Contributed by Istvan Toth
…ream (apache#7506) Contributed by Mehakmeet Singh
…ributed by Istvan Toth. Signed-off-by: Shilun Fan <[email protected]>
… throttle limit (apache#7517) Contributed by Istvan Toth. Signed-off-by: Shilun Fan <[email protected]>
…MergeManager (apache#7519) Contributed by Istvan Toth. Signed-off-by: Shilun Fan <[email protected]>
…esourcemanager Part3. (apache#7485) YARN-11262. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-yarn-server-resourcemanager Part3. Co-authored-by: Chris Nauroth <[email protected]> Co-authored-by: Hualong Zhang <[email protected]> Reviewed-by: Chris Nauroth <[email protected]> Reviewed-by: Hualong Zhang <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
Closes apache#7444 Signed-off-by: Chris Nauroth <[email protected]>
…tests Closes apache#7502 Signed-off-by: Chris Nauroth <[email protected]>
…7508) Contributed by Istvan Toth. Reviewed-by: PJ Fanning <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
…ntInterceptor#forceKillApplication. (apache#7465) Contributed by Shilun Fan. Co-authored-by: Hualong Zhang <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
…pache#7304). Contributed by hfutatzhanghb. Reviewed-by: Jian Zhang <[email protected]>
…pache#7313). Contributed by hfutatzhanghb. Reviewed-by: Jian Zhang <[email protected]>
…hilun Fan. Reviewed-by: Chris Nauroth <[email protected]> Signed-off-by: Shilun Fan <[email protected]>
Closes apache#7528 Signed-off-by: Chris Nauroth <[email protected]>
…7511) * The Windows filesystem does not recognize the POSIX permissions, and it was causing the directory creation failure. * This PR checks if the filesystem does not support POSIX permissions, it switches to using the user-based, ACL-based permissions that work on Windows.
💔 -1 overall
This message was automatically generated. |
Description of PR
Upgrade the base image of the Ubuntu Dockerfiles used for CI and local development.
How was this patch tested?
./start-build-env.sh
mvn clean install -Pnative -DskipTests
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?