Vinod Jayachandran
Vinod Jayachandran

Reputation: 3898

Querying Cassandra data using Spark SQL in Java

For Querying Cassandra data using Spark SQL in Java, I come across 2 documentation from datastax with version 4.6 and 5.0

The documentation for 5.0 recommends HiveContext while 4.6 docs recommends CassandraSQLContext . Which one should i use ? I am using Apache Cassandra 3.9

Upvotes: 1

Views: 663

Answers (1)

mariusz-s
mariusz-s

Reputation: 1766

I think that if your are going to use 5.0 version there will be not CassandraSQLContext - it was removed since 4.7.

Upvotes: 1

Related Questions