You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Jason Chio (JIRA)" <ji...@apache.org> on 2016/05/22 04:52:12 UTC

[jira] [Created] (PHOENIX-2933) Could not Import data back to the original table

Jason Chio created PHOENIX-2933:
-----------------------------------

             Summary: Could not Import data back to the original table
                 Key: PHOENIX-2933
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2933
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.7.0
         Environment: SQuirrel 3.7.1, Phoenix 4.7.0, HBase 1.1.2, Hadoop 2.7.1, JDK 1.8, CentOS7
            Reporter: Jason Chio


Could not Import data back to the original table

Steps:
1, Create a table via SQL and Upsert a few lines of data;
2, Export table data using hbase Export;
3, Delete the table data via SQL: delete from TAB1;
4, Try to Import data back to the original table;
No data imported!

5, Only if drop the table and create the table again, then could import the data.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)