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

Improve versioning and compatibility support in native library for downstream hadoop-common users.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • native
    • None

    Description

      There is no compatibility policy enforced on the JNI function signatures implemented in the native library. This library typically is deployed to all nodes in a cluster, built from a specific source code version. However, downstream applications that want to run in that cluster might choose to bundle a hadoop-common jar at a different version. Since there is no compatibility policy, this can cause link errors at runtime when the native function signatures expected by hadoop-common.jar do not exist in libhadoop.so/hadoop.dll.

      Attachments

        1. proposal.01.txt
          5 kB
          Alan Burlison
        2. HADOOP-11064.003.patch
          5 kB
          Chris Nauroth

        Issue Links

          Activity

            People

              alanburlison Alan Burlison
              cnauroth Chris Nauroth
              Votes:
              1 Vote for this issue
              Watchers:
              22 Start watching this issue

              Dates

                Created:
                Updated: