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保持一致