Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-11985 Improve Solaris support in Hadoop
  3. HADOOP-12925

Checks for SPARC architecture need to include 64-bit SPARC

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.2
    • 3.0.0-alpha1
    • conf
    • None
    • 64-bit SPARC

    Description

      FastByteComparisons.java and NativeCrc32.java check for the SPARC platform by comparing the os.arch property against "sparc". That doesn't detect 64-bit SPARC ("sparcv9"), the test should be "startsWith", not "equals"

      Attachments

        1. HADOOP-12925.001.patch
          2 kB
          Alan Burlison

        Issue Links

          Activity

            People

              alanburlison Alan Burlison
              alanburlison Alan Burlison
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: