You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2011/10/31 04:33:54 UTC

Remove single bulkLoadHFile method from HRegionInterface

>From Todd's comment for HBASE-4677:
I don't think we need to deprecate this before removal, because IMO
HRegionInterface is not a public API. Users should only be using the public
interfaces like HTable, LoadIncrementalHFiles, etc. There is no real
legitimate use to directly access the HRI API.

See HBASE-4552 for the whole story.

If you have objection to Todd's suggestion, please outline your reasoning.

Thanks