Skip to content

Commit 5192cca

Browse files
committed
update import path
1 parent 3b1e4c8 commit 5192cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import org.apache.ivy.plugins.resolver.{ChainResolver, IBiblioResolver}
3939

4040
import org.apache.spark.SPARK_VERSION
4141
import org.apache.spark.deploy.rest._
42-
import org.apache.spark.util.{Utils, ChildFirstURLClassLoader, MutableURLClassLoader}
42+
import org.apache.spark.util.{ChildFirstURLClassLoader, MutableURLClassLoader, Utils}
4343

4444
/**
4545
* Whether to submit, kill, or request the status of an application.

0 commit comments

Comments
 (0)