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 eea756fd5b [docs](hive)add hadoop.username config item (#12109)
eea756fd5b is described below

commit eea756fd5bb47bd3d1153063eb2abaef19f84862
Author: chenlinzhong <490103...@qq.com>
AuthorDate: Tue Aug 30 12:34:27 2022 +0800

    [docs](hive)add hadoop.username config item (#12109)
    
    add hadoop.username config item
---
 docs/en/docs/ecosystem/external-table/hive-of-doris.md    | 1 +
 docs/zh-CN/docs/ecosystem/external-table/hive-of-doris.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/en/docs/ecosystem/external-table/hive-of-doris.md 
b/docs/en/docs/ecosystem/external-table/hive-of-doris.md
index b9c9726053..ed7f4438d9 100644
--- a/docs/en/docs/ecosystem/external-table/hive-of-doris.md
+++ b/docs/en/docs/ecosystem/external-table/hive-of-doris.md
@@ -148,6 +148,7 @@ PROPERTIES (
     - `hive.metastore.uris`: Hive Metastore service address
     - `database`: the name of the database to which Hive is mounted
     - `table`: the name of the table to which Hive is mounted
+    - `hadoop.username`: the username to visit HDFS (need to specify it when 
the authentication type is simple)
     - `dfs.nameservices`: the logical name for this new nameservice. See 
hdfs-site.xml
     - `dfs.ha.namenodes.[nameservice ID]`:unique identifiers for each NameNode 
in the nameservice. See hdfs-site.xml
     - `dfs.namenode.rpc-address.[nameservice ID].[name node ID]`:the 
fully-qualified RPC address for each NameNode to listen on. See hdfs-site.xml
diff --git a/docs/zh-CN/docs/ecosystem/external-table/hive-of-doris.md 
b/docs/zh-CN/docs/ecosystem/external-table/hive-of-doris.md
index 0b59c3f2c0..74ee575da5 100644
--- a/docs/zh-CN/docs/ecosystem/external-table/hive-of-doris.md
+++ b/docs/zh-CN/docs/ecosystem/external-table/hive-of-doris.md
@@ -148,6 +148,7 @@ PROPERTIES (
     - `hive.metastore.uris`:Hive Metastore 服务地址
     - `database`:挂载 Hive 对应的数据库名
     - `table`:挂载 Hive 对应的表名
+    - `hadoop.username`: 访问hdfs用户名,当认证为simple时需要
     - `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保持一致


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

Reply via email to