number of partitions to divide the data into; unset by default
size of Cassandra data to be read in a single Spark task;
determines the number of partitions, but ignored if splitCount
is set
number of CQL rows to fetch in a single round-trip to Cassandra
consistency level for reads, default LOCAL_ONE; higher consistency level will disable data-locality
whether or not enable task metrics updates (requires Spark 1.2+)
maximum read throughput allowed per single core in requests/s while joining an RDD with C* table (joinWithCassandraTable operation) also used by enterprise integrations
consistency level for reads, default LOCAL_ONE; higher consistency level will disable data-locality
number of CQL rows to fetch in a single round-trip to Cassandra
maximum read throughput allowed per single core in requests/s while joining an RDD with C* table (joinWithCassandraTable operation) also used by enterprise integrations
number of partitions to divide the data into; unset by default
size of Cassandra data to be read in a single Spark task;
determines the number of partitions, but ignored if splitCount
is set
whether or not enable task metrics updates (requires Spark 1.2+)
Read settings for RDD
number of partitions to divide the data into; unset by default
size of Cassandra data to be read in a single Spark task; determines the number of partitions, but ignored if
splitCount
is setnumber of CQL rows to fetch in a single round-trip to Cassandra
consistency level for reads, default LOCAL_ONE; higher consistency level will disable data-locality
whether or not enable task metrics updates (requires Spark 1.2+)
maximum read throughput allowed per single core in requests/s while joining an RDD with C* table (joinWithCassandraTable operation) also used by enterprise integrations