aajisaka commented on pull request #2946: URL: https://github.com/apache/hadoop/pull/2946#issuecomment-826695400
Thanks @smengcl for the update. Before: While checking the dependency, `hadoop.version` overrides the protobuf-java versions in hadoop-common and other modules. Therefore the dependency convergence error is missed. 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. -- 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]
