I have some tables of entity-relation information in hive server and I want to write them in neo4j on another server, using neo4j-spark-connector.
I've check both spark-write-in pages and load-csv pages, but still confused. Which functions would work in this case?
P.S. This is a Python coder.