Build Cassandra Connector with some customization

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

Build Cassandra Connector with some customization

Soheil Pourbafrani
I want to build Flink Cassandra connector against 
datastax version 3.1.4
guava 16.0.1

using what command I can do that? and in what Flink source directory?
Reply | Threaded
Open this post in threaded view
|

Re: Build Cassandra Connector with some customization

Chesnay Schepler
directory: flink-connectors/flink-connector-cassandra
command: mvn package -Ddriver.version=3.1.4 -Dguava.version=16.0.1

On 29.05.2018 14:41, Soheil Pourbafrani wrote:
> I want to build Flink Cassandra connector against
> datastax version 3.1.4
> guava 16.0.1
>
> using what command I can do that? and in what Flink source directory?