I am facing this issue
org.neo4j.driver.exceptions.ClientException: The server does not support any of the protocol versions supported by this driver. Ensure that you are using driver and server versions that are compatible with one another.
I am using a neo4j spark connector, ' neo4j-connector-apache-spark_2.11-4.0.2_for_spark_2.4.jar ' for reading data from neo4j.
Scala version - 2.11
Spark - 2.4
and Neo4j is 3.3.x
Why that issue is arising?
I couldn't find any connectors matching the spark and scala versions.
Thanks