Author: yusaku
Date: Mon Jun  3 19:13:55 2013
New Revision: 1489110

URL: http://svn.apache.org/r1489110
Log:
AMBARI-2251. MR2 addresse configs have hdfs:// in them. (Andrii Tkach via 
yusaku)

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=1489110&r1=1489109&r2=1489110&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
 Mon Jun  3 19:13:55 2013
@@ -306,28 +306,28 @@ var configs = [
     "name": "yarn.resourcemanager.resource-tracker.address",
     "templateName": ["rm_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:8025",
+    "value": "<templateName[0]>:8025",
     "filename": "yarn-site.xml"
   },
   {
     "name": "yarn.resourcemanager.scheduler.address",
     "templateName": ["rm_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:8030",
+    "value": "<templateName[0]>:8030",
     "filename": "yarn-site.xml"
   },
   {
     "name": "yarn.resourcemanager.address",
     "templateName": ["rm_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:8050",
+    "value": "<templateName[0]>:8050",
     "filename": "yarn-site.xml"
   },
   {
     "name": "yarn.resourcemanager.admin.address",
     "templateName": ["rm_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:8041",
+    "value": "<templateName[0]>:8141",
     "filename": "yarn-site.xml"
   },
   {
@@ -342,14 +342,14 @@ var configs = [
     "name": "mapreduce.jobhistory.webapp.address",
     "templateName": ["hs_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:19888",
+    "value": "<templateName[0]>:19888",
     "filename": "mapred-site.xml"
   },
   {
     "name": "mapreduce.jobhistory.address",
     "templateName": ["hs_host"],
     "foreignKey": null,
-    "value": "hdfs://<templateName[0]>:10020",
+    "value": "<templateName[0]>:10020",
     "filename": "mapred-site.xml"
   },
   {


Reply via email to