You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/06 10:19:04 UTC

[jira] [Commented] (BAHIR-99) Kudu connector to read/write from/to Kudu

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

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

GitHub user rubencasado opened a pull request:

    https://github.com/apache/bahir-flink/pull/17

    [BAHIR-99] Kudu connector to read/write from/to Kudu

    Issue: BAHIR-99	
    Fix version: Flink-0.1 [ 12338141 ]
    
    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rubencasado/bahir-flink master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bahir-flink/pull/17.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 #17
    
----
commit 8ec6a1684788c5eb12749e406c0b58758f48719d
Author: Ruben Casado <ru...@lambdoop.com>
Date:   2017-05-06T10:09:04Z

    flink-kudu code v1

----


> 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)