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:
parent
274ed7384b
commit
9cb0f8bdfb
|
@ -16,6 +16,7 @@ Hbase Change Log
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue