Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-16-2020 02:37 PM
I'm trying to read a csv file located in my hdfs filesystem through apoc library in Neo4j with the following line of code:
CALL apoc.load.csv('hdfs://ipAddrress:port/myFileLocation.csv')
I also disabled Neo4j configuration for apoc and enabled importing files through apoc. So i included the following lines in my configuration file:
apoc.import.file.use_neo4j_config=false
apoc.import.file.enabled=true
but i keep getting the following error:
Failed to invoke procedure `apoc.load.csv`: Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.FSDataOutputStream
The dependencies are built into neo4j apoc extension but i don't know why the hadoop-related class can't be found. I'm using Neo4j 1.2.9 with apoc version 4.0.0.15. Any help?
All the sessions of the conference are now available online