-
Notifications
You must be signed in to change notification settings - Fork 9.1k
YARN-11794. (3.4) Track gRPC generated code for hadoop-yarn-csi #7790
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
base: branch-3.4
Are you sure you want to change the base?
Conversation
@GauthamBanasandra Seems all current Dockerfile - Ubuntu 20.4, Debian 10, CentOS 7/8, have reached EOL, and the oldest CentOS 7 starts to cause building failures, do you have suggestion on that? Should we upgrade them to the supported versions, on both trunk and branch-3.4? Or we must ensure that branch-3.4 supports all those OS even they are EOL? and there was a previous discussion in mailing list related to this https://lists.apache.org/thread/yj5lx4lmrflyqyfvwmjt74y3jcl65tk0 |
💔 -1 overall
This message was automatically generated. |
@pan3793 I think we should move away from the version of the distros that have reached their EOL. We can upgrade to the latest version of that distro. Also, retire the distro where Hadoop isn't buildable anymore. No use keeping it. Just remove the relevant code in |
Description of PR
An alternative to #7499 to recover the CentOS 7 build.
This is only for branch-3.4, we should consider removing the support of CentOS 7 for trunk.
How was this patch tested?
The verification step requires manually patching HADOOP-19540 and HADOOP-19246 on branch-3.4 first.
Before
After
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?