I am trying to read data from neo4j to Spark using the connector neo4j-spark-connector-2.4.5-M1.jar.
When I try to import the org.neo4j.spark.DataSource throws an error that DataSource is not a member
Also in the code,
val df = spark.read.format("o...