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

HADOOP_IDENT_STRING is overriden in hadoop-env.sh

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • None
    • None
    • None

    Description

      hadoop-env.sh forces HADOOP_IDENT_STRING to $USER possibly overriding a previously set value.

      Instead hadoop-env.sh should set HADOOP_IDENT_STRING to:

      export HADOOP_IDENT_STRING=${HADOOP_IDENT_STRING:-$USER}

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              herberts Mathias Herberts
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: