【发布时间】:2015-10-04 19:47:22
【问题描述】:
目前我正在我的项目中使用 neo4j。
所以我在将大约 2000 万行从 csv 导入 neo4j 数据库以创建节点和关系时遇到问题。我还阅读了 Micahael Hunger 在 Neo4j(csv) Batch-Importer 上写的博客。
我的问题是当我尝试运行 import.bat 时出现错误:
Error: Could not find or load main class org.neo4j.batchimport.Importer
但我还将 neo4j 添加到我的环境变量路径中。我该如何解决这个错误?
【问题讨论】:
-
你为什么不问the developer directly? (当然是在学习了readme page之后)。
标签: csv batch-file neo4j batch-processing