You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/03/07 19:34:13 UTC

[jira] [Resolved] (MAPREDUCE-3980) mr-jobhistory-daemon.sh should look for mapred script in HADOOP_MAPRED_HOME

     [ https://issues.apache.org/jira/browse/MAPREDUCE-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas resolved MAPREDUCE-3980.
----------------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.0.2-alpha

Resolving it as duplicate as this has been addressed by MAPREDUCE-4649 for 2.0.2-alpha.
                
> mr-jobhistory-daemon.sh should look for mapred script in HADOOP_MAPRED_HOME
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3980
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3980
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: jobhistoryserver
>    Affects Versions: 0.23.1
>            Reporter: Roman Shaposhnik
>             Fix For: 2.0.2-alpha
>
>
> The following:
> {noformat}
> nohup nice -n $YARN_NICENESS "$YARN_HOME"/bin/mapred --config $YARN_CONF_DIR $command "$@" > "$log" 2>&1 < /dev/null &
> {noformat}
> should be this instead:
> {noformat}
> nohup nice -n $YARN_NICENESS "$HADOOP_MAPRED_HOME"/bin/mapred --config $YARN_CONF_DIR $command "$@" > "$log" 2>&1 < /dev/null &
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira