[
https://issues.apache.org/jira/browse/PARQUET-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17543966#comment-17543966
]
ASF GitHub Bot commented on PARQUET-2150:
-----------------------------------------
steveloughran commented on PR #970:
URL: https://github.com/apache/parquet-mr/pull/970#issuecomment-1141216939
ok, somehow I've broken the default classifier logic, which is of course
critical.
downgrading this to a draft until it's ready to be reviewed
```
Error: Failed to execute goal
com.github.os72:protoc-jar-maven-plugin:3.11.4:run (generate-sources) on
project parquet-protobuf: Error resolving artifact:
com.google.protobuf:protoc:3.16.1:exe:${os.detected.classifier}: Could not find
artifact com.google.protobuf:protoc:exe:${os.detected.classifier}:3.16.1 in
jitpack.io (https://jitpack.io/)
Error:
Error: Try downloading the file manually from the project website.
Error:
Error: Then, install it using the command:
Error: mvn install:install-file -DgroupId=com.google.protobuf
-DartifactId=protoc -Dversion=3.16.1 -Dclassifier=${os.detected.classifier}
-Dpackaging=exe -Dfile=/path/to/file
Error:
Error: Alternatively, if you host your own repository you can deploy the
file there:
Error: mvn deploy:deploy-file -DgroupId=com.google.protobuf
-DartifactId=protoc -Dversion=3.16.1 -Dclassifier=${os.detected.classifier}
-Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
```
> parquet-protobuf to compile on mac M1
> -------------------------------------
>
> Key: PARQUET-2150
> URL: https://issues.apache.org/jira/browse/PARQUET-2150
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-protobuf
> Affects Versions: 1.13.0
> Reporter: Steve Loughran
> Priority: Major
>
> parquet-protobuf module fails to compile on Mac M1 because the maven protoc
> plugin cannot find the native osx-aarch_64:3.16.1 binary.
> the build needs to be tweaked to pick up the x86 binaries
--
This message was sent by Atlassian Jira
(v8.20.7#820007)