cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

NoraNafari
Node
since ‎07-16-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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 impor...