From f5c76c8e3193d5311c19f7c564e491b148c0f5cc Mon Sep 17 00:00:00 2001 From: adamantal Date: Fri, 17 Sep 2021 08:27:51 +0200 Subject: [PATCH] YARN-10936. Log typo corrected. (#3449) Contributed by: Tibor Kovacs --- .../filecontroller/LogAggregationFileController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java index 6edaac3719b..bd159ee0d92 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java @@ -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 {