HBASE-630 Default hbase.rootdir is garbage

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@658098 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-05-20 04:30:18 +00:00
parent 274ed7384b
commit 9cb0f8bdfb
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Hbase Change Log
even if shutdown was not requested even if shutdown was not requested
HBASE-629 Split reports incorrect elapsed time HBASE-629 Split reports incorrect elapsed time
HBASE-623 Migration script for hbase-82 HBASE-623 Migration script for hbase-82
HBASE-630 Default hbase.rootdir is garbage
IMPROVEMENTS IMPROVEMENTS
HBASE-559 MR example job to count table rows HBASE-559 MR example job to count table rows

View File

@ -32,7 +32,7 @@
</property> </property>
<property> <property>
<name>hbase.rootdir</name> <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. <description>The directory shared by region servers.
Should be fully-qualified to include the filesystem to use. Should be fully-qualified to include the filesystem to use.
E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR