You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/06/22 07:21:00 UTC

[jira] [Created] (BIGTOP-3558) Fix build failure of HBase on ppc64le

Masatake Iwasaki created BIGTOP-3558:
----------------------------------------

             Summary: Fix build failure of HBase on ppc64le
                 Key: BIGTOP-3558
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3558
             Project: Bigtop
          Issue Type: Improvement
          Components: hbase
            Reporter: Masatake Iwasaki
            Assignee: Masatake Iwasaki


ppc64le binary of protoc 3.5.1-1 is not available in maven repositories.
{noformat}
[ERROR ]Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.0:compile (compile-protoc) on project hbase-protocol-shaded: Missing:
[ERROR] ----------
[ERROR] 1) com.google.protobuf:protoc:exe:linux-ppcle_64:3.5.1-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-1 -Dclassifier=linux-ppcle_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-1 -Dclassifier=linux-ppcle_64 -Dpackaging=exe -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 
[ERROR]   	1) org.apache.hbase:hbase-protocol-shaded:jar:2.2.6
[ERROR]   	2) com.google.protobuf:protoc:exe:linux-ppcle_64:3.5.1-1
{noformat}



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