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/12/18 23:16:01 UTC

[5/5] git commit: AMBARI-4074. Fix mapred-site.xml configs. (yusaku)

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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/eb3837d2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/eb3837d2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/eb3837d2

Branch: refs/heads/branch-1.4
Commit: eb3837d2874f145f9d1bc34fa5cab9c078cd5395
Parents: 2628187
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Dec 13 16:31:08 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Dec 18 14:13:33 2013 -0800

----------------------------------------------------------------------
 ambari-web/app/data/config_mapping.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/eb3837d2/ambari-web/app/data/config_mapping.js
----------------------------------------------------------------------
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 @@ 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",