[
https://issues.apache.org/jira/browse/HBASE-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588711#comment-13588711
]
Hadoop QA commented on HBASE-7808:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12568751/HBASE-7808-v0.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 27 new
or modified tests.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/4585//console
This message is automatically generated.
> Refactor Store to use HRegionFileSystem
> ---------------------------------------
>
> Key: HBASE-7808
> URL: https://issues.apache.org/jira/browse/HBASE-7808
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Attachments: HBASE-7808-v0.patch
>
>
> Move HStore fs related code inside the HRegionFileSystem.
> File creation and retrival should be handled there, and the use will be
> something like.
> {code}
> HRegionFileSystem fs = new HRegionFileSystem
> file = fs.createFile()
> fs.commitFile(family, file);
> for (storeFile: fs.getStoreFiles(family))
> ...
> {code}
--
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