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

possible double setting of java.library.path introduced by HADOOP-838

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.14.0
    • 0.14.0
    • None
    • None

    Description

      HADOOP-838 introduced setting java.library.path to run the TaskTracker$Child from the TaskTracker's library.path, so that the native lib path is passed to the child. However if we also want to set -Djava.library.path from the configuration by "mapred.child.java.opts", than the child java process is called with two -Djava.library.path properties, and java seems to ignore the former, rather than use the two. This situation prevents using -Djava.library.path in "mapred.child.java.opts".

      Attachments

        1. HADOOP-1493_v1.0.patch
          2 kB
          Enis Soztutar

        Activity

          People

            enis Enis Soztutar
            enis Enis Soztutar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: