gudehuang commented on issue #602:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/issues/602#issuecomment-2066201160
我使用HugeGraph Java Client,执行以下语句是成功的,元数据已经创建好了.
```java
GremlinManager gremlin=hugeClient.gremlin();
gremlin.gremlin("g.addV('地点').property(id, '17700').property('name',
'海南')").execute();
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]