Author: yusaku
Date: Thu Jan 17 01:28:24 2013
New Revision: 1434528
URL: http://svn.apache.org/viewvc?rev=1434528&view=rev
Log:
AMBARI-1203. mapred-site.xml default system directory is not set to
/mapred/system. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml
incubator/ambari/trunk/ambari-web/app/data/config_properties.js
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1434528&r1=1434527&r2=1434528&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Jan 17 01:28:24 2013
@@ -45,6 +45,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1203. mapred-site.xml default system directory is not set
+ to /mapred/system. (yusaku)
+
AMBARI-1200. On some clusters, Nagios alerts show up about 30 seconds after
page load, while on others the alerts show up immediately. (srimanth via
yusaku)
Modified:
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml?rev=1434528&r1=1434527&r2=1434528&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml
(original)
+++
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml
Thu Jan 17 01:28:24 2013
@@ -72,7 +72,7 @@
<property>
<name>mapred.system.dir</name>
- <value></value>
+ <value>/mapred/system</value>
<description>No description</description>
<final>true</final>
</property>
Modified: incubator/ambari/trunk/ambari-web/app/data/config_properties.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_properties.js?rev=1434528&r1=1434527&r2=1434528&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_properties.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_properties.js Thu Jan 17
01:28:24 2013
@@ -1279,7 +1279,7 @@ module.exports =
"name": "mapred_system_dir",
"displayName": "MapReduce system directories",
"description": "",
- "defaultValue": "",
+ "defaultValue": "/mapred/system",
"displayType": "directories",
"isReconfigurable": false,
"isVisible": true,