aajisaka commented on pull request #2434: URL: https://github.com/apache/hadoop/pull/2434#issuecomment-723073363
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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
