You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2013/06/07 19:47:10 UTC

svn commit: r1490753 - /incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js

Author: srimanth
Date: Fri Jun  7 17:47:09 2013
New Revision: 1490753

URL: http://svn.apache.org/r1490753
Log:
AMBARI-2316. Yarn check failed on multi node cluster. (Andrii Tkach via srimanth)

Modified:
    incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js

Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js?rev=1490753&r1=1490752&r2=1490753&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js (original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js Fri Jun  7 17:47:09 2013
@@ -303,6 +303,13 @@ var configs = [
   },
 /**********************************************yarn-site***************************************/
   {
+    "name": "yarn.resourcemanager.webapp.address",
+    "templateName": ["rm_host"],
+    "foreignKey": null,
+    "value": "<templateName[0]>:8088",
+    "filename": "yarn-site.xml"
+  },
+  {
     "name": "yarn.resourcemanager.resource-tracker.address",
     "templateName": ["rm_host"],
     "foreignKey": null,