Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 6bd63226c -> bba04c122


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

Branch: refs/heads/branch-2.4
Commit: bba04c122bb2f9c980c1a40b02804fad48904adf
Parents: 6bd6322
Author: Bhuvnesh Chaudhary <bhuvnesh2...@gmail.com>
Authored: Tue May 17 16:27:42 2016 -0700
Committer: Bhuvnesh Chaudhary <bhuvnesh2...@gmail.com>
Committed: Tue May 17 16:27:42 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/bba04c12/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