[ https://issues.apache.org/jira/browse/HIVE-8164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481952#comment-14481952 ]
Sushanth Sowmyan commented on HIVE-8164: ---------------------------------------- Since the last patch, a few things have changed. a) Instead of a top-level repl/ folder, the replication lib now sits inside webhcat-java-client , which is the home of HCatClient, since that's where this interface is now being exposed b) Iterator/Function semantics instead of List/Map c) ReplicationTask is now abstract, and a ReplicationTaskFactory is responsible for concrete Task initialization. By default, with this patch, there is only NoopReplicationTask. A new replication task factory, EXIMReplicationTaskFactory based on hive export-import will bring in concrete implementations with HIVE-10227 d) Concrete replication support with hive ddl will be added with HIVE-10228 (HIVE-10227 will depend on HIVE-10228) > Adding in a ReplicationTask that converts a Notification Event to actionable > tasks > ---------------------------------------------------------------------------------- > > Key: HIVE-8164 > URL: https://issues.apache.org/jira/browse/HIVE-8164 > Project: Hive > Issue Type: Sub-task > Components: Import/Export > Affects Versions: 1.2.0 > Reporter: Sushanth Sowmyan > Assignee: Sushanth Sowmyan > Attachments: HIVE-8164.2.patch, HIVE-8164.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)