Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

断点续导报错空指针异常 #111

Closed
860960342 opened this issue Dec 3, 2019 · 1 comment · Fixed by #112
Closed

断点续导报错空指针异常 #111

860960342 opened this issue Dec 3, 2019 · 1 comment · Fixed by #112

Comments

@860960342
Copy link

在使用hugegraph-loader 0.14.0 导入数据时,由于部分边的节点不存在,出现顶点插入失败,修改后用断点续导模式会报错空指针异常。
image
执行命令:
/homehugegraph-loader-0.10.0/bin/hugegraph-loader -g hugegraph -f /home/test/struct-test.json -s /home/test/test.groovy --incremental-mode true --reload-failure true
导入的顶点和边文件都是JSON格式,报错位置出现在header数组转List,是因为断点续导只适用于CSV数据吗?

@Linary
Copy link
Contributor

Linary commented Dec 4, 2019

@860960342 抱歉,这确实是一个BUG,断点续导是适用于JSON文件的,我们会尽快修复此问题。

Linary added a commit that referenced this issue Dec 4, 2019
Fix #111

Change-Id: I4f12bcd3ca19464823bc52e5d6b408e4592e1cfc
zhoney pushed a commit that referenced this issue Dec 5, 2019
imbajin pushed a commit that referenced this issue Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants