Graph does not support the provided graph computer: SparkGraphComputer at Script4.run(Script4.groovy:1)
at org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(Gre
我正在尝试写一个Gremlin遍历,意思是“将所有这些身份添加到这个组中”,模仿the "inject list" example in the recipes。.addE(GROUP_INCLUDES_IDENTITY).from(V(groupId))
.iterate() 据我所知,这将为列表中的每个元素生成一个遍历程序,并执行addE操作。但是,我不知道如何在遍历中表示V().hasId(it)。identity()步骤似乎应该适用,但我不能将其用作V或hasId的参数。我试着用unfold