YARN-11540. Fix typo: form -> from (#5861). Contributed by Seokchan Yoon.
Reviewed-by: Tao Li <tomscut@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
80fefd093f
commit
fbe9a29246
@ -818,7 +818,7 @@ private static Map<ApplicationId, Credentials> parseCredentials(
|
||||
}
|
||||
if (LOG.isDebugEnabled()) {
|
||||
for (Map.Entry<ApplicationId, Credentials> entry : map.entrySet()) {
|
||||
LOG.debug("Retrieved credentials form RM for {}: {}",
|
||||
LOG.debug("Retrieved credentials from RM for {}: {}",
|
||||
entry.getKey(), entry.getValue().getAllTokens());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user