Sankar Hariappan created HIVE-17527: ---------------------------------------
Summary: Support replication for rename/move table across database Key: HIVE-17527 URL: https://issues.apache.org/jira/browse/HIVE-17527 Project: Hive Issue Type: Sub-task Affects Versions: 2.1.0 Reporter: Sankar Hariappan Assignee: Sankar Hariappan Fix For: 3.0.0 Rename/move table across database should be supported for replication. The scenario is as follows. 1. Create 2 databases (db1 and db2) in source cluster. 2. Create the table db1.tbl1. 3. Run bootstrap replication for db1 and db2 to target cluster. 4. Rename db1.tbl1 to db2.tbl1 in source. 5. Run incremental replication for both db1 and db2. - db1 dump fails telling rename across databases is not supported. - db2 dump missed the table as no event is generated when moved to db2. -- This message was sent by Atlassian JIRA (v6.4.14#64029)