Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1443

after delete from table,the data can not upsert through bulkload by mapreduce

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 4.1.0
    • 4.15.0
    • None
    • phoenix4.1
      hbase0.98.6
      hadoop1.2.1

    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?

      Attachments

        Activity

          People

            maghamravikiran@gmail.com maghamravikiran
            xufeng xufeng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: