Explorar el Código

AMBARI-1344. mapred.tasktracker.reduce.tasks.maximum in mapred-site.xml is not taking effect. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1442842 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako hace 12 años
padre
commit
566e79c977
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/data/config_mapping.js

+ 3 - 0
CHANGES.txt

@@ -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

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

@@ -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]>",