approx. number of bytes to be written in a single batch or exact number of rows to be written in a single batch;
the number of distinct batches that can be buffered before they are written to Cassandra
which rows can be grouped into a single batch
consistency level for writes, default LOCAL_QUORUM
inserting a row should happen only if it does not already exist
number of batches to be written in parallel
the default TTL value which is used when it is defined (in seconds)
the default timestamp value which is used when it is defined (in microseconds)
whether or not enable task metrics updates (requires Spark 1.2+)
the number of distinct batches that can be buffered before they are written to Cassandra
which rows can be grouped into a single batch
approx.
approx. number of bytes to be written in a single batch or exact number of rows to be written in a single batch;
consistency level for writes, default LOCAL_QUORUM
inserting a row should happen only if it does not already exist
number of batches to be written in parallel
whether or not enable task metrics updates (requires Spark 1.2+)
the default timestamp value which is used when it is defined (in microseconds)
the default TTL value which is used when it is defined (in seconds)
Write settings for RDD
approx. number of bytes to be written in a single batch or exact number of rows to be written in a single batch;
the number of distinct batches that can be buffered before they are written to Cassandra
which rows can be grouped into a single batch
consistency level for writes, default LOCAL_QUORUM
inserting a row should happen only if it does not already exist
number of batches to be written in parallel
the default TTL value which is used when it is defined (in seconds)
the default timestamp value which is used when it is defined (in microseconds)
whether or not enable task metrics updates (requires Spark 1.2+)