How to Use spark cassandra connector API in scala
问题 My previous post: Reparing Prepared stmt warning. i was not able to solve it, with few suggestions, i tried using spark cassandra connector to solve my problem. But i am completely confused about its usage in my application. i tried to write code as below,but not sure how exactly to use the API's. val conf = new SparkConf(true) .set("spark.cassandra.connection.host", "1.1.1.1") .set("spark.cassandra.auth.username", "auser") .set("spark.cassandra.auth.password", "apass") .set("spark.cassandra