Re: Configured graph factory not working after making changes to gremlin-server.yaml
Sai Supraj R
Hi Marc,
I tried commenting it out and setting it to false but i got the same error message.
gremlin> ConfiguredGraphFactory.createConfiguration(new MapConfiguration(map));
Must provide vertex id
Type ':help' or ':h' for help.
Display stack trace? [yN]N
Must provide vertex id
Type ':help' or ':h' for help.
Display stack trace? [yN]N
Thanks
Sai
On Fri, Apr 30, 2021 at 2:34 AM <hadoopmarc@...> wrote:
Hi Sai,
I suspect this is related to your setting:
#do not auto generate graph vertex id
graph.set-vertex-id=true
Can you try without?
Best wishes, Marc