I have been following the example from https://neo4j.com/blog/neo4j-3-0-apache-spark-connector/ and everything seemed fine until I try the following assignment: val query = "cypher runtime=compiled MATCH (n) where id(n) < {maxId} return id(n)"
I get the error "*Unable to connect to 'localhost' on port 7687, ensure the database is running and that there is a working network connection to it.*" I am fairly new to Spark and am not sure how to fix this. When I ran this I had have my Neo4j database connected. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
