YARN-10936. Log typo corrected. (#3449)

Contributed by: Tibor Kovacs
This commit is contained in:
adamantal 2021-09-17 08:27:51 +02:00
parent a424878e0e
commit f5c76c8e31
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ public void verifyAndCreateRemoteLogDir() {
+ " it does not support this", remoteFS.getScheme());
fsSupportsChmod = false;
} catch (IOException e) {
LOG.warn("Failed to check if FileSystem suppports permissions on "
LOG.warn("Failed to check if FileSystem supports permissions on "
+ "remoteLogDir [" + remoteRootLogDir + "]", e);
} finally {
try {