You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/06/03 13:24:14 UTC

[doris] branch master updated: [typo](doc) Fixed typos in hive.md (#19457)

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

luzhijing 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 5b026df60d [typo](doc) Fixed typos in hive.md (#19457)
5b026df60d is described below

commit 5b026df60d81daf7f428453d985d102e3c74760c
Author: zzzzzzzs <14...@qq.com>
AuthorDate: Sat Jun 3 21:24:07 2023 +0800

    [typo](doc) Fixed typos in hive.md (#19457)
---
 docs/zh-CN/docs/lakehouse/external-table/hive.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/docs/lakehouse/external-table/hive.md b/docs/zh-CN/docs/lakehouse/external-table/hive.md
index a94e8941b0..7fd690f879 100644
--- a/docs/zh-CN/docs/lakehouse/external-table/hive.md
+++ b/docs/zh-CN/docs/lakehouse/external-table/hive.md
@@ -157,7 +157,7 @@ PROPERTIES (
     - `table`:挂载 Hive 对应的表名
     - `hadoop.username`: 访问hdfs用户名,当认证为simple时需要
     - `dfs.nameservices`:name service名称,与hdfs-site.xml保持一致
-    - `dfs.ha.namenodes.[nameservice ID]:namenode的id列表,与hdfs-site.xml保持一致
+    - `dfs.ha.namenodes.[nameservice ID]`:namenode的id列表,与hdfs-site.xml保持一致
     - `dfs.namenode.rpc-address.[nameservice ID].[name node ID]`:Name node的rpc地址,数量与namenode数量相同,与hdfs-site.xml保持一致
     - `dfs.client.failover.proxy.provider.[nameservice ID] `:HDFS客户端连接活跃namenode的java类,通常是"org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider"
 


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