basically I want to do similar we do in spring boot like below:
--
You received this message because you are subscribed to the Google Groups "DataStax Spark Connector for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spark-connector-user+unsub...@lists.datastax.com.
I am using "https://www.datastax.com/dev/blog/accessing-cassandra-from-spark-in-java" but wondering if we have similar functionality of creating keyspace/table provided by "http://docs.spring.io/spring-data/cassandra/docs/1.0.5.RELEASE/reference/html/cassandra.core.html"
or is there a way to combine both ways?