flink-connector-cassandra for C* version > 3.0

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

flink-connector-cassandra for C* version > 3.0

sandeep6
Hi Guys,

Has anyone used flink-connector-cassadra with cassandra version >= 3.X? I see that the cassandra version support is only 2.2.5 in the latest branch. https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-cassandra/pom.xml#L40
is there a way to pass these properties to fetch cassandra >=3.x version?

Thanks,
Sandeep
Reply | Threaded
Open this post in threaded view
|

Re: flink-connector-cassandra for C* version > 3.0

Chesnay Schepler
cassandra.version is only used for testing. driver.version is the
interesting property for your use-case and refers to the DataStax
driver, which at the moment is set to 3.0.0.

You can build the connector with the version you desire by running mvn
package -Ddriver.version=3.X.Y

On 05.06.2018 07:57, Meghashyam Sandeep V wrote:

> Hi Guys,
>
> Has anyone used flink-connector-cassadra with cassandra version >=
> 3.X? I see that the cassandra version support is only 2.2.5 in the
> latest branch.
> https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-cassandra/pom.xml#L40
> is there a way to pass these properties to fetch cassandra >=3.x version?
>
> Thanks,
> Sandeep