steveloughran commented on PR #970:
URL: https://github.com/apache/parquet-mr/pull/970#issuecomment-1136296983

   its the maven protoc compiler plugin; wants to pull in something native. i 
have no idea why, but do know, if it is not there, you get to see a stack trace.
   
   ```
   [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: Could not find artifact 
com.google.protobuf:protoc:exe:osx-aarch_64: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=osx-aarch_64 -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=osx-aarch_64 -Dpackaging=exe 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
   [ERROR] 
   [ERROR] 
   [ERROR]   com.google.protobuf:protoc:exe:3.16.1
   [ERROR] 
   [ERROR] from the specified remote repositories:
   [ERROR]   jitpack.io (https://jitpack.io, releases=true, snapshots=true),
   [ERROR]   apache.snapshots (https://repository.apache.org/snapshots, 
releases=false, snapshots=true),
   [ERROR]   maven-central (https://repo1.maven.org/maven2, releases=true, 
snapshots=false)
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <args> -rf :parquet-protobuf
   
   ```


-- 
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: dev-unsubscr...@parquet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to