HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
kwangsun 2021-03-22 11:43:32 +09:00 committed by GitHub
parent 261191cbc0
commit c8d327a4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ If more lax security is preferred, the wildcard value \* may be used to allow im
<value>*</value>
</property>
The `hadoop.proxyuser.$superuser.hosts` accepts list of ip addresses, ip address ranges in CIDR format and/or host names. For example, by specifying as below, user named `super` accessing from hosts in the range `10.222.0.0-15` and `10.113.221.221` can impersonate `user1` and `user2`.
The `hadoop.proxyuser.$superuser.hosts` accepts list of ip addresses, ip address ranges in CIDR format and/or host names. For example, by specifying as below, user named `super` accessing from hosts in the range `10.222.0.0-10.222.255.255` and `10.113.221.221` can impersonate `user1` and `user2`.
<property>
<name>hadoop.proxyuser.super.hosts</name>