[ 
https://issues.apache.org/jira/browse/HIVE-20639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630709#comment-16630709
 ] 

Hive QA commented on HIVE-20639:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12941448/HIVE-20639.2.patch

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/14083/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14083/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14083/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Tests exited with: Exception: Patch URL 
https://issues.apache.org/jira/secure/attachment/12941448/HIVE-20639.2.patch 
was found in seen patch url's cache and a test was probably run already on it. 
Aborting...
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12941448 - PreCommit-HIVE-Build

> Add ability to Write Data from Hive Table/Query to Kafka Topic
> --------------------------------------------------------------
>
>                 Key: HIVE-20639
>                 URL: https://issues.apache.org/jira/browse/HIVE-20639
>             Project: Hive
>          Issue Type: New Feature
>          Components: kafka integration
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>            Priority: Major
>         Attachments: HIVE-20639.2.patch, HIVE-20639.patch
>
>
> This patch adds multiple record writers to allow Hive user writing data 
> directly to a Kafka Topic.
> The writer provides multiple write semantics modes.
> * A None where all the records will be delivered with no guarantee or reties.
> * B At_least_once, each record will be delivered with retries from the Kafka 
> Producer and Hive Write Task. 
> * C Exactly_once , Writer will be using Kafka Transaction API to ensure that 
> each record is delivered once.
> In addition to the new feature i have refactored the existing code to make it 
> more readable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to