GraphScope
GraphScope copied to clipboard
[BUG] Connecting via Gremlin-Console with doc has some ERROR
Describe the bug
gremlin> :remote connect tinkerpop.server conf/remote.yaml
Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
To Reproduce Steps to reproduce the behavior:
- config remote.yaml
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { serializeResultToString: true }}
-
gremlin> :remote connect tinkerpop.server conf/remote.yaml
-
See error Error during 'connect' - Could not establish serializer - org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0
Screenshots
Environment (please complete the following information):
- GraphScope version: v0.24.0
- OS: MacOS
Additional context Add any other context about the problem here.