jar

com.github.bdoepf : spark-cassandra-sink_2.11

Maven & Gradle

Jan 02, 2019
4 stars

spark-cassandra-sink · spark-cassandra-sink is a Spark Structured Streaming Sink for cassandra. It requires a streaming Dataset/Dataframe and inserts its rows into a cassandra table.

Table Of Contents

Latest Version

Download com.github.bdoepf : spark-cassandra-sink_2.11 JAR file - Latest Versions:

All Versions

Download com.github.bdoepf : spark-cassandra-sink_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-cassandra-sink_2.11-2.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.datastax.spark.connector.writer

├─ com.datastax.spark.connector.writer.CassandraDataWriter.class - [JAR]

├─ com.datastax.spark.connector.writer.CassandraStreamCommitMessage.class - [JAR]

com.github.bdoepf.spark.cassandra.sink

├─ com.github.bdoepf.spark.cassandra.sink.CassandraSourceProvider.class - [JAR]

├─ com.github.bdoepf.spark.cassandra.sink.CassandraStreamDataWriterFactory.class - [JAR]

├─ com.github.bdoepf.spark.cassandra.sink.CassandraStreamWriter.class - [JAR]