GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4831
[FLINK-6314] [cassandra] Support user-defined Mapper options
## What is the purpose of the change
This PR allows setting MapperOptions for the cassandra POJO sink.
## Brief change log
- modify POJO sink to accept a MapperOptions object (which lazily builds an
Mapper.Option array)
- modify CassandraSinkBuilder to support setting the MapperOptions
- adjust example
- adjust documentation
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
## Documentation
- Does this pull request introduce a new feature? (yes)
- If yes, how is the feature documented? (docs)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 6314
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4831.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 #4831
----
commit 35d99ddc08f02b5c14cad8732520092f5751d813
Author: zentol <[email protected]>
Date: 2017-07-18T12:46:41Z
[hotfix] Fix typo in CassandraSink
commit 41cca3829269b51a907556b235730a95d754b687
Author: zentol <[email protected]>
Date: 2017-04-12T09:25:41Z
[FLINK-6314] [cassandra] Support user-defined Mapper options
----
---