Sam-T
Sam-T

Reputation: 1975

Unable to import org.apache.spark.sql.cassandra.CassandraSQLContext

I have the spark-cassandra-connector_2.11-2.0.0-M3.jar in my path but still unable to import org.apache.spark.sql.cassandra.CassandraSQLContext. Is this in some other package- all documentation points to this package (or deprecated).

Thanks

Upvotes: 1

Views: 2004

Answers (1)

abaghel
abaghel

Reputation: 15297

The CassandraSQLContext has been deprecated. Please check https://datastax-oss.atlassian.net/browse/SPARKC-399. Please check SO post how to use Cassandra Context in spark 2.0 for the details.

Upvotes: 2

Related Questions