Skip to content
Advertisement

Tag: spark-cassandra-connector

Spark cassandra connector Java API, cannot find symbol CassandraRow

I am trying out the spark-cassandra-connector-japi example from here: https://github.com/datastax/spark-cassandra-connector/blob/master/doc/7_java_api.md The maven build fails with the following error: SimpleApp.java:[24,9] cannot find symbol [ERROR] symbol: class CassandraRow [ERROR] location: class SimpleApp My pom.xml is shown below Where is the class CassandraRow defined? I have gone through the code in package com.datastax.spark.connector.japi.CassandraJavaUtil and it is not defined there. The example asks to

Advertisement