[
https://issues.apache.org/jira/browse/MAPREDUCE-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yingda Chen updated MAPREDUCE-5442:
-----------------------------------
Description:
Currently the mapred-default.xml has "mapreduce.application.classpath" entry
set to
<value>$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/,$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/</value>
which is problematic on Windows since the path does not work on Windows OS,
instead we should be using
"%HADOOP_MAPRED_HOME%\\share\\hadoop\\mapreduce
" for Windows.
> $HADOOP_MAPRED_HOME/$HADOOP_CONF_DIR setting not working on Windows
> -------------------------------------------------------------------
>
> Key: MAPREDUCE-5442
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5442
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Yingda Chen
> Assignee: Yingda Chen
>
> Currently the mapred-default.xml has "mapreduce.application.classpath" entry
> set to
> <value>$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/,$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/</value>
> which is problematic on Windows since the path does not work on Windows OS,
> instead we should be using
> "%HADOOP_MAPRED_HOME%\\share\\hadoop\\mapreduce
> " for Windows.
--
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