imbajin commented on issue #602:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/issues/602#issuecomment-2066241658
> 我使用HugeGraph Java Client,执行以下语句是成功的,元数据已经创建好了.
>
> ```java
> GremlinManager gremlin=hugeClient.gremlin();
> gremlin.gremlin("g.addV('地点').property(id, '17700').property('name',
'海南')").execute();
> ```
@gudehuang First, please use the **apache release version**
https://hugegraph.apache.org/docs/download/download/ or u could use [docker
version](https://hub.docker.com/r/hugegraph/hubble) (Non-apache versions are no
longer maintained)
And u could use
[rest-api](https://hugegraph.apache.org/docs/clients/restful-api/propertykey/#123-get-all-propertykeys)
to check the data consistency
@dosu-bot The possible reason is related to the parsing of Chinese
characters by the backend of the Hubble, which appears to have garbled
characters. You can also prompt users to use the latest version and provide a
minimum reproducible example and steps
--
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]