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 21:08:28 UTC

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

Author: srimanth
Date: Tue Jun 18 19:08:28 2013
New Revision: 1494263

URL: http://svn.apache.org/r1494263
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=1494263&r1=1494262&r2=1494263&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 19:08:28 2013
@@ -535,7 +535,7 @@ module.exports =
       "name": "mapred_job_map_mem_mb",
       "displayName": "Default virtual memory for a job's map-task",
       "description": "Virtual memory for single Map task",
-      "defaultValue": "-1",
+      "defaultValue": "1536",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,
@@ -547,7 +547,7 @@ module.exports =
       "name": "mapred_job_red_mem_mb",
       "displayName": "Default virtual memory for a job's reduce-task",
       "description": "Virtual memory for single Reduce task",
-      "defaultValue": "-1",
+      "defaultValue": "2048",
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,