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 <[email protected]>
Date: 2017-05-06T10:09:04Z
flink-kudu code v1
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---