You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/02/10 16:47:13 UTC

[jira] [Created] (HBASE-7808) Refactor Store to use HRegionFileSystem

Matteo Bertozzi created HBASE-7808:
--------------------------------------

             Summary: Refactor Store to use HRegionFileSystem
                 Key: HBASE-7808
                 URL: https://issues.apache.org/jira/browse/HBASE-7808
             Project: HBase
          Issue Type: Sub-task
            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