You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2019/01/18 22:17:00 UTC

[jira] [Resolved] (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 ]

Thomas D'Silva resolved PHOENIX-1443.
-------------------------------------
    Resolution: Cannot Reproduce

> 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
>            Assignee: maghamravikiran
>            Priority: Major
>              Labels: verify
>             Fix For: 4.15.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
(v7.6.3#76005)