[
https://issues.apache.org/jira/browse/HBASE-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-630.
-------------------------
Resolution: Fixed
Fix Version/s: 0.2.0
Committed the below. Branch doesn't have this problem.
{code}
Index: conf/hbase-default.xml
===================================================================
--- conf/hbase-default.xml (revision 658090)
+++ conf/hbase-default.xml (working copy)
@@ -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
{code}
> Default hbase.rootdir is garbage
> --------------------------------
>
> Key: HBASE-630
> URL: https://issues.apache.org/jira/browse/HBASE-630
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.2.0
>
>
> Always writes to '/tmp/hbase-'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.