Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 ce2e59f22 -> 202da0dda


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/202da0dd
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/202da0dd
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/202da0dd

Branch: refs/heads/branch-2.2
Commit: 202da0ddafe8e97bd8673060de00029b33a52b07
Parents: ce2e59f
Author: Bhuvnesh Chaudhary <bhuvnesh2...@gmail.com>
Authored: Tue May 17 16:28:28 2016 -0700
Committer: Bhuvnesh Chaudhary <bhuvnesh2...@gmail.com>
Committed: Tue May 17 16:28:28 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/202da0dd/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>

Reply via email to