Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ./import.sh wiki.db nodes.tsv rels.tsv
  2.  
  3. Using Existing Configuration File
  4. .....................
  5. Importing 2129648 Nodes took 6400 seconds
  6.  
  7. Total import time: 6404 seconds
  8.  
  9. Exception in thread "main" org.neo4j.graphdb.NotFoundException: id=3608148
  10. at org.neo4j.unsafe.batchinsert.BatchInserterImpl.getNodeRecord(BatchInserterImpl
  11. .java:1215)
  12. at org.neo4j.unsafe.batchinsert.BatchInserterImpl.createRelationship(BatchInserte
  13. rImpl.java:777)
  14. at org.neo4j.batchimport.Importer.importRelationships(Importer.java:154)
  15. at org.neo4j.batchimport.Importer.doImport(Importer.java:232)
  16. at org.neo4j.batchimport.Importer.main(Importer.java:83)
  17.  
  18. node name l:label degrees
  19. 0 Stroud_railway_station Page 21
  20. 1 ATP–ADP_translocase Page 38
  21. 2 Pedro_Hernández_Martínez Page 12
  22. 3 Christopher_Lowther Page 4
  23. 4 Cloncurry_River Page 10
  24. 5 Neil_Kinnock Page 147
  25. 6 Free_agent_(business) Page 10
  26. 7 Christian_Hilt Page 27
  27. 8 2009_Riviera_di_Rimini_Challenger Page 27
  28.  
  29. start end type
  30. 0 3608148 LINKS_TO
  31. 0 870126 LINKS_TO
  32. 0 1516248 LINKS_TO
  33. 0 3493391 LINKS_TO
  34. 0 3034096 LINKS_TO
  35. 0 1421544 LINKS_TO
  36. 0 2808745 LINKS_TO
  37. 0 1872783 LINKS_TO
  38. 0 1673612 LINKS_TO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement