[
https://issues.apache.org/jira/browse/HBASE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869735#action_12869735
]
Jonathan Gray commented on HBASE-1923:
--------------------------------------
KeyValues are "low level" but there are some pretty user-accessible API calls
in it that look just like Puts. Shouldn't be too hard to support Put and
Delete though since their underlying structure is a bunch of KeyValues anyways.
Could make HFOF the same API/similar API as TOF. Would make sense once u can
load to an existing table.
> 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.