steveloughran commented on PR #4996: URL: https://github.com/apache/hadoop/pull/4996#issuecomment-1277387176
we can't cut an unshaded protobuf of some form without RPC not linking, so hbase/hive/ozone are in trouble here. changes to RPC.java required to somehow add ability to probe a class for being a subclass of com.google.protobuf.Message without having com.google.protobuf.Message on the classpath would be needed. *this does not need to be protobuf 2.5*. I propose 1. changing some of the imports of hadoop-common to exclude it (cloud components) 2. changing retention here back to `compile` that way someone can turn it off if they want to, but it is not something we do in normal asf releases. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
