You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/24 04:34:39 UTC

[jira] [Updated] (PHOENIX-1443) after delete from table,the data can not upsert through bulkload by mapreduce

     [ https://issues.apache.org/jira/browse/PHOENIX-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor updated PHOENIX-1443:
----------------------------------
    Fix Version/s: 4.8.0

> 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.0
>         Environment: phoenix4.1
> hbase0.98.6
> hadoop1.2.1
>            Reporter: xufeng
>             Fix For: 4.8.0
>
>
> 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)