You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2013/08/30 18:45:16 UTC

svn commit: r1519022 - /hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Author: enis
Date: Fri Aug 30 16:45:16 2013
New Revision: 1519022

URL: http://svn.apache.org/r1519022
Log:
HBASE-9384 [WINDOWS] Using file://{hbase.tmp.dir}/hbase for hbase.rootdir causes illegal argument exception on windows

Modified:
    hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml?rev=1519022&r1=1519021&r2=1519022&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml Fri Aug 30 16:45:16 2013
@@ -51,7 +51,7 @@ possible configurations would overwhelm 
   </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