javeme commented on issue #1871:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1871#issuecomment-1124749230

   请尝试使用conf下面的默认配置文件`remote-objects.yaml`试试:
   ```yaml
   hosts: [localhost]
   port: 8182
   serializer: {
     className: 
org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0,
     config: {
       serializeResultToString: false,
       ioRegistries: [com.baidu.hugegraph.io.HugeGraphIoRegistry]
     }
   } 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to