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/14 01:36:01 UTC

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

Updated Branches:
  refs/heads/branch-1.4.1 29ebc5170 -> b0024d084


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/b0024d08
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b0024d08
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b0024d08

Branch: refs/heads/branch-1.4.1
Commit: b0024d0848d3206a9858ab293c6f4ad482f077b6
Parents: 29ebc51
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Dec 13 16:31:08 2013 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Dec 13 16:31:08 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/b0024d08/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",