com.datastax.spark.connector.cql
Entry point for obtaining AuthConf object from SparkConf, used when establishing connections to Cassandra. The actual AuthConf creation is delegated to the AuthConfFactory pointed by spark.cassandra.auth.conf.factory.class property.
AuthConf
SparkConf
spark.cassandra.auth.conf.factory.class
Entry point for obtaining
AuthConf
object fromSparkConf
, used when establishing connections to Cassandra. The actualAuthConf
creation is delegated to the AuthConfFactory pointed byspark.cassandra.auth.conf.factory.class
property.