[docs](hive)add hadoop.username config item (#12109)

add hadoop.username config item
This commit is contained in:
chenlinzhong
2022-08-30 12:34:27 +08:00
committed by GitHub
parent 7f295fc2fb
commit eea756fd5b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

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