This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/website by this push:
new d7c5fe5d add HBase pre-splite config options
d7c5fe5d is described below
commit d7c5fe5d1d424da8f69eda0701586fc70cb9e9fe
Author: JackyYangPassion <[email protected]>
AuthorDate: Wed May 25 22:05:44 2022 +0800
add HBase pre-splite config options
---
content/cn/docs/config/config-option.md | 3 +++
content/en/docs/config/config-option.md | 3 +++
2 files changed, 6 insertions(+)
diff --git a/content/cn/docs/config/config-option.md
b/content/cn/docs/config/config-option.md
index 6add9e78..0588c0a7 100644
--- a/content/cn/docs/config/config-option.md
+++ b/content/cn/docs/config/config-option.md
@@ -245,6 +245,9 @@ hbase.kerberos_keytab | |
The HBase's key tab fil
hbase.kerberos_principal | | The HBase's principal
for kerberos authentication.
hbase.krb5_conf | etc/krb5.conf | Kerberos
configuration file, including KDC IP, default realm, etc.
hbase.hbase_site | /etc/hbase/conf/hbase-site.xml| The HBase's
configuration file
+hbase.enable_partition | true | Is pre-split
partitions enabled for HBase.
+hbase.vertex_partitions | 10 | The number of
partitions of the HBase vertex table.
+hbase.edge_partitions | 30 | The number of
partitions of the HBase edge table.
### MySQL & PostgreSQL 后端配置项
diff --git a/content/en/docs/config/config-option.md
b/content/en/docs/config/config-option.md
index e26cabec..ec511f67 100644
--- a/content/en/docs/config/config-option.md
+++ b/content/en/docs/config/config-option.md
@@ -245,6 +245,9 @@ hbase.kerberos_keytab | |
The HBase's key tab fil
hbase.kerberos_principal | | The HBase's principal
for kerberos authentication.
hbase.krb5_conf | etc/krb5.conf | Kerberos
configuration file, including KDC IP, default realm, etc.
hbase.hbase_site | /etc/hbase/conf/hbase-site.xml| The HBase's
configuration file
+hbase.enable_partition | true | Is pre-split
partitions enabled for HBase.
+hbase.vertex_partitions | 10 | The number of
partitions of the HBase vertex table.
+hbase.edge_partitions | 30 | The number of
partitions of the HBase edge table.
### MySQL & PostgreSQL Backend Config Options