Description
Currently 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
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
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.
Attachments
Issue Links
- duplicates
-
BIGTOP-3449 Failed to build Haddop-2.10.1 on Arm64
- Resolved