steveloughran commented on PR #6575: URL: https://github.com/apache/hadoop/pull/6575#issuecomment-1959869568
doing a build shows it is still coming in to timeline service. that's because it is talking to hbase...to fix that we'd need to move to an hbase client which was more current. ``` find . -name \*.jar -print | grep proto ./share/hadoop/yarn/csi/lib/grpc-protobuf-1.53.0.jar ./share/hadoop/yarn/csi/lib/grpc-protobuf-lite-1.53.0.jar ./share/hadoop/yarn/csi/lib/proto-google-common-protos-2.9.0.jar ./share/hadoop/yarn/timelineservice/lib/protobuf-java-2.5.0.jar ./share/hadoop/yarn/timelineservice/lib/hbase-protocol-1.7.1.jar ./share/hadoop/common/lib/hadoop-shaded-protobuf_3_21-1.2.0.jar ./share/hadoop/hdfs/lib/hadoop-shaded-protobuf_3_21-1.2.0.jar ``` Issue: should we explicitly list it in LICENSE-binary? Given we still ship it, I believe we should -- 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]
