Skip to content

Commit

Permalink
add HBase pre-splite config options in quickstart (#160)
Browse files Browse the repository at this point in the history
* add HBase pre-splite config options in quickstart
* Update hugegraph-server.md

Co-authored-by: imbajin <[email protected]>
  • Loading branch information
JackyYangPassion and imbajin committed Dec 26, 2022
1 parent e1b00c9 commit 4b5e5ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/cn/docs/quickstart/hugegraph-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@ serializer=hbase
# hbase backend config
hbase.hosts=localhost
hbase.port=2181
# Note: recommend to modify the HBase partition number by the actual/env data amount & RS amount before init store
# it may influence the loading speed a lot
#hbase.enable_partition=true
#hbase.vertex_partitions=10
#hbase.edge_partitions=30
```

初始化数据库(仅第一次启动时需要)
Expand Down
7 changes: 6 additions & 1 deletion content/en/docs/quickstart/hugegraph-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ serializer=hbase
# hbase backend config
hbase.hosts=localhost
hbase.port=2181
# Note: recommend to modify the HBase partition number by the actual/env data amount & RS amount before init store
# it may influence the loading speed a lot
#hbase.enable_partition=true
#hbase.vertex_partitions=10
#hbase.edge_partitions=30
```

Initialize the database (required only on first startup)
Expand Down Expand Up @@ -353,7 +358,7 @@ _explanation_

response body:

```json
```javasript
{
"vertices": [
{
Expand Down

0 comments on commit 4b5e5ba

Please sign in to comment.