You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by bh...@apache.org on 2016/03/17 01:05:49 UTC

ambari git commit: AMBARI-15433: Description of HAWQ temp directories is incorrect (adenissov via bhuvnesh2703)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 618504306 -> 8f481496e


AMBARI-15433: Description of HAWQ temp directories is incorrect (adenissov via bhuvnesh2703)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8f481496
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8f481496
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8f481496

Branch: refs/heads/branch-2.2
Commit: 8f481496ea57abfade4c145df8e305aa2054bb15
Parents: 6185043
Author: Bhuvnesh Chaudhary <bc...@pivotal.io>
Authored: Wed Mar 16 17:06:13 2016 -0700
Committer: Bhuvnesh Chaudhary <bc...@pivotal.io>
Committed: Wed Mar 16 17:06:13 2016 -0700

----------------------------------------------------------------------
 .../HAWQ/2.0.0/configuration/hawq-site.xml              | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8f481496/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 d3aa0ed..d187017 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
@@ -34,7 +34,7 @@
     <display-name>HAWQ Master Port</display-name>
     <value>5432</value>
     <description>
-      The port used by HAWQ master.
+      The port used by HAWQ masters.
       The default is 5432.
     </description>
     <value-attributes>
@@ -117,8 +117,9 @@
     <display-name>HAWQ Master Temp Directory</display-name>
     <value>/tmp/hawq/master</value>
     <description>
-      One or more temporary directories reserved for the HAWQ master. Separate multiple entries with commas.
-      The default is /tmp/hawq/master.
+      Used as temporary filespace to store workfile cache, sort/join temp files etc.
+      The recommended number of temp directories is equal to the number of disks per node, one directory on each disk,
+      excluding system disk. Separate multiple entries with commas. The default is /tmp/hawq/master.
     </description>
     <value-attributes>
       <type>directory</type>
@@ -130,8 +131,9 @@
     <display-name>HAWQ Segment Temp Directory</display-name>
     <value>/tmp/hawq/segment</value>
     <description>
-      One or more temporary directories reserved for the HAWQ segment. Separate multiple entries with commas.
-      The default is /tmp/hawq/segment.
+      Used as temporary filespace to store workfile cache, sort/join temp files etc.
+      The recommended number of temp directories is equal to the number of disks per node, one directory on each disk,
+      excluding system disk. Separate multiple entries with commas. The default is /tmp/hawq/segment.
     </description>
     <value-attributes>
       <type>directory</type>