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 05:41:00 UTC

[jira] [Comment Edited] (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=17232535#comment-17232535 ] 

Yuqi Gu edited comment on BIGTOP-3449 at 11/16/20, 5:40 AM:
------------------------------------------------------------

Sure, thanks for working on it. [~iwasakims].


was (Author: yqgu):
Sure, thanks for working on,[~iwasakims].

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> CI log:  https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/COMPONENTS=hadoop,OS=ubuntu-18.04-aarch64/668/console
> {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)