[
https://issues.apache.org/jira/browse/HIVE-16197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929573#comment-15929573
]
ASF GitHub Bot commented on HIVE-16197:
---------------------------------------
GitHub user sankarh opened a pull request:
https://github.com/apache/hive/pull/160
HIVE-16197: Incremental insert into a partitioned table doesn't get
replicated
Support replication of insert-into operations for partitioned table.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sankarh/hive HIVE-16197
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/160.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 #160
----
commit 49803ce051d3222173e2b975c759b5e5d7fc8134
Author: Sankar Hariappan <[email protected]>
Date: 2017-03-16T05:19:23Z
HIVE-16197: Incremental insert into a partitioned table doesn't get
replicated
----
> Incremental insert into a partitioned table doesn't get replicated.
> -------------------------------------------------------------------
>
> Key: HIVE-16197
> URL: https://issues.apache.org/jira/browse/HIVE-16197
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Attachments: HIVE-16197.01.patch
>
>
> Insert to a partitioned table doesn't replicate properly in case of
> incremental dump/load. Few key points to be noted.
> 1. If insert command itself created the new partition, then the inserted row
> is replicated. But the subsequent inserts into the same table doesn't get
> replicated.
> 2. If the partition is created using ALTER TABLE command, then none of the
> inserted rows to this partition is getting replicated. However, the partition
> metadata is getting replicated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)