I am not able to save the graph generated from spark graphx library into neo4j.
My Vertex RDD looks like:
Array[(org.apache.spark.graphx.VertexId, Double)] = Array((136303622,59.27342560553635)
My Edge RDD looks like:
Array[org.apache.spark.graphx.Ed...