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.

ishaan_madan
Node Link
since ‎09-04-2018
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

For neo4j-admin import, if I have a header file that looks like this: userid:ID,zipcode:int Is there any way I can cast my userID as long? Perhaps in the relationship file? Something like this :START_ID:long, :END_ID:long The userIDs are rather lengt...
I am trying to import 75GB worth of CSV's using the neo4j-admin import tool. My initial settings were as follows (memory.pagecache.size was left at default): dbms.memory.heap.max_size=10g When I ran the import, the following occurred (see screenshot)...
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://........."
Graph details: ~800Mil nodes, ~650Mil relationships, ~1.45Bil properties Community Edition Limitations: No permissions to stop and restart DBEntire db must be cleared out so neo4j-admin import tool can be used to import new data on a weekly basisNo b...
trying to use neo4j-admin import directly from my java program (no command line action). Is there a recommended way to go about this? Want to throw out old data and import new data on a weekly basis.
Kudos from
Kudos given to