[
https://issues.apache.org/jira/browse/HBASE-9384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755319#comment-13755319
]
Hudson commented on HBASE-9384:
-------------------------------
SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #705 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/705/])
HBASE-9384 [WINDOWS] Using file://{hbase.tmp.dir}/hbase for hbase.rootdir
causes illegal argument exception on windows (enis: rev 1519021)
* /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
> [WINDOWS] Using file://{hbase.tmp.dir}/hbase for hbase.rootdir causes illegal
> argument exception on windows
> -----------------------------------------------------------------------------------------------------------
>
> Key: HBASE-9384
> URL: https://issues.apache.org/jira/browse/HBASE-9384
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Fix For: 0.98.0, 0.96.0
>
> Attachments: hbase-9384_v1.patch
>
>
> We define hbase.rootdir as follows in hbase-default.xml:
> {code}
> <property>
> <name>hbase.tmp.dir</name>
> <value>${java.io.tmpdir}/hbase-${user.name}</value>
> </property>
> <property>
> <name>hbase.rootdir</name>
> <value>file://${hbase.tmp.dir}/hbase</value>
> </property>
> {code}
> This causes an
> java.lang.IllegalArgumentException: Wrong FS:
> file://C:\Users\Administrator\AppData\Local\Temp\2\/hbase-Administrator/hbase,
> expected: file:///
> on windows.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira