Permalink
Please sign in to comment.
Browse files
[SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]
## What changes were proposed in this pull request? 1) Upgrade the Py4J version on the Java side 2) Update the py4j src zip file we bundle with Spark ## How was this patch tested? Existing doctests & unit tests pass Author: Jagadeesan <[email protected]> Closes #15514 from jagadeesanas2/SPARK-17960.
- Loading branch information...
Showing
with
14 additions
and 14 deletions.
- +1 −1 LICENSE
- +1 −1 bin/pyspark
- +1 −1 bin/pyspark2.cmd
- +1 −1 core/pom.xml
- +1 −1 core/src/main/scala/org/apache/spark/api/python/PythonUtils.scala
- +1 −1 dev/deps/spark-deps-hadoop-2.2
- +1 −1 dev/deps/spark-deps-hadoop-2.3
- +1 −1 dev/deps/spark-deps-hadoop-2.4
- +1 −1 dev/deps/spark-deps-hadoop-2.6
- +1 −1 dev/deps/spark-deps-hadoop-2.7
- +1 −1 python/docs/Makefile
- BIN python/lib/py4j-0.10.3-src.zip
- BIN python/lib/py4j-0.10.4-src.zip
- +1 −1 sbin/spark-config.sh
- +1 −1 yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
- +1 −1 yarn/src/test/scala/org/apache/spark/deploy/yarn/YarnClusterSuite.scala
Binary file not shown.
Binary file not shown.
0 comments on commit
595893d