Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12081

Fix UserGroupInformation.java to support 64-bit zLinux

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.8.0, 3.0.0-alpha1
    • security
    • zLinux

    Description

      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!

      Attachments

        1. HADOOP-12081.001.patch
          1.0 kB
          Akira Ajisaka

        Activity

          People

            aajisaka Akira Ajisaka
            aroberts Adam Roberts
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: