Repository: ambari Updated Branches: refs/heads/branch-1.7.0 122dae73f -> 3fa34491c
AMBARI-7881 Incorrect configuration value for 2 fields in Customize Services page (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3fa34491 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3fa34491 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3fa34491 Branch: refs/heads/branch-1.7.0 Commit: 3fa34491c25b30d9c5a2a314c81426807ac65f63 Parents: 122dae7 Author: Dmytro Sen <[email protected]> Authored: Tue Oct 21 16:22:52 2014 +0300 Committer: Dmytro Sen <[email protected]> Committed: Tue Oct 21 16:29:57 2014 +0300 ---------------------------------------------------------------------- .../HDP/2.2/services/HDFS/configuration/hadoop-env.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3fa34491/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml index 384a5f6..591004a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml @@ -21,17 +21,6 @@ --> <configuration> - <property> - <name>namenode_opt_permsize</name> - <value>128m</value> - <description>NameNode permanent generation size</description> - </property> - <property> - <name>namenode_opt_maxpermsize</name> - <value>256m</value> - <description>NameNode maximum permanent generation size</description> - </property> - <!-- hadoop-env.sh --> <property> <name>content</name>
