-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17344. Harmonize guava version and shade guava in yarn-csi. #2434
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
|
🎊 +1 overall
This message was automatically generated. |
ayushtkn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanx @aajisaka for taking this up.
The changes LGTM. Just one doubt, If you have any context can you help me with why actually yarn-csi, was maintaining a separate guava? I think it has its own separate protobuf version as well. Just to be sure we don't land up breaking any use-case, else things are pretty good here
|
Thanks @ayushtkn for your review. When the module was created by https://issues.apache.org/jira/browse/YARN-8873, grpc was 1.15.1. I suppose the guava version is maintained separately because grpc 1.15.1 has guava 20.0 dependency (https://github.com/grpc/grpc-java/blob/v1.15.1/build.gradle#L114). Now grpc has been upgraded to 1.26.0 to support ARM (https://issues.apache.org/jira/browse/YARN-10042) and the guava version is 28.1-android (https://github.com/grpc/grpc-java/blob/v1.26.0/build.gradle#L48), so I think we can change the guava version from 20.0 to 27.0-jre. cc: @yangwwei @sunilgovind for more context |
jojochuang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Same with Ayush. Would be great to get thoughts from Weiwei and Sunil. But given that the APIs are compatible, I think we can go ahead commit this.
|
Merged. Thank you @ayushtkn and @jojochuang |
…pache#2434) Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
JIRA: https://issues.apache.org/jira/browse/HADOOP-17344