From 3aae563421748cbf180dd7027b5a3851d5ab1b28 Mon Sep 17 00:00:00 2001 From: kwangsun Date: Mon, 22 Mar 2021 11:43:32 +0900 Subject: [PATCH] HADOOP-17952. Fix the wrong CIDR range example in Proxy User documentation. (#2780) Signed-off-by: Akira Ajisaka (cherry picked from commit c8d327a4f1a7f15d6be35051414199d1d3fdc5ef) --- .../hadoop-common/src/site/markdown/Superusers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md b/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md index 678d56b123c..56a763ad08e 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/Superusers.md @@ -80,7 +80,7 @@ If more lax security is preferred, the wildcard value \* may be used to allow im * -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`. hadoop.proxyuser.super.hosts