Raghav Aggarwal created HIVE-30057:
--------------------------------------
Summary: Upgrade grpc-java to 1.84.0 to support native Apple
Silicon (aarch64) without Rosetta
Key: HIVE-30057
URL: https://issues.apache.org/jira/browse/HIVE-30057
Project: Hive
Issue Type: Improvement
Reporter: Raghav Aggarwal
Assignee: Raghav Aggarwal
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
{code:java}
/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]: {code}
But this issue has been solved by grpc
Issue: [https://github.com/grpc/grpc-java/issues/7690]
PR fix: [https://github.com/grpc/grpc-java/pull/12319]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)