Saves the data from RDD to a Cassandra table.
Saves the data from RDD to a Cassandra table. Uses the specified column names with an additional batch size.
the name of the Keyspace to use
the name of the Table to use
The batch size. By default, if the batch size is unspecified, the right amount is calculated automatically according the average row size. Specify explicit value here only if you find automatically tuned batch size doesn't result in optimal performance. Larger batches raise memory use by temporary buffers and may incur larger GC pressure on the server. Small batches would result in more round trips and worse throughput. Typically sending a few kilobytes of data per every batch is enough to achieve good performance.
Saves the data from RDD to a Cassandra table.
Saves the data from RDD to a Cassandra table. Uses the specified column names.
the name of the Keyspace to use
the name of the Table to use
Saves the data from RDD to a Cassandra table.
Saves the data from RDD to a Cassandra table.
rdd.saveToCassandra(AllColumns("test", "words"))
the name of the Keyspace to use
the name of the Table to use
(rDDFunctions: StringAdd).self
(rDDFunctions: StringFormat).self
(rDDFunctions: ArrowAssoc[RDDFunctions[T]]).x
(Since version 2.10.0) Use leftOfArrow instead
(rDDFunctions: Ensuring[RDDFunctions[T]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Provides Cassandra-specific methods on
RDD