Skip to content

Commit d56829a

Browse files
author
Robert Kruszewski
committed
py4j in conda version
1 parent 0e0cc0a commit d56829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
336336
// needed locations.
337337
val sparkHome = sys.props("spark.test.home")
338338
val pythonPath = Seq(
339-
s"$sparkHome/python/lib/py4j-0.10.4-src.zip",
339+
s"$sparkHome/python/lib/py4j-0.10.6-src.zip",
340340
s"$sparkHome/python")
341341
val extraEnvVars = Map(
342342
"PYSPARK_ARCHIVES_PATH" -> pythonPath.map("local:" + _).mkString(File.pathSeparator),

0 commit comments

Comments
 (0)