示例 CSV 文件的 DSE 图形加载器错误
DSE Graph Loader error with sample CSV file
我正在尝试 DSE Graph Loader。 DSE 图形加载器版本为 5.0.3。我正在使用从 DataStax 网站下载的 Virtual Box 图像。
当我遵循 https://docs.datastax.com/en/latest-dse/datastax_enterprise/graph/dgl/dglCSV.html 的指示时。它总是失败,出现以下两种类型的错误。
ERROR DataLoaderImpl:594 - Graph driver attempts exceeded for this
operation, logging failure, but no records are present (may have been
a schema operation)
com.datastax.dsegraphloader.exception.TemporaryException:
om.datastax.driver.core.exceptions.InvalidQueryException: Unrecognized
option string: graph.tx_groups.default.verify_unique
2016-11-23 13:38:41 ERROR DataLoaderImpl:594 - Could not load record
[{gender =F, name=Julia Child}] on load [author] for source record
[CSVRecord [comment=null, mapping={name=0, gender =1}, recordNumber=1,
values=[Julia Child, F]]] java.lang.NullPointerException
不是真正的答案。但是当我在 OSX 上尝试同样的事情后,它没有任何问题。所以问题与VM环境有关。
我正在尝试 DSE Graph Loader。 DSE 图形加载器版本为 5.0.3。我正在使用从 DataStax 网站下载的 Virtual Box 图像。
当我遵循 https://docs.datastax.com/en/latest-dse/datastax_enterprise/graph/dgl/dglCSV.html 的指示时。它总是失败,出现以下两种类型的错误。
ERROR DataLoaderImpl:594 - Graph driver attempts exceeded for this operation, logging failure, but no records are present (may have been a schema operation) com.datastax.dsegraphloader.exception.TemporaryException: om.datastax.driver.core.exceptions.InvalidQueryException: Unrecognized option string: graph.tx_groups.default.verify_unique
2016-11-23 13:38:41 ERROR DataLoaderImpl:594 - Could not load record [{gender =F, name=Julia Child}] on load [author] for source record [CSVRecord [comment=null, mapping={name=0, gender =1}, recordNumber=1, values=[Julia Child, F]]] java.lang.NullPointerException
不是真正的答案。但是当我在 OSX 上尝试同样的事情后,它没有任何问题。所以问题与VM环境有关。