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

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

GitHub user eskabetxe opened a pull request:

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

    [BAHIR-99] flink-connector-kudu

    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.

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

    $ git pull https://github.com/eskabetxe/bahir-flink 
features/flink-connector-kudu_new

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

    https://github.com/apache/bahir-flink/pull/31.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 #31
    
----
commit e533957d7725bc4a861d9b78d5d9dce398a50f78
Author: Dominik.Wosinski <bl@...>
Date:   2018-07-20T21:47:12Z

    [BAHIR-173]Update Flink version to 1.5.1

commit 0eaf9f00bf866595b21d9391b7040940a7604cc8
Author: Dominik.Wosinski <bl@...>
Date:   2018-07-21T22:38:01Z

    [BAHIR-173]Bump Flink Version in travis configuration + fix deprecation 
warnings

commit 9da1e3ff7c13deffab2332f6d5f480ec3ab01c7e
Author: Joao Boto <boto@...>
Date:   2018-07-23T17:48:30Z

    BAHIR-173: solve test problems

commit 2672adf479a074fa53dda7ac06ad83abf867caa9
Author: Joao Boto <boto@...>
Date:   2018-07-25T18:17:36Z

    added kuduInputFormat

commit 5dc649228c25cac3ea392e07fd16b09dc3dbe626
Author: Joao Boto <boto@...>
Date:   2018-07-26T16:38:57Z

    testing fixed

commit dec609c856b80d4be9573ae85f6f999c111de843
Author: Joao Boto <boto@...>
Date:   2018-07-26T17:38:08Z

    test travis conf

commit 7c73de9f02aefb3952bbeec05d21a809c6b81ab4
Author: Joao Boto <boto@...>
Date:   2018-07-26T17:41:04Z

    test travis conf

commit eb0a81ad3fb0c054c674ece157bcdd06dbdf4638
Author: Joao Boto <boto@...>
Date:   2018-07-26T17:47:15Z

    test travis conf

commit c4633ae7c9bdb31a01fe92f12d1d3eead2babaa8
Author: Joao Boto <boto@...>
Date:   2018-07-26T18:36:52Z

    working travis

commit c8871b3b071e899ed11812e12016ec8656d2f4d9
Author: Joao Boto <boto@...>
Date:   2018-08-01T17:14:10Z

    BAHIR-99: flink kudu connector

commit ba9e50dfa92164ade7a81758cf4cb8e7de328e40
Author: Joao Boto <boto@...>
Date:   2018-08-01T17:17:26Z

    merge with master

----


> 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
>    Affects Versions: Flink-1.0
>            Reporter: Rubén Casado
>            Assignee: Rubén Casado
>            Priority: Major
>             Fix For: Flink-Next
>
>
> 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
(v7.6.3#76005)

Reply via email to