xufeng created PHOENIX-1443:
-------------------------------
Summary: after delete from table,the data can not upsert through
bulkload by mapreduce
Key: PHOENIX-1443
URL: https://issues.apache.org/jira/browse/PHOENIX-1443
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.1
Environment: phoenix4.1
hbase0.98.6
hadoop1.2.1
Reporter: xufeng
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?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)