You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/09/23 20:45:16 UTC

[jira] Created: (HBASE-1864) Make HFileOutputFormat work for multiple families

Make HFileOutputFormat work for multiple families
-------------------------------------------------

                 Key: HBASE-1864
                 URL: https://issues.apache.org/jira/browse/HBASE-1864
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: stack


See HBASE-48.  Currently, HFileOutputFormat will do one family only.  Needs to be able to do multiple families -- keep multiple writes running concurrently, one per family.  If any of its files needs to be rotated, then rotate all files (on row boundary).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1864) Make HFileOutputFormat work for multiple families

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1864.
--------------------------

    Resolution: Duplicate

Duplicate of hbase-1861

> Make HFileOutputFormat work for multiple families
> -------------------------------------------------
>
>                 Key: HBASE-1864
>                 URL: https://issues.apache.org/jira/browse/HBASE-1864
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>
> See HBASE-48.  Currently, HFileOutputFormat will do one family only.  Needs to be able to do multiple families -- keep multiple writes running concurrently, one per family.  If any of its files needs to be rotated, then rotate all files (on row boundary).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.