Solutions to put different values for a row-key but the same timestamps in hbase?

前端 未结 2 874
不思量自难忘°
不思量自难忘° 2021-01-14 02:11

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           


        
2条回答
  •  北海茫月
    2021-01-14 02:57

    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

提交回复
热议问题