Solutions to put different values for a row-key but the same timestamps in hbase?
问题 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 'a' 'b' row1 'x' 'y' When I parse 2 records and put it into Hbase at the same time (same timestamps), then only version {row1 'x' 'y'} updated. Here is the explanation: When you put data into HBase, a timestamp is required. The timestamp can be generated automatically by the RegionServer or can be supplied by you. The timestamp must be