Repository: ambari
Updated Branches:
  refs/heads/trunk 036229ca5 -> 68dd33256


AMBARI-6211 Missing AbstractFileSystem property in core-site


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

Branch: refs/heads/trunk
Commit: 68dd332565c742829d01e11fcadb2c7cc4f87104
Parents: 036229c
Author: Erin A Boyd <eb...@redhat.com>
Authored: Thu Jun 19 15:16:47 2014 -0600
Committer: Erin A Boyd <eb...@redhat.com>
Committed: Thu Jun 19 15:16:47 2014 -0600

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js |  9 +++++++++
 ambari-web/app/data/site_properties.js      | 22 ++--------------------
 2 files changed, 11 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/68dd3325/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js 
b/ambari-web/app/data/HDP2/site_properties.js
index c9f7184..c175b73 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -1708,6 +1708,15 @@ module.exports =
     },
     {
       "id": "site property",
+      "name": "fs.AbstractFileSystem.glusterfs.impl",
+      "displayName": "Abstract File System Implementation",
+      "displayType": "string",
+      "filename": "core-site.xml",
+      "serviceName": "GLUSTERFS",
+      "category": "General"
+    },
+    {
+      "id": "site property",
       "name": "fs.glusterfs.volumes",
       "displayName": "Gluster volume name(s)",
       "displayType": "string",

http://git-wip-us.apache.org/repos/asf/ambari/blob/68dd3325/ambari-web/app/data/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/site_properties.js 
b/ambari-web/app/data/site_properties.js
index f345ac5..133b002 100644
--- a/ambari-web/app/data/site_properties.js
+++ b/ambari-web/app/data/site_properties.js
@@ -917,26 +917,8 @@ module.exports =
     },
     {
       "id": "site property",
-      "name": "fs.glusterfs.volname",
-      "displayName": "GlusterFS volume name",
-      "displayType": "string",
-      "filename": "core-site.xml",
-      "serviceName": "GLUSTERFS",
-      "category": "General"
-    },
-    {
-      "id": "site property",
-      "name": "fs.glusterfs.mount",
-      "displayName": "GlusterFS mount point",
-      "displayType": "string",
-      "filename": "core-site.xml",
-      "serviceName": "GLUSTERFS",
-      "category": "General"
-    },
-    {
-      "id": "site property",
-      "name": "fs.glusterfs.getfattrcmd",
-      "displayName": "GlusterFS getfattr command",
+      "name": "fs.AbstractFileSystem.glusterfs.impl",
+      "displayName": "Abstract File System Implementation",
       "displayType": "string",
       "filename": "core-site.xml",
       "serviceName": "GLUSTERFS",

Reply via email to