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 0e0cc0a commit d56829aCopy full SHA for d56829a
resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
@@ -336,7 +336,7 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
336
// needed locations.
337
val sparkHome = sys.props("spark.test.home")
338
val pythonPath = Seq(
339
- s"$sparkHome/python/lib/py4j-0.10.4-src.zip",
+ s"$sparkHome/python/lib/py4j-0.10.6-src.zip",
340
s"$sparkHome/python")
341
val extraEnvVars = Map(
342
"PYSPARK_ARCHIVES_PATH" -> pythonPath.map("local:" + _).mkString(File.pathSeparator),
0 commit comments