You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/07 16:05:11 UTC

[jira] [Commented] (NIFI-1998) Upgrade Cassandra driver to 3.x

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

ASF GitHub Bot commented on NIFI-1998:
--------------------------------------

GitHub user mattyb149 opened a pull request:

    https://github.com/apache/nifi/pull/616

    NIFI-1998: Update Cassandra processor docs to include 3.0.x clusters

    Compatibility matrix here: http://datastax.github.io/java-driver/manual/native_protocol/

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

    $ git pull https://github.com/mattyb149/nifi cassandra_version

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

    https://github.com/apache/nifi/pull/616.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 #616
    
----
commit 9c5b2133cd7304feba39f57fda226393d9744815
Author: Matt Burgess <ma...@apache.org>
Date:   2016-07-07T16:03:53Z

    NIFI-1998: Update Cassandra processor docs to include 3.0.x clusters

----


> Upgrade Cassandra driver to 3.x
> -------------------------------
>
>                 Key: NIFI-1998
>                 URL: https://issues.apache.org/jira/browse/NIFI-1998
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 0.6.1
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>             Fix For: 1.0.0, 0.7.0
>
>
> The Cassandra processors use the 2.1.9 driver, which is backwards-compatible to 1.x, but not forward-compatible to 3.x. The latest driver at the time of this writing is 3.0.2, which is fully backwards-compatible.
> Upgrading the driver, although it will involve API changes, will enable NiFi users to interact with any Cassandra cluster of version 1.x, 2.x, or 3.x.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)