[ 
https://issues.apache.org/jira/browse/ARROW-15549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rok Mihevc updated ARROW-15549:
-------------------------------
    Description: 
When building on M1 gRPC is not found. It can be [manually 
downloaded|https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.41.0/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe]
 and installed:

{code:bash}
mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java 
-Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe 
-Dfile=/Users/<user>/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe
{code}

But perhaps that could be fixed as suggested here: 
https://github.com/grpc/grpc-java/issues/7690

  was:
When building on M1 gRPC is not found. It can be [manually 
downloaded|https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.41.0/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe]
 and installed:

{code:bash}
mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java 
-Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe 
-Dfile=/Users/rok/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe
{code}

But perhaps that could be fixed as suggested here: 
https://github.com/grpc/grpc-java/issues/7690


> [Java] gRPC not available on M1
> -------------------------------
>
>                 Key: ARROW-15549
>                 URL: https://issues.apache.org/jira/browse/ARROW-15549
>             Project: Apache Arrow
>          Issue Type: New Feature
>            Reporter: Rok Mihevc
>            Priority: Major
>
> When building on M1 gRPC is not found. It can be [manually 
> downloaded|https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/1.41.0/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe]
>  and installed:
> {code:bash}
> mvn install:install-file -DgroupId=io.grpc -DartifactId=protoc-gen-grpc-java 
> -Dversion=1.41.0 -Dclassifier=osx-aarch_64 -Dpackaging=exe 
> -Dfile=/Users/<user>/Downloads/protoc-gen-grpc-java-1.41.0-osx-x86_64.exe
> {code}
> But perhaps that could be fixed as suggested here: 
> https://github.com/grpc/grpc-java/issues/7690



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to