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

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

    [ https://issues.apache.org/jira/browse/BIGTOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232465#comment-17232465 ] 

Yuqi Gu commented on BIGTOP-3449:
---------------------------------

Root cause: 'Protcobuf 2.5.0' dependency.

I'll add the patch related soon.

> 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
>            Priority: Major
>             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)