@@ -21,20 +21,18 @@ import java.io.{File, FileNotFoundException, IOException}
2121import java .nio .file .Files
2222import java .util .{Date , ServiceLoader }
2323import java .util .concurrent .{ConcurrentHashMap , ExecutorService , Future , TimeUnit }
24- import java .util .zip .{ ZipEntry , ZipOutputStream }
24+ import java .util .zip .ZipOutputStream
2525
2626import scala .collection .JavaConverters ._
2727import scala .collection .mutable
2828import scala .concurrent .ExecutionException
2929import scala .io .Source
30- import scala .util .Try
3130import scala .xml .Node
3231
3332import com .fasterxml .jackson .annotation .JsonIgnore
34- import com .google .common .io .ByteStreams
3533import com .google .common .util .concurrent .MoreExecutors
3634import org .apache .hadoop .fs .{FileStatus , FileSystem , Path }
37- import org .apache .hadoop .hdfs .{ DFSInputStream , DistributedFileSystem }
35+ import org .apache .hadoop .hdfs .DistributedFileSystem
3836import org .apache .hadoop .hdfs .protocol .HdfsConstants
3937import org .apache .hadoop .security .AccessControlException
4038import org .fusesource .leveldbjni .internal .NativeDB
@@ -47,7 +45,6 @@ import org.apache.spark.internal.config.History._
4745import org .apache .spark .internal .config .Status ._
4846import org .apache .spark .internal .config .Tests .IS_TESTING
4947import org .apache .spark .internal .config .UI ._
50- import org .apache .spark .io .CompressionCodec
5148import org .apache .spark .scheduler ._
5249import org .apache .spark .scheduler .ReplayListenerBus ._
5350import org .apache .spark .status ._
0 commit comments