Browse Source

AMBARI-1203. mapred-site.xml default system directory is not set to /mapred/system. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1434528 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
cf5abee82d

+ 3 - 0
CHANGES.txt

@@ -45,6 +45,9 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  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
  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
  page load, while on others the alerts show up immediately. (srimanth via
  yusaku)
  yusaku)

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.2.0/services/MAPREDUCE/configuration/mapred-site.xml

@@ -72,7 +72,7 @@
 
 
   <property>
   <property>
     <name>mapred.system.dir</name>
     <name>mapred.system.dir</name>
-    <value></value>
+    <value>/mapred/system</value>
     <description>No description</description>
     <description>No description</description>
     <final>true</final>
     <final>true</final>
   </property>
   </property>

+ 1 - 1
ambari-web/app/data/config_properties.js

@@ -1279,7 +1279,7 @@ module.exports =
       "name": "mapred_system_dir",
       "name": "mapred_system_dir",
       "displayName": "MapReduce system directories",
       "displayName": "MapReduce system directories",
       "description": "",
       "description": "",
-      "defaultValue": "",
+      "defaultValue": "/mapred/system",
       "displayType": "directories",
       "displayType": "directories",
       "isReconfigurable": false,
       "isReconfigurable": false,
       "isVisible": true,
       "isVisible": true,