Details
Description
1.create table
2.upsert data into table through bulkload by mapreduce
3.select * from table ----->it is ok.
4.delete from table,all data be deleted.
5.select * from table ,nothing. ---->ok
6.upsert data into table through bulkload by mapreduce again
7.select * from table ,nothing----->NG
8.scan table by hbase shell,nothing---->NG
9.look up the hfile in the folder of the region belong to the table,it is exist.
I check the time across the mr cluster machine. it is correct.
is this a bug in bulkload?