Repository: ambari
Updated Branches:
  refs/heads/trunk b76a5f566 -> 04620902c


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

Branch: refs/heads/trunk
Commit: 04620902c76ecf32c82a08e146dc8fdfb3229bed
Parents: b76a5f5
Author: Bhuvnesh Chaudhary <bchaudh...@pivotal.io>
Authored: Wed Mar 16 17:06:31 2016 -0700
Committer: Bhuvnesh Chaudhary <bchaudh...@pivotal.io>
Committed: Wed Mar 16 17:06:31 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/04620902/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>

Reply via email to