AMBARI-4074. Fix mapred-site.xml configs. (yusaku)
diff --git a/ambari-web/app/data/config_mapping.js b/ambari-web/app/data/config_mapping.js
index 9603dfb..59dde30 100644
--- a/ambari-web/app/data/config_mapping.js
+++ b/ambari-web/app/data/config_mapping.js
@@ -369,14 +369,14 @@
     "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",