maver1ck commented on pull request #16608:
URL: https://github.com/apache/flink/pull/16608#issuecomment-973893638


   This is error I'm getting on build. Of course with patch from:  
https://github.com/apache/flink/pull/17795
   ```
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  06:32 min
   [INFO] Finished at: 2021-11-19T09:31:23+01:00
   [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
   [ERROR] 
   [ERROR] from the specified remote repositories:
   [ERROR]   apache.snapshots (https://repository.apache.org/snapshots, 
releases=false, snapshots=true),
   [ERROR]   central (https://repo.maven.apache.org/maven2, releases=true, 
snapshots=false)
   [ERROR] 
   
   ```


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