You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/16 09:50:00 UTC

[jira] [Commented] (FLINK-6314) Allow setting CassandraSink mapper options

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

ASF GitHub Bot commented on FLINK-6314:
---------------------------------------

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 <ch...@apache.org>
Date:   2017-07-18T12:46:41Z

    [hotfix] Fix typo in CassandraSink

commit 41cca3829269b51a907556b235730a95d754b687
Author: zentol <ch...@apache.org>
Date:   2017-04-12T09:25:41Z

    [FLINK-6314] [cassandra] Support user-defined Mapper options

----


> Allow setting CassandraSink mapper options
> ------------------------------------------
>
>                 Key: FLINK-6314
>                 URL: https://issues.apache.org/jira/browse/FLINK-6314
>             Project: Flink
>          Issue Type: Improvement
>          Components: Cassandra Connector
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>             Fix For: 1.4.0
>
>
> A user requested the possibility to set various options that the underlying Mapper of the CassandraPojoSink supports.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)