Aggarwal-Raghav opened a new pull request, #6792: URL: https://github.com/apache/hive/pull/6792
### What changes were proposed in this pull request? Update `io.grpc` dependency from 1.72.0 -> 1.84.0 ### Why are the changes needed? Check [HIVE-30057](https://issues.apache.org/jira/browse/HIVE-30057) Currently, macOS devs using Apple Silicon M-series machines face issues like this when building hive. **After MAC OS27 (Golden Gate) this issue has resurface. workaround is to install rosetta** ``` /var/folders/v7/99071y3933l7vpl4r9rzn_xh0000gn/T/protoc-gen-grpc-java1051635580890976712.exe: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1. [ERROR] /Users/raghav/Desktop/apache/hive/master/standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto [0:0]: /var/folders/v7/99071y3933l7vpl4r9rzn_xh0000gn/T/protoc-gen-grpc-java1051635580890976712.exe: program not found or is not executable [ERROR] /Users/raghav/Desktop/apache/hive/master/standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto [0:0]: Please specify a program using absolute path or make sure the program is available in your PATH system variable [ERROR] /Users/raghav/Desktop/apache/hive/master/standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto [0:0]: --grpc-java_out: protoc-gen-grpc-java: Plugin failed with status code 1. [ERROR] /Users/raghav/Desktop/apache/hive/master/standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto [0:0]: ``` Issue: https://github.com/grpc/grpc-java/issues/7690 PR fix from grpc-java: https://github.com/grpc/grpc-java/pull/12319 ### Does this PR introduce _any_ user-facing change? NO ### How was this patch tested? Will see CI outcome -- 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]
