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/08/01 04:16:27 UTC

git commit: AMBARI-2789. Change core-site.xml's fs.default.name to fs.defaultFS for 2.0 stack deployment. (yusaku)

Updated Branches:
  refs/heads/trunk 817b6ffbd -> f81bbc837


AMBARI-2789. Change core-site.xml's fs.default.name to fs.defaultFS for 2.0 stack deployment. (yusaku)


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

Branch: refs/heads/trunk
Commit: f81bbc8378d9d31655837a9c66208ee16e2e1e5c
Parents: 817b6ff
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Jul 31 19:05:10 2013 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Jul 31 19:15:05 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/config_mapping.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f81bbc83/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 8431238..0e7371b 100644
--- a/ambari-web/app/data/HDP2/config_mapping.js
+++ b/ambari-web/app/data/HDP2/config_mapping.js
@@ -19,7 +19,7 @@
 var configs = [
   /**********************************************core-site***************************************/
   {
-    "name": "fs.default.name",
+    "name": "fs.defaultFS",
     "templateName": ["namenode_host"],
     "foreignKey": null,
     "value": "hdfs://<templateName[0]>:8020",