This is an automated email from the ASF dual-hosted git repository.
snemeth pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new dcc16b0 YARN-10083. Addendum to fix compilation error due to missing
import
dcc16b0 is described below
commit dcc16b07faabc253c5e9b9104b85913bcd74919e
Author: Szilard Nemeth <[email protected]>
AuthorDate: Wed Jan 22 17:18:03 2020 +0100
YARN-10083. Addendum to fix compilation error due to missing import
---
.../apache/hadoop/yarn/logaggregation/AggregatedLogDeletionService.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/AggregatedLogDeletionService.java
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/AggregatedLogDeletionService.java
index b290823..445f0d7 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/AggregatedLogDeletionService.java
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/AggregatedLogDeletionService.java
@@ -45,6 +45,7 @@ import
org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileCo
import
org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileControllerFactory;
import com.google.common.annotations.VisibleForTesting;
+import org.apache.hadoop.yarn.util.Apps;
/**
* A service that periodically deletes aggregated logs.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]