We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bacee8 commit 941c65eCopy full SHA for 941c65e
core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
@@ -19,17 +19,13 @@ package org.apache.spark.deploy
19
20
import java.io.{PrintStream, OutputStream, File}
21
22
-import org.apache.spark.util.Utils
23
-
24
import scala.collection.mutable.ArrayBuffer
25
26
import org.scalatest.{BeforeAndAfterAll, FunSuite}
27
28
import org.apache.ivy.core.module.descriptor.MDArtifact
29
import org.apache.ivy.plugins.resolver.IBiblioResolver
30
31
-import org.apache.spark.TestUtils
32
33
class SparkSubmitUtilsSuite extends FunSuite with BeforeAndAfterAll {
34
35
private val noOpOutputStream = new OutputStream {
0 commit comments