GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/500
Hive 20966 : Support incremental / bootstrap replication to a target
cluster with hive.strict.managed.tables enabled
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive HIVE-20966
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/500.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #500
----
commit c3a82a05592c0e61143750e615c2dd6c1feca6c5
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-11-28T11:24:40Z
HIVE-20966 : Support incremental replication to a target cluster with
hive.strict.managed.tables enabled
commit 2ef813ac9b7c87119bcba656d7060fd12caaa6b1
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-12-01T05:05:24Z
HIVE-20966 : Support incremental replication to a target cluster with
hive.strict.managed.tables enabled - fixed alter table issues
commit 4b2a6f4a17c84084dbfd4f6aaeb9faea12773233
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-12-03T05:39:35Z
HIVE-20884 : Bootstrap of tables to target with hive.strict.managed.tables
enabled.
commit c561ea22b03badeee9f223179e9199cbcb456e63
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-12-03T08:33:05Z
HIVE-20966 : Support incremental replication to a target cluster with
hive.strict.managed.tables enabled - review comment fix
----
---