You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2020/11/16 02:24:00 UTC

[jira] [Created] (BIGTOP-3449) Failed to build Haddop-2.10.1 on Arm64

Yuqi Gu created BIGTOP-3449:
-------------------------------

             Summary: Failed to build Haddop-2.10.1 on Arm64
                 Key: BIGTOP-3449
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3449
             Project: Bigtop
          Issue Type: Bug
          Components: build
    Affects Versions: 1.4.0
            Reporter: Yuqi Gu
            Assignee: Yuqi Gu
             Fix For: 1.5.0


CI log:


{code:java}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.1:compile (src-compile-protoc) on project hadoop-common: Missing:
[ERROR] ----------
[ERROR] 1) com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0
[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=2.5.0 -Dclassifier=linux-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=2.5.0 -Dclassifier=linux-aarch_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 

{code}






--
This message was sent by Atlassian Jira
(v8.3.4#803005)