Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
I don't think there's an umbrella jira to link all efforts of ARM/aarch64 support in Hadoop. So here it is for ease of tracking purposes.
Attachments
Issue Links
- relates to
-
HADOOP-16603 Lack of aarch64 platform support of dependent PhantomJS
- Open
-
HADOOP-16614 Missing leveldbjni package of aarch64 platform
- Resolved
-
HADOOP-16780 Track unstable tests according to aarch CI due to OOM
- Resolved
-
YARN-9898 Dependency netty-all-4.1.27.Final doesn't support ARM platform
- Resolved
-
HADOOP-13363 Upgrade protobuf from 2.5.0 to something newer
- Open
-
HADOOP-16358 Add an ARM CI for Hadoop
- Resolved
1.
|
Add dockerfile for ARM builds | Resolved | Vinayakumar B |
Hi Wei-Chiu, Thanks for doing this. Actually, our team member has succesfully donated a ARM server to Apache Infra few days ago, and has done some basic adjustment, the server might be OK to use, at least for some test POC. And I have also done some test related things, I've manually tested those YARN test suits which was skipped last time due to some previous test failures, and only 2 of the tests failed to run, so the overall result will be 2 failure and 13 errors for all YARN tests. 13 Errors are all "Apache Hadoop YARN TimelineService HBase tests" and I was able to identify the root cause for last time, it is because Hbase still uses protoc 2.5 and protoc 3.5 which is different from trunk Hadoop, so I manually built HBase 1.4.8 and 2.0.2(which was used by Hadoop according to pom), And the test still fails but maybe due to another reasons.
I was planning to send out a mail and mention all the issues and walk-arounds and also upload all the test logs and surefire-reports for failed tests, for wider discussion and ask for advises, but I'm on business travels this week, and I can do it on Friday when I go back to office.