Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-3980

mr-jobhistory-daemon.sh should look for mapred script in HADOOP_MAPRED_HOME

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.23.1
    • None
    • jobhistoryserver
    • None

    Description

      The following:

      nohup nice -n $YARN_NICENESS "$YARN_HOME"/bin/mapred --config $YARN_CONF_DIR $command "$@" > "$log" 2>&1 < /dev/null &
      

      should be this instead:

      nohup nice -n $YARN_NICENESS "$HADOOP_MAPRED_HOME"/bin/mapred --config $YARN_CONF_DIR $command "$@" > "$log" 2>&1 < /dev/null &
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rvs Roman Shaposhnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: