Re: Accessing Cassandra for reading and writing
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Accessing-Cassandra-for-reading-and-writing-tp16790p16888.html
Hi Andre,
Do you have a batch or streaming use case?
Flink provides Cassandra Input and OutputFormats for DataSet (batch) jobs and a Cassandra Sink for DataStream applications. The is no Cassandra source for DataStream applications.
Regarding your error, this looks more like a Zepplin configuration issue to me.
It seems that the JAR file is not correctly added to the classpath.
Best,
Fabian