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/06/07 20:52:29 UTC

svn commit: r1490779 - /incubator/ambari/trunk/ambari-web/app/data/config_mapping.js

Author: yusaku
Date: Fri Jun  7 18:52:29 2013
New Revision: 1490779

URL: http://svn.apache.org/r1490779
Log:
AMBARI-2324. Oozie service check is failing. (yusaku)

Modified:
    incubator/ambari/trunk/ambari-web/app/data/config_mapping.js

Modified: incubator/ambari/trunk/ambari-web/app/data/config_mapping.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/data/config_mapping.js?rev=1490779&r1=1490778&r2=1490779&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/data/config_mapping.js (original)
+++ incubator/ambari/trunk/ambari-web/app/data/config_mapping.js Fri Jun  7 18:52:29 2013
@@ -21,7 +21,7 @@ var configs = [
     "name": "fs.default.name",
     "templateName": ["namenode_host"],
     "foreignKey": null,
-    "value": "<templateName[0]>",
+    "value": "hdfs://<templateName[0]>:8020",
     "filename": "core-site.xml"
   },
   {