I recently started using the Neo4j-Spark-Connector and went through some of the examples provided in this link https://neo4j.com/developer/apache-spark/. Everything seemed to work until I tried working with graphframes. When I run the following:
val gdf = Neo4jGraphFrame.fromGraphX(sc,"Person",Seq("KNOWS"),"Person")
I get the error
java.lang.UnsupportedOperationException: Schema for type Any is not supported