-
Notifications
You must be signed in to change notification settings - Fork 9.2k
YARN-10747. Bump YARN CSI protobuf version to 3.7.1 #2946
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
|
I think |
This comment has been minimized.
This comment has been minimized.
Good point! Done. |
This comment has been minimized.
This comment has been minimized.
|
This is weird. The second commit essentially translate into the same thing as the first one, but now it gets mvninstall -1 for Dependency convergence error: |
|
Thanks @smengcl for the update. Before: While checking the dependency, After: The dependency check is run as expected, and it fails. Reading the discussion in YARN-9057, YARN CSI does not contain third-party dependencies including protocol buffer 2.x jars. Therefore we can exclude the protocol buffer 2.x dependency from hadoop-common and other modules to fix the error. |
Change-Id: Ib2a4bf775a5804641a91c6f9a486772c9d87c17e
|
Thanks @aajisaka . I have excluded protobuf-java 2.5.0 from yarn-csi dependencies that introduced it. |
This comment has been minimized.
This comment has been minimized.
|
Merged. Thank you @smengcl |
|
@aajisaka Thanks for reviewing and merging this. |
Signed-off-by: Akira Ajisaka <[email protected]> Change-Id: Ib2a4bf775a5804641a91c6f9a486772c9d87c17e
Signed-off-by: Akira Ajisaka <[email protected]> Change-Id: Ib2a4bf775a5804641a91c6f9a486772c9d87c17e (cherry picked from commit 5b09ba7)
https://issues.apache.org/jira/browse/YARN-10747