You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Rubén Casado (JIRA)" <ji...@apache.org> on 2017/03/28 06:44:41 UTC

[jira] [Updated] (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:all-tabpanel ]

Rubén Casado updated BAHIR-99:
------------------------------
    Description: 
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

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