AMBARI-7500 Remove defaulted properties for gluster volumes
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/749bb284 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/749bb284 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/749bb284 Branch: refs/heads/branch-alerts-dev Commit: 749bb2843287bbb33bc3c5469e95af85d223ea73 Parents: 3146694 Author: root <[email protected]> Authored: Thu Sep 25 06:47:57 2014 -0400 Committer: root <[email protected]> Committed: Thu Sep 25 06:47:57 2014 -0400 ---------------------------------------------------------------------- .../GLUSTERFS/configuration/core-site.xml | 11 ----------- ambari-web/app/data/HDP2/site_properties.js | 18 ------------------ ambari-web/app/data/site_properties.js | 18 ------------------ 3 files changed, 47 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/749bb284/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/configuration/core-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/configuration/core-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/configuration/core-site.xml index 553b48d..70e6479 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/configuration/core-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/GLUSTERFS/configuration/core-site.xml @@ -34,16 +34,5 @@ <value>org.apache.hadoop.fs.glusterfs.GlusterFileSystem</value> </property> - <property> - <name>fs.glusterfs.volumes</name> - <description>The name of the gluster volume(s) you would like Hadoop to use. Values should be seperated by commas i.e. gv0, gv1</description> - <value>gv0</value> - </property> - - <property> - <name>fs.glusterfs.volume.fuse.gv0</name> - <description>The mount point that corresponds to the fs.glusterfs.volumes value</description> - <value>/mnt/gv0</value> - </property> </configuration> http://git-wip-us.apache.org/repos/asf/ambari/blob/749bb284/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 1d2dbb4..ced1fd3 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -2145,24 +2145,6 @@ module.exports = "serviceName": "GLUSTERFS", "category": "General" }, - { - "id": "site property", - "name": "fs.glusterfs.volumes", - "displayName": "Gluster volume name(s)", - "displayType": "string", - "filename": "core-site.xml", - "serviceName": "GLUSTERFS", - "category": "General" - }, - { - "id": "site property", - "name": "fs.glusterfs.volume.fuse.gv0", - "displayName": "Gluster mount point for volume", - "displayType": "string", - "filename": "core-site.xml", - "serviceName": "GLUSTERFS", - "category": "General" - }, /**********************************************GLUSTERFS***************************************/ { "id": "puppet var", http://git-wip-us.apache.org/repos/asf/ambari/blob/749bb284/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 06bbe09..0e6aa8e 100644 --- a/ambari-web/app/data/site_properties.js +++ b/ambari-web/app/data/site_properties.js @@ -1030,24 +1030,6 @@ module.exports = "serviceName": "GLUSTERFS", "category": "General" }, - { - "id": "site property", - "name": "fs.glusterfs.volumes", - "displayName": "Gluster volume name(s)", - "displayType": "string", - "filename": "core-site.xml", - "serviceName": "GLUSTERFS", - "category": "General" - }, - { - "id": "site property", - "name": "fs.glusterfs.volume.fuse.gv0", - "displayName": "Gluster mount point for volume", - "displayType": "string", - "filename": "core-site.xml", - "serviceName": "GLUSTERFS", - "category": "General" - }, /**********************************************GLUSTERFS***************************************/ { "id": "puppet var",
