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 8820641 commit 03dcfafCopy full SHA for 03dcfaf
core/src/test/scala/org/apache/spark/SparkContextSuite.scala
@@ -165,7 +165,7 @@ class SparkContextSuite extends SparkFunSuite with LocalSparkContext with Eventu
165
}
166
167
168
- test("add hdfs jar files not exists") {
+ test("add FS jar files not exists") {
169
try {
170
val jarPath = "hdfs:///no/path/to/TestUDTF.jar"
171
sc = new SparkContext(new SparkConf().setAppName("test").setMaster("local"))
0 commit comments