【发布时间】:2013-05-31 18:16:01
【问题描述】:
我使用 Talend Open Studio Big Data 将我的 MySQL 数据库迁移到 Neo4j,我成功迁移了大约 5 个表和 4 个关系,但我遇到了一个非常奇怪的问题。插入关系时,我得到:
Exception in component tNeo4jOutputRelationship_1
java.lang.RuntimeException: End node looked up by index with _id as key and Skill.4 as value doesn't exist
但是:
- 节点明显存在并被适当的密码查询拾取(当然使用 _id 索引)
- 该节点被定义为起始节点,而不是结束节点,我确信一切设置正确,因为输出分隔文件显示正确的结构
有人吗?
【问题讨论】:
标签: database neo4j batch-processing etl talend