You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "anishek (JIRA)" <ji...@apache.org> on 2017/03/20 09:04:41 UTC

[jira] [Created] (HIVE-16254) temporary tables for INSERT's are getting replicated

anishek created HIVE-16254:
------------------------------

             Summary: temporary tables for INSERT's are getting replicated
                 Key: HIVE-16254
                 URL: https://issues.apache.org/jira/browse/HIVE-16254
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
    Affects Versions: 2.2.0
            Reporter: anishek
            Assignee: anishek


create table a (age int);
insert into table a values (34),(4);
repl dump default;

there is a temporary table create values__tmp__table__[nmber], which is also present in the dumped information, this should not be processed.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)