You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/02/06 05:50:58 UTC

svn commit: r1442842 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/data/config_mapping.js

Author: yusaku
Date: Wed Feb  6 04:50:58 2013
New Revision: 1442842

URL: http://svn.apache.org/viewvc?rev=1442842&view=rev
Log:
AMBARI-1344. mapred.tasktracker.reduce.tasks.maximum in mapred-site.xml is not taking effect. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/data/config_mapping.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1442842&r1=1442841&r2=1442842&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed Feb  6 04:50:58 2013
@@ -255,6 +255,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI_1344. mapred.tasktracker.reduce.tasks.maximum in mapred-site.xml is not
+ taking effect. (yusaku)
+
  AMBARI-1345. Alerts are not showing up at all in Service pages. (yusaku)
 
  AMBARI-1346. The number of task trackers does not reflect the actual number

Modified: incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_mapping.js?rev=1442842&r1=1442841&r2=1442842&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Wed Feb  6 04:50:58 2013
@@ -383,7 +383,7 @@ module.exports = [
     "filename": "mapred-site.xml"
   },
   {
-    "name": "mapred.tasktracker.red.tasks.maximum",
+    "name": "mapred.tasktracker.reduce.tasks.maximum",
     "templateName": ["mapred_red_tasks_max"],
     "foreignKey": null,
     "value": "<templateName[0]>",