0 votes
in HBase by

How does Hbase support Bulk data loadingin HBase?

1 Answer

0 votes
by

There are two main steps to do a data bulk load in Hbase.

Generate Hbase data file(StoreFile) using a custom mapreduce job) from the data source. The StoreFile is created in Hbase internal format which can be efficiently loaded.

The prepared file is imported using another tool like comletebulkload to import data into a running cluster. Each file gets loaded to one specific region.

Related questions

0 votes
asked Jun 13, 2020 in HBase by Robindeniel
0 votes
asked Jun 10, 2020 in HBase by Robindeniel
...