[
https://issues.apache.org/jira/browse/HBASE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869727#action_12869727
]
Todd Lipcon commented on HBASE-1923:
------------------------------------
oops, forgot to write about case where number of reducers is less than the
number of regions. We could either (a) disallow it, or (b) configure the
reducer to simply roll to a new HFile at each region boundary that it crosses.
The load algorithm runs per-hfile, not per-reducer, so should work fine.
I will probably choose option (a) initially :)
> Bulk incremental load into an existing table
> --------------------------------------------
>
> Key: HBASE-1923
> URL: https://issues.apache.org/jira/browse/HBASE-1923
> Project: Hadoop HBase
> Issue Type: New Feature
> Components: client, mapred, regionserver, scripts
> Affects Versions: 0.21.0
> Reporter: anty.rao
> Assignee: Todd Lipcon
>
> hbase-48 is about bulk load of a new table,maybe it's more practicable to
> bulk load aganist a existing table.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.