Updated Branches: refs/heads/trunk 788eedb09 -> 01594a8b1
AMBARI-2916. Datanode added post-install does not start. Remove DN whitelist. (ncole) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/01594a8b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/01594a8b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/01594a8b Branch: refs/heads/trunk Commit: 01594a8b16037784a9a8775d5a65e6a663b1a7e0 Parents: 788eedb Author: Nate Cole <[email protected]> Authored: Fri Aug 16 08:45:30 2013 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Aug 16 14:13:42 2013 -0400 ---------------------------------------------------------------------- .../HDP/2.0.5/services/HDFS/configuration/global.xml | 5 ----- .../2.0.5/services/HDFS/configuration/global.xml | 5 ----- ambari-web/app/data/HDP2/config_mapping.js | 7 ------- ambari-web/app/data/HDP2/config_properties.js | 13 ------------- 4 files changed, 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/01594a8b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/global.xml index 5f4dab2..b61baa8 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.5/services/HDFS/configuration/global.xml @@ -122,11 +122,6 @@ <description>HDFS Exclude hosts.</description> </property> <property> - <name>dfs_include</name> - <value></value> - <description>HDFS Include hosts.</description> - </property> - <property> <name>dfs_replication</name> <value>3</value> <description>Default Block Replication.</description> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/01594a8b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/global.xml index 5f4dab2..b61baa8 100644 --- a/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/HDFS/configuration/global.xml @@ -122,11 +122,6 @@ <description>HDFS Exclude hosts.</description> </property> <property> - <name>dfs_include</name> - <value></value> - <description>HDFS Include hosts.</description> - </property> - <property> <name>dfs_replication</name> <value>3</value> <description>Default Block Replication.</description> http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/01594a8b/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 8c303b9..5f3fcc2 100644 --- a/ambari-web/app/data/HDP2/config_mapping.js +++ b/ambari-web/app/data/HDP2/config_mapping.js @@ -145,13 +145,6 @@ var configs = [ "filename": "hdfs-site.xml" }, { - "name": "dfs.hosts", - "templateName": ["hadoop_conf_dir", "dfs_include"], - "foreignKey": null, - "value": "<templateName[0]>\/<templateName[1]>", - "filename": "hdfs-site.xml" - }, - { "name": "dfs.replication", "templateName": ["dfs_replication"], "foreignKey": null, http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/01594a8b/ambari-web/app/data/HDP2/config_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/config_properties.js b/ambari-web/app/data/HDP2/config_properties.js index 9cd8210..6525d52 100644 --- a/ambari-web/app/data/HDP2/config_properties.js +++ b/ambari-web/app/data/HDP2/config_properties.js @@ -347,19 +347,6 @@ module.exports = }, { "id": "puppet var", - "name": "dfs_include", - "displayName": "Include hosts", - "description": "Names a file that contains a list of hosts that are permitted to connect to the namenode. This file will be placed inside the Hadoop conf directory.", - "defaultValue": "dfs.include", - "displayType": "advanced", - "isVisible": true, - "filename": "hdfs-site.xml", - "domain": "global", - "serviceName": "HDFS", - "category": "Advanced" - }, - { - "id": "puppet var", "name": "dfs_replication", "displayName": "Block replication", "description": "Default block replication.",
