You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2013/06/18 22:08:03 UTC

svn commit: r1494281 - /incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js

Author: srimanth
Date: Tue Jun 18 20:08:03 2013
New Revision: 1494281

URL: http://svn.apache.org/r1494281
Log:
AMBARI-2421. MapReduce2 Check execute fail. (srimanth)

Modified:
    incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js

Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js?rev=1494281&r1=1494280&r2=1494281&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js (original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_properties.js Tue Jun 18 20:08:03 2013
@@ -512,7 +512,7 @@ module.exports =
       "name": "mapred_cluster_red_mem_mb",
       "displayName": "Cluster's Reduce slot size (virtual memory)",
       "description": "The virtual memory size of a single Reduce slot in the MapReduce framework",
-      "defaultValue": "-1",
+      "defaultValue": "1024",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,
@@ -594,7 +594,7 @@ module.exports =
       "name": "mapred_cluster_max_map_mem_mb",
       "displayName": "Upper limit on virtual memory for single Map task",
       "description": "Upper limit on virtual memory size for a single Map task of any MapReduce job",
-      "defaultValue": "-1",
+      "defaultValue": "1024",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,
@@ -606,7 +606,7 @@ module.exports =
       "name": "mapred_cluster_max_red_mem_mb",
       "displayName": "Upper limit on virtual memory for single Reduce task",
       "description": "Upper limit on virtual memory size for a single Reduce task of any MapReduce job",
-      "defaultValue": "-1",
+      "defaultValue": "1024",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,
@@ -629,7 +629,7 @@ module.exports =
       "name": "mapred_cluster_map_mem_mb",
       "displayName": "Cluster's Map slot size (virtual memory)",
       "description": "The virtual memory size of a single Map slot in the MapReduce framework",
-      "defaultValue": "-1",
+      "defaultValue": "1024",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,