浏览代码

YARN-10083. Addendum to fix compilation error due to missing import

Szilard Nemeth 5 年之前
父节点
当前提交
dcc16b07fa

+ 1 - 0
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.