You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2013/08/26 20:01:40 UTC

git commit: AMBARI-3025: Ambari is missing essential propeties in yarn-site.xml and mapred-site.xml. (jaimin)

Updated Branches:
  refs/heads/branch-1.4 0e0b98b06 -> e5f2dd20d


AMBARI-3025: Ambari is missing essential propeties in yarn-site.xml and mapred-site.xml. (jaimin)


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

Branch: refs/heads/branch-1.4
Commit: e5f2dd20de4d94a840e088378ebcc164cf7139fc
Parents: 0e0b98b
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Mon Aug 26 11:00:28 2013 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Mon Aug 26 11:00:48 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/config_mapping.js    | 14 ++++++++++++++
 ambari-web/app/data/HDP2/config_properties.js | 12 ++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e5f2dd20/ambari-web/app/data/HDP2/config_mapping.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/config_mapping.js b/ambari-web/app/data/HDP2/config_mapping.js
index bfc17c7..d08b85e 100644
--- a/ambari-web/app/data/HDP2/config_mapping.js
+++ b/ambari-web/app/data/HDP2/config_mapping.js
@@ -337,6 +337,13 @@ var configs = [
     "value": "<templateName[0]>",
     "filename": "yarn-site.xml"
   },
+  {
+    "name": "yarn.resourcemanager.hostname",
+    "templateName": ["rm_host"],
+    "foreignKey": null,
+    "value": "<templateName[0]>",
+    "filename": "yarn-site.xml"
+  },
 /**********************************************mapred-site***************************************/
   {
     "name": "mapreduce.jobhistory.webapp.address",
@@ -436,6 +443,13 @@ var configs = [
     "value": "<templateName[0]>",
     "filename": "mapred-site.xml"
   },
+  {
+    "name": "mapreduce.fileoutputcommitter.marksuccessfuljobs",
+    "templateName": ["mapreduce_fileoutputcommitter_marksuccessfuljobs"],
+    "foreignKey": null,
+    "value": "<templateName[0]>",
+    "filename": "mapred-site.xml"
+  },
   /**********************************************hbase-site***************************************/
   {
     "name": "hbase.rootdir",

http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/e5f2dd20/ambari-web/app/data/HDP2/config_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/config_properties.js b/ambari-web/app/data/HDP2/config_properties.js
index 6f17c57..f76a174 100644
--- a/ambari-web/app/data/HDP2/config_properties.js
+++ b/ambari-web/app/data/HDP2/config_properties.js
@@ -624,6 +624,18 @@ module.exports =
       "domain": "global",
       "category": "Advanced"
     },
+    {
+      "id": "puppet var",
+      "name": "mapreduce_fileoutputcommitter_marksuccessfuljobs",
+      "displayName": "mapreduce.fileoutputcommitter.marksuccessfuljobs",
+      "description": "Mark output directory on successful jobs",
+      "defaultValue": false,
+      "displayType": "checkbox",
+      "isReconfigurable": true,
+      "isVisible": true,
+      "serviceName": "MAPREDUCE2",
+      "category": "Advanced"
+    },
   /**********************************************YARN***************************************/
     {
       "id": "puppet var",