You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2016/02/29 21:33:37 UTC

ambari git commit: AMBARI-15172: HAWQ temp directories should not be /tmp (adenissov via jaoki)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 8f05ad824 -> 45a4a0e44


AMBARI-15172: HAWQ temp directories should not be /tmp (adenissov via jaoki)


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

Branch: refs/heads/branch-2.2
Commit: 45a4a0e44eeb29d7a140b26b37e36156fbda0c30
Parents: 8f05ad8
Author: Jun Aoki <ja...@apache.org>
Authored: Mon Feb 29 12:33:29 2016 -0800
Committer: Jun Aoki <ja...@apache.org>
Committed: Mon Feb 29 12:33:29 2016 -0800

----------------------------------------------------------------------
 .../common-services/HAWQ/2.0.0/configuration/hawq-site.xml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/45a4a0e4/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 f195215..457c1d2 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
@@ -100,7 +100,7 @@
   <property>
     <name>hawq_master_temp_directory</name>
     <display-name>HAWQ Master Temp Directory</display-name>
-    <value>/tmp</value>
+    <value>/tmp/hawq/master</value>
     <description>
       The temporary directory reserved for HAWQ master.
     </description>
@@ -112,7 +112,7 @@
   <property>
     <name>hawq_segment_temp_directory</name>
     <display-name>HAWQ Segment Temp Directory</display-name>
-    <value>/tmp</value>
+    <value>/tmp/hawq/segment</value>
     <description>
       The temporary directory reserved for HAWQ segment.
     </description>