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