Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can I use the PutCassandraQL NiFi processor to insert data into Cassandra 3.5 or higher?

avatar
New Member

I have successfully used the PutCassandraQL NiFi processor to insert data into Cassandra 2.2. It works perfectly.

However I'm not able to use the PutCassandraQL NiFi processor to insert data into Cassandra 3.5.

Is there a solution for using NiFi 1.6.1 or HDF to insert data into Cassandra 3.5, or a workaround?

Are there any plans for upgrading the NiFi code to support Cassandra 3.5.

1 ACCEPTED SOLUTION

avatar
Master Guru

There is no workaround, but the Cassandra 3.x driver claims to be backwards-compatible, so NiFi could be upgraded to use the Cassandra 3.x driver. Do you mind filing a Jira case for this at https://issues.apache.org/jira/browse/NIFI ? Thanks!

View solution in original post

3 REPLIES 3

avatar
Master Guru

There is no workaround, but the Cassandra 3.x driver claims to be backwards-compatible, so NiFi could be upgraded to use the Cassandra 3.x driver. Do you mind filing a Jira case for this at https://issues.apache.org/jira/browse/NIFI ? Thanks!

avatar
Master Guru

So as not to make more work for you, I took the liberty of creating the Jira case: https://issues.apache.org/jira/browse/NIFI-1998

And doing the upgrade: https://github.com/apache/nifi/pull/521

Regards,

Matt

avatar
Expert Contributor

hi @chris grant would you like to explain the process how you passed query to putcassandraQL processor. I have managed to use QueryCassandra processor and succesfully retrieve data from cassandra. Plz let me know the steps you followed thank you 🙂