Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-11-2018 01:45 PM
I am trying to import data into neo4j from HDFS. I was wondering if this is possible since I keep getting an error that the directory doesn't exist.
neo4j-admin import --nodes:Person "hdfs://........."
Solved! Go to Solution.
09-11-2018 02:16 PM
No, it has to be on the local filesystem, also because we're accessing the data with NIO.
So you either have to copy it over or mount the HDFS directory into the FS.
09-11-2018 02:16 PM
No, it has to be on the local filesystem, also because we're accessing the data with NIO.
So you either have to copy it over or mount the HDFS directory into the FS.
All the sessions of the conference are now available online