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 cassandra.auth.conf.factory.class property.
AuthConf
SparkConf
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 bycassandra.auth.conf.factory.class
property.