Siddharth Wagle created AMBARI-1203:
---------------------------------------
Summary: mapred-site.xml default system directory is not set to
/mapred/system
Key: AMBARI-1203
URL: https://issues.apache.org/jira/browse/AMBARI-1203
Project: Ambari
Issue Type: Bug
Components: site
Affects Versions: 1.2.0
Reporter: Siddharth Wagle
Assignee: Yusaku Sako
/etc/hadoop/conf/mapred-site.xml:
<property>
<name>mapred.system.dir</name>
<value></value>
</property>
As a result the mapred directories are created under /tmp:
drwxrwxrwx - hdfs hdfs 0 2013-01-16 17:04 /tmp
drwxrwxrwx - mapred hdfs 0 2013-01-16 17:04 /tmp/hadoop-mapred
drwxrwxrwx - mapred hdfs 0 2013-01-16 17:04 /tmp/hadoop-mapred/mapred
drwx------ - mapred hdfs 0 2013-01-16 17:04
/tmp/hadoop-mapred/mapred/system
-rw------- 3 mapred hdfs 4 2013-01-16 17:04
/tmp/hadoop-mapred/mapred/system/jobtracker.info
Expected Result:
<property>
<name>mapred.system.dir</name>
<value>/mapred/system</value>
</property>
--
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