This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 5c31a0867c [typo](doc) Fixed typos in OUTFILE.md (#18967)
5c31a0867c is described below
commit 5c31a0867c735427d975cea31279f704a914e78e
Author: zzzzzzzs <[email protected]>
AuthorDate: Mon Apr 24 08:29:35 2023 +0800
[typo](doc) Fixed typos in OUTFILE.md (#18967)
---
.../sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
index 55e805ea9e..e52ad79832 100644
---
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
+++
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/OUTFILE.md
@@ -89,8 +89,7 @@ INTO OUTFILE "file_path"
hadoop.username: hdfs 用户名
dfs.nameservices: name service名称,与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.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"
对于开启kerberos认证的Hadoop 集群,还需要额外设置如下 PROPERTIES 属性:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]