csv批量工具导入无法正常运行

提问参考模版:

  • nebula 版本:nebula-graphd version 1.1.0, Git: 9154dde7, Build Time: Sep 21 2020 12:30:38
  • 部署方式( 单机):
  • 硬件信息
    • 磁盘( SSD)
    • CPU、内存信息:4.14.0_1-0-0-26 #3 SMP Wed Aug 19 20:17:18 CST 2020 x86_64 x86_64 x86_64 GNU/Linux,内存1024G
  • 直接用该版本的nebula启动图数据库后,clone master版本nebula-importer,编译完成。然后./nebula-importer --config examples/v1/example.yaml或者
    ./nebula-importer --config examples/v2/example.yaml 都卡死不动。
    用V1的时候,显示:

    用V2的时候,显示:


    总之都是在initialized successfully后面就会停住不动。
    yaml用的是nebula-importer的示例,改了一下端口号address: 127.0.0.1:3699

如果你的 nebula 是 1.0 版本,需要使用 1.0 版本的 importer ,两者是不兼容的,原因是 thrift 接口有改动,nebula client 的接口发生了变化。

v1 版本的 importer 的使用方式如下:

$ git clone --single-branch --branch v1 https://github.com/vesoft-inc/nebula-importer
$ make 

然后在用编译后的 nebula-importer 执行导入。

1 个赞

收到,已解决,多谢