[
https://issues.apache.org/jira/browse/HBASE-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420577#comment-13420577
]
Hudson commented on HBASE-6441:
-------------------------------
Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #106 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/106/])
HBASE-6441 MasterFS doesn't set scheme for internal FileSystem (Jesse
Yates) (Revision 1364498)
Result = FAILURE
tedyu :
Files :
*
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterFileSystem.java
> MasterFS doesn't set scheme for internal FileSystem
> ---------------------------------------------------
>
> Key: HBASE-6441
> URL: https://issues.apache.org/jira/browse/HBASE-6441
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.96.0, 0.94.2
> Reporter: Jesse Yates
> Assignee: Jesse Yates
> Fix For: 0.96.0
>
> Attachments: java_HBASE-6441_v0.patch
>
>
> FSUtils.getRootDir() just takes a configuration object, which is used to:
> 1) Get the name of the root directory
> 2) Create a filesystem (based on the configured scheme)
> 3) Qualify the root onto the filesystem
> However, the FileSystem from the master filesystem won't generate the
> correctly qualified root directory under hadoop-2.0 (though it works fine on
> hadoop-1.0). Seems to be an issue with the configuration parameters.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira