Kengo Seki created BIGTOP-3450:
----------------------------------
Summary: Building Hadoop fails on ARM64 platform
Key: BIGTOP-3450
URL: https://issues.apache.org/jira/browse/BIGTOP-3450
Project: Bigtop
Issue Type: Bug
Components: hadoop
Reporter: Kengo Seki
Assignee: Kengo Seki
Fix For: 1.5.0Currently building Hadoop is failing on ARM64 platform. [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=centos-7-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=centos-8-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=debian-10-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=debian-9-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=fedora-31-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=ubuntu-16.04-aarch64/console] [https://ci.bigtop.apache.org/job/Bigtop-trunk-packages/668/COMPONENTS=hadoop,OS=ubuntu-18.04-aarch64/console] {code:java} Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.5.1:compile (src-compile-protoc) on project hadoop-common: Missing: ---------- 1) com.google.protobuf:protoc:exe:linux-aarch_64:2.5.0 {code} It seems that there's no protoc 2.5.0 executable for aarch64 on the Maven central indeed, while 3.5.0+ is. (Maybe removed?) [https://repo1.maven.org/maven2/com/google/protobuf/protoc/2.5.0/] [https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.5.0/] I think we can use the protoc executable installed in advance by Bigtop toolchain instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)
