Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-11-2020 09:13 AM
I have setup spark context and everything works & connects fine without any issues but when I run below query, though I have lot of nodes in neo4j database but it returns 0.
val neo = Neo4j(sc)
val rdd = neo.cypher("cypher MATCH (n:User) RETURN id(n) as id ").loadRowRdd
println(rdd.count())
There isn't any error , it just prints 0
All the sessions of the conference are now available online