File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
core/src/main/scala/org/apache/spark/deploy/security Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .deploy .security
1919
20- import org .apache .spark .SparkConf
21-
2220import scala .reflect .runtime .universe
2321import scala .util .control .NonFatal
2422
2523import org .apache .hadoop .conf .Configuration
2624import org .apache .hadoop .security .Credentials
2725import org .apache .hadoop .security .token .{Token , TokenIdentifier }
2826
27+ import org .apache .spark .SparkConf
2928import org .apache .spark .internal .Logging
3029import org .apache .spark .util .Utils
3130
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ package org.apache.spark.deploy.security
2020import java .lang .reflect .UndeclaredThrowableException
2121import java .security .PrivilegedExceptionAction
2222
23- import org .apache .spark .SparkConf
24-
2523import scala .util .control .NonFatal
2624
2725import org .apache .hadoop .conf .Configuration
@@ -32,6 +30,7 @@ import org.apache.hadoop.io.Text
3230import org .apache .hadoop .security .{Credentials , UserGroupInformation }
3331import org .apache .hadoop .security .token .Token
3432
33+ import org .apache .spark .SparkConf
3534import org .apache .spark .internal .Logging
3635import org .apache .spark .util .Utils
3736
You can’t perform that action at this time.
0 commit comments