apache / apache/hugegraph

[Bug] 文档中关于配置文件的描述不符实际

Open
#1,940 2 comments 0 reactions 0 assignees View on GitHub
doc
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

### Bug Type (问题类型)

others (please edit later)

### Before submit

- [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题

### Environment (环境信息)

- Server Version: v0.12.x
- Backend: RocksDB x nodes, HDD or SSD
- OS: xx CPUs, xx G RAM, Centos 7.x
- Data Size: xx vertices, xx edges

### Expected & Actual behavior (期望与实际表现)

https://hugegraph.apache.org/docs/config/config-guide/
1. 文档中说gremlin-server.yaml、rest-server.properties 和hugegraph.properties都在conf下,实际0.12.0中hugegraph.properties在conf/graphs下
2. 文档中说多图配置编辑gremlin-server.yaml 的 graphs 域,实际打开gremlin-server.yaml 看到:
```
# don't set graph at here, this happens after support for dynamically adding graph
graphs: {
}
```
这句注释是什么意思?到底能不能编辑?
另外,不是多图的话,是不是有默认的graph?应该用哪个graph配置文件?这些都没有描述清楚。

### Vertex/Edge example (问题点 / 边数据举例)

_No response_

### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.