Skip to content

Conversation

a-roberts
Copy link

Currently the 64 bit check in security/UserGroupInformation.java uses os.arch and checks for "64". s390x is returned on IBM's z platform: s390x is 64 bit. Without this change, if we try to use HDFS with Spark, we get a fatal error (unable to login as we can't find a login class).
This address fixes said issue by identifying s390x as a 64 bit platform and thus allowing Spark to run on zLinux. A simple fix with very big implications!

I've tested this builds and works as expected on zLinux.

@aajisaka
Copy link
Member

I've committed the patch in https://issues.apache.org/jira/browse/HADOOP-12081 to trunk and branch-2. Would you close this issue?

@a-roberts a-roberts closed this Sep 7, 2015
mekasone pushed a commit to mekasone/hadoop that referenced this pull request Feb 19, 2017
passaro added a commit to passaro/hadoop that referenced this pull request Nov 22, 2022
HADOOP-18073: Improve BlockingEnumeration
saxenapranav added a commit to saxenapranav/hadoop that referenced this pull request Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants