You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/05/20 06:30:18 UTC

svn commit: r658098 - in /hadoop/hbase/trunk: CHANGES.txt conf/hbase-default.xml

Author: stack
Date: Mon May 19 21:30:18 2008
New Revision: 658098

URL: http://svn.apache.org/viewvc?rev=658098&view=rev
Log:
HBASE-630 Default hbase.rootdir is garbage

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=658098&r1=658097&r2=658098&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon May 19 21:30:18 2008
@@ -16,6 +16,7 @@
                even if shutdown was not requested
    HBASE-629   Split reports incorrect elapsed time
    HBASE-623   Migration script for hbase-82
+   HBASE-630   Default hbase.rootdir is garbage
 
   IMPROVEMENTS
    HBASE-559   MR example job to count table rows

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=658098&r1=658097&r2=658098&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Mon May 19 21:30:18 2008
@@ -32,7 +32,7 @@
   </property>
   <property>
     <name>hbase.rootdir</name>
-    <value>file:///tmp/hbase-${user.home}/hbase</value>
+    <value>file:///tmp/hbase-${user.name}/hbase</value>
     <description>The directory shared by region servers.
     Should be fully-qualified to include the filesystem to use.
     E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR