You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/01/03 22:24:08 UTC

svn commit: r1054757 - in /incubator/whirr/trunk: CHANGES.txt scripts/apache/hbase/post-configure

Author: tomwhite
Date: Mon Jan  3 21:24:08 2011
New Revision: 1054757

URL: http://svn.apache.org/viewvc?rev=1054757&view=rev
Log:
WHIRR-187. [HBase] Change hbase.tmp.dir to be in line with Hadoop service. Contributed by Lars George.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/scripts/apache/hbase/post-configure

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1054757&r1=1054756&r2=1054757&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Mon Jan  3 21:24:08 2011
@@ -46,6 +46,9 @@ Trunk (unreleased changes)
     WHIRR-184. Add HBase service to list of dependencies.
     (Lars George via tomwhite)
 
+    WHIRR-187. [HBase] Change hbase.tmp.dir to be in line with Hadoop service.
+    (Lars George via tomwhite)
+
   BUG FIXES
 
     WHIRR-128. Fix DNS resolution for clients running within EC2.

Modified: incubator/whirr/trunk/scripts/apache/hbase/post-configure
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/scripts/apache/hbase/post-configure?rev=1054757&r1=1054756&r2=1054757&view=diff
==============================================================================
--- incubator/whirr/trunk/scripts/apache/hbase/post-configure (original)
+++ incubator/whirr/trunk/scripts/apache/hbase/post-configure Mon Jan  3 21:24:08 2011
@@ -121,7 +121,7 @@ cat > $HBASE_HOME/conf/hbase-site.xml <<
 </property>
 <property>
  <name>hbase.tmp.dir</name>
- <value>/mnt/hbase</value>
+ <value>$MOUNT/tmp/hbase-\${user.name}</value>
 </property>
 </configuration>
 EOF