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

Add a per-job configuration knob to control loading of native hadoop libraries

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.12.3, 0.13.0
    • 0.14.0
    • io
    • None

    Description

      As it exists today, native-hadoop libraries are loaded automatically if libhadoop.so is present; however we have sporadically seen issues (HADOOP-1545) since native direct-buffers aren't very well understood. The only way to switch off usage of these is to remove the native libraries which is a maintenence issue for large clusters...

      Hence I propose we add a per-job config knob: hadoop.native.lib (set to true by default) which can be used to control usage of native libraries even when the libraries are present e.g. we can have hadoop installed with native libraries present and then use this knob to switch off their usage in rare cases we see issues with them; thus aiding maintenence.

      Attachments

        1. HADOOP-1570_2_20070713.patch
          16 kB
          Arun Murthy
        2. HADOOP-1570_1_20070709.patch
          16 kB
          Arun Murthy

        Issue Links

          Activity

            People

              acmurthy Arun Murthy
              acmurthy Arun Murthy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: