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

ASF GitHub Bot commented on BAHIR-99:
-------------------------------------

Github user rubencasado commented on the issue:

    https://github.com/apache/bahir-flink/pull/17
  
    There is a problem when building:
    
    [INFO] Apache Bahir for Apache Flink - Parent POM ......... FAILURE [  
9.414 s]
    
    Not sure if it is related to my PR or something in the base. Could you 
provide some help?
    
    Thanks!


> Kudu connector to read/write from/to Kudu
> -----------------------------------------
>
>                 Key: BAHIR-99
>                 URL: https://issues.apache.org/jira/browse/BAHIR-99
>             Project: Bahir
>          Issue Type: New Feature
>          Components: Flink Streaming Connectors
>            Reporter: Rubén Casado
>            Assignee: Rubén Casado
>             Fix For: Flink-0.1
>
>
> Java library to integrate Apache Kudu and Apache Flink. Main goal is to be 
> able to read/write data from/to Kudu using the DataSet and DataStream Flink's 
> APIs.
> Data flows patterns:
> Batch
>  - Kudu -> DataSet<RowSerializable> -> Kudu
>  - Kudu -> DataSet<RowSerializable> -> other source
>  - Other source -> DataSet<RowSerializable> -> other source
> Stream
>  - Other source -> DataStream <RowSerializable> -> Kudu
> Code is available in https://github.com/rubencasado/Flink-Kudu



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to