This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 7a50faca26b [docs](fix)fix document error (#30317) 7a50faca26b is described below commit 7a50faca26b61ce2ad9093affe8f7e55839eccbb Author: Liqf <109049295+lemonlit...@users.noreply.github.com> AuthorDate: Wed Jan 24 17:07:07 2024 +0800 [docs](fix)fix document error (#30317) --- docs/en/docs/admin-manual/multi-tenant.md | 4 ++-- docs/zh-CN/docs/admin-manual/multi-tenant.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/admin-manual/multi-tenant.md b/docs/en/docs/admin-manual/multi-tenant.md index d4f207ceae7..a5fb83a6c72 100644 --- a/docs/en/docs/admin-manual/multi-tenant.md +++ b/docs/en/docs/admin-manual/multi-tenant.md @@ -251,7 +251,7 @@ Through the above 4 steps, we can smoothly use the resource division function af ```sql CREATE DATABASE db1 PROPERTIES ( - "replication_allocation" = "tag.location.group_a:1, tag.location.group_b:2" + "replication_allocation" = "tag.location.group_c:1, tag.location.group_b:2" ) ``` @@ -262,7 +262,7 @@ Through the above 4 steps, we can smoothly use the resource division function af (k1 int, k2 int) distributed by hash(k1) buckets 1 properties( - "replication_allocation"="tag.location.group_c:1, tag.location.group_b:2" + "replication_allocation"="tag.location.group_a:1, tag.location.group_b:2" ) ``` diff --git a/docs/zh-CN/docs/admin-manual/multi-tenant.md b/docs/zh-CN/docs/admin-manual/multi-tenant.md index 7e346dbd8e5..83bcf64ba02 100644 --- a/docs/zh-CN/docs/admin-manual/multi-tenant.md +++ b/docs/zh-CN/docs/admin-manual/multi-tenant.md @@ -249,7 +249,7 @@ FE 不参与用户数据的处理计算等工作,因此是一个资源消耗 ```sql CREATE DATABASE db1 PROPERTIES ( - "replication_allocation" = "tag.location.group_a:1, tag.location.group_b:2" + "replication_allocation" = "tag.location.group_c:1, tag.location.group_b:2" ) ``` @@ -260,7 +260,7 @@ FE 不参与用户数据的处理计算等工作,因此是一个资源消耗 (k1 int, k2 int) distributed by hash(k1) buckets 1 properties( - "replication_allocation"="tag.location.group_c:1, tag.location.group_b:2" + "replication_allocation"="tag.location.group_a:1, tag.location.group_b:2" ) ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org