rmetzger commented on pull request #17795:
URL: https://github.com/apache/flink/pull/17795#issuecomment-970619317


   While testing your change, the build failed with:
   
   ```
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 07:35 min
   [INFO] Finished at: 2021-11-16T20:42:42+01:00
   [INFO] Final Memory: 581M/6384M
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.1:test-compile (default) 
on project flink-parquet_2.12: Missing:
   [ERROR] ----------
   [ERROR] 1) com.google.protobuf:protoc:exe:osx-aarch_64:3.5.1
   [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.5.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.5.1 -Dclassifier=osx-aarch_64 -Dpackaging=exe 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
   [ERROR]
   [ERROR] Path to dependency:
   [ERROR] 1) org.apache.flink:flink-parquet_2.12:jar:1.15-SNAPSHOT
   [ERROR] 2) com.google.protobuf:protoc:exe:osx-aarch_64:3.5.1
   [ERROR]
   [ERROR] ----------
   [ERROR] 1 required artifact is missing.
   [ERROR]
   [ERROR] for artifact:
   [ERROR] org.apache.flink:flink-parquet_2.12:jar:1.15-SNAPSHOT
   ```
   
   Ideally we shouldn't require people to perform manual steps to get a clean 
build. Did it work out of the box for you?


-- 
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]


Reply via email to