You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/12/16 13:49:56 UTC

[doris] branch master updated: multi-catalog_doc (#15139)

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 63d2e85372 multi-catalog_doc (#15139)
63d2e85372 is described below

commit 63d2e85372a29eb8b164304df7b98fd7d9ab82de
Author: catpineapple <42...@users.noreply.github.com>
AuthorDate: Fri Dec 16 21:49:50 2022 +0800

    multi-catalog_doc (#15139)
---
 docs/en/docs/ecosystem/external-table/multi-catalog.md    | 4 ++--
 docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/ecosystem/external-table/multi-catalog.md b/docs/en/docs/ecosystem/external-table/multi-catalog.md
index fb5a9dc19d..80dd831c45 100644
--- a/docs/en/docs/ecosystem/external-table/multi-catalog.md
+++ b/docs/en/docs/ecosystem/external-table/multi-catalog.md
@@ -85,7 +85,7 @@ The following example is used to create a Catalog named hive to connect the spec
 CREATE CATALOG hive PROPERTIES (
     "type"="hms",
     'hive.metastore.uris' = 'thrift://172.21.0.1:7004',
-    'hadoop.username' = 'hive'
+    'hadoop.username' = 'hive',
     'dfs.nameservices'='your-nameservice',
     'dfs.ha.namenodes.your-nameservice'='nn1,nn2',
     'dfs.namenode.rpc-address.your-nameservice.nn1'='172.21.0.2:4007',
@@ -591,7 +591,7 @@ The privilege management of Doris provides an extension to the Cataloig level. F
 
 Metadata changes of external data sources, such as creating, dropping tables, adding or dropping columns, etc., will not be synchronized to Doris.
 
-Currently, users need to manually refresh metadata via the [REFRESH CATALOG](../../sql-manual/sql-reference/Utility-Statements/REFRESH-CATALOG.md) command.
+Currently, users need to manually refresh metadata via the [REFRESH CATALOG](../../sql-manual/sql-reference/Utility-Statements/REFRESH.md) command.
 
 Automatic synchronization of metadata will be supported soon.
 
diff --git a/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md b/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
index f61ecefc6e..ab0e07bee6 100644
--- a/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
+++ b/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
@@ -85,7 +85,7 @@ under the License.
 CREATE CATALOG hive PROPERTIES (
     "type"="hms",
     'hive.metastore.uris' = 'thrift://172.21.0.1:7004',
-    'hadoop.username' = 'hive'
+    'hadoop.username' = 'hive',
     'dfs.nameservices'='your-nameservice',
     'dfs.ha.namenodes.service1'='nn1,nn2',
     'dfs.namenode.rpc-address.your-nameservice.nn1'='172.21.0.2:4007',
@@ -588,7 +588,7 @@ Doris 的权限管理功能提供了对 Cataloig 层级的扩展,具体可参
 
 外部数据源的元数据变动,如创建、删除表,加减列等操作,不会同步给 Doris。
 
-目前需要用户通过 [REFRESH CATALOG](../../sql-manual/sql-reference/Utility-Statements/REFRESH-CATALOG.md) 命令手动刷新元数据。
+目前需要用户通过 [REFRESH CATALOG](../../sql-manual/sql-reference/Utility-Statements/REFRESH.md) 命令手动刷新元数据。
 
 后续会支持元数据的自动同步。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org