From 69c1ab4ad513cfcfcb42f21fce2b6301943bb420 Mon Sep 17 00:00:00 2001 From: Brahma Reddy Battula Date: Thu, 6 Oct 2016 18:06:08 +0530 Subject: [PATCH] HADOOP-13690. Fix typos in core-default.xml. Contributed by Yiqun Lin (cherry picked from commit 35b9d7de9f0a95c277b63a3e50134cce4941b78d) --- .../hadoop-common/src/main/resources/core-default.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 0888b5a953b..e8db5d709ea 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -102,7 +102,7 @@ The name of the Network Interface from which the service should determine its host name for Kerberos login. e.g. eth2. In a multi-homed environment, - the setting can be used to affect the _HOST subsitution in the service + the setting can be used to affect the _HOST substitution in the service Kerberos principal. If this configuration value is not set, the service will use its default hostname as returned by InetAddress.getLocalHost().getCanonicalHostName(). @@ -409,7 +409,7 @@ The number of levels to go up the group hierarchy when determining which groups a user is part of. 0 Will represent checking just the group that the user belongs to. Each additional level will raise the - time it takes to exectue a query by at most + time it takes to execute a query by at most hadoop.security.group.mapping.ldap.directory.search.timeout. The default will usually be appropriate for all LDAP systems. @@ -1985,7 +1985,7 @@ dr.who=; Static mapping of user to groups. This will override the groups if - available in the system for the specified user. In otherwords, groups + available in the system for the specified user. In other words, groups look-up will not happen for these users, instead groups mapped in this configuration will be used. Mapping should be in this format.