GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/1771
[FLINK-3311/FLINK-3332] Add Cassandra connector
This PR is a combination of #1640 and #1660, essentially providing a
mid-merge view of both PR's. As they reside in the same module and expose
similar functionalities, several things were changed in both commits to make
the code more similar.
Such changes include formatting, field ordering, code in-lining, package
declarations, file names, test unification, and the addition of a central
method to create sinks (CassandraSink.addSink(DataStream<T> input)) to reduce
complexity for the user resulting from different sink implementations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink cass_final
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1771.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 #1771
----
commit 1f296cba0f85696e2ff4ae48bbbdd8a7eaf6c8e7
Author: Andrea Sella <[email protected]>
Date: 2016-03-02T15:28:11Z
[FLINK-3311] Add At-Least-Once Cassandra connector
commit 7597dcaf976818b23a91872650f355e0505cdd59
Author: zentol <[email protected]>
Date: 2016-03-03T10:58:59Z
[FLINK-3332] Add Exactly-Once Cassandra connector
----
---
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.
---