HBASE-9384 [WINDOWS] Using file://{hbase.tmp.dir}/hbase for hbase.rootdir causes illegal argument exception on windows

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1519021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-08-30 16:44:35 +00:00
parent 345405ea4d
commit 0ab9331948
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ possible configurations would overwhelm and obscure the important.
</property>
<property >
<name>hbase.rootdir</name>
<value>file://${hbase.tmp.dir}/hbase</value>
<value>${hbase.tmp.dir}/hbase</value>
<description>The directory shared by region servers and into
which HBase persists. The URL should be 'fully-qualified'
to include the filesystem scheme. For example, to specify the