Skip to content

Commit

Permalink
fixup! YARN-10901. Fix permission checking error on an existing direc…
Browse files Browse the repository at this point in the history
…tory in LogAggregationFileController.

Change-Id: Id48d073d036b939236f73b2755c2e4e8c3c4227a
  • Loading branch information
tomicooler committed Aug 31, 2021
1 parent 5a980a4 commit 7bdfbd5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.fs.permission.FsPermission;
import org.apache.hadoop.metrics2.MetricsInfo;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.hadoop.yarn.conf.YarnConfiguration;
import org.junit.Assert;
Expand All @@ -34,7 +33,6 @@
import java.io.FileNotFoundException;
import java.net.URI;

import static org.apache.hadoop.thirdparty.com.google.common.base.Preconditions.checkNotNull;
import static org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileController.TLDIR_PERMISSIONS;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.argThat;
Expand Down

0 comments on commit 7bdfbd5

Please sign in to comment.