I\'m new at Hbase. I\'m facing a problem when bulk loading data from a text file into Hbase. Assuming I have a following table:
Key_id | f1:c1 | f2:c2 row1
If you need to overwrite record, you can configure hbase table to remember only one version.
This page explains how to do Bulk loading to hbase at maximum possible speed:
How to use hbase bulk loading and why