Spark 2.0 supports writing out to files, as well as you can do custom foreach code. We havent yet officially released Sink API for custom connector to be implemented, but hopefully we will be able to do it soon.
That said, I will not rule out possibility of connectors written using internal, non-public APIs that may be floating out there. Others can chime in on that. On Mon, Nov 7, 2016 at 3:57 PM, shyla deshpande <deshpandesh...@gmail.com> wrote: > I am using spark-cassandra-connector_2.11. > > On Mon, Nov 7, 2016 at 3:33 PM, shyla deshpande <deshpandesh...@gmail.com> > wrote: > >> Hi , >> >> I am trying to do structured streaming with the wonderful SparkSession, >> but cannot save the streaming data to Cassandra. >> >> If anyone has got this working, please help!!!! >> >> Thanks >> >> >