Repository: ambari Updated Branches: refs/heads/trunk a01d50b08 -> 00320d9ac
AMBARI-16694: Remove unused parameters from hawq-site.xml (bhuvnesh2703) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/00320d9a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/00320d9a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/00320d9a Branch: refs/heads/trunk Commit: 00320d9acbe753cbc822f262fbf7ec432939b268 Parents: a01d50b Author: Bhuvnesh Chaudhary <[email protected]> Authored: Tue May 17 16:27:12 2016 -0700 Committer: Bhuvnesh Chaudhary <[email protected]> Committed: Tue May 17 16:27:12 2016 -0700 ---------------------------------------------------------------------- .../HAWQ/2.0.0/configuration/hawq-site.xml | 38 -------------------- 1 file changed, 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/00320d9a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml index 170e8cf..c3b1f82 100644 --- a/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml +++ b/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/configuration/hawq-site.xml @@ -262,44 +262,6 @@ </property> <property> - <name>hawq_re_cpu_enable</name> - <value>false</value> - <description> - Determines whether to enable or disable CPU resource enforcement. - The default is false (disabled). - </description> - <value-attributes> - <type>boolean</type> - </value-attributes> - </property> - - <property> - <name>hawq_re_cgroup_mount_point</name> - <value>/sys/fs/cgroup</value> - <description> - The mount point of CGroup file system for resource enforcement. - For example, /sys/fs/cgroup/cpu/hawq for CPU subsystem. - The default is '/sys/fs/cgroup'. - </description> - <value-attributes> - <type>directory</type> - </value-attributes> - </property> - - <property> - <name>hawq_re_cgroup_hierarchy_name</name> - <value>hawq</value> - <description> - The name of the hierarchy to accommodate CGroup directories/files for resource enforcement. - For example, /sys/fs/cgroup/cpu/hawq for CPU subsystem. - The default is 'hawq'. - </description> - <value-attributes> - <type>string</type> - </value-attributes> - </property> - - <property> <name>default_hash_table_bucket_number</name> <display-name>Default buckets for Hash Distributed tables</display-name> <value>6</value>
