Browse Source

AMBARI-4074. Fix mapred-site.xml configs. (yusaku)

Yusaku Sako 12 years ago
parent
commit
b0024d0848
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ambari-web/app/data/config_mapping.js

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

@@ -369,14 +369,14 @@ var configs = [
     "filename": "mapred-site.xml"
   },
   {
-    "name": "mapred.healthChecker.script.path",
+    "name": "mapred.job.tracker.persist.jobstatus.dir",
     "templateName": ["mapred_jobstatus_dir"],
     "foreignKey": null,
     "value": "<templateName[0]>",
     "filename": "mapred-site.xml"
   },
   {
-    "name": "mapred.job.tracker.persist.jobstatus.dir",
+    "name": "mapred.healthChecker.script.path",
     "templateName": ["hadoop_conf_dir"],
     "foreignKey": null,
     "value": "<templateName[0]>/health_check",