GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/spark/pull/21233
[SPARK-24178][PYTHON] Upgrade to Py4J 0.10.7
## What changes were proposed in this pull request?
This PR proposes to upgrade Py4J to 0.10.7.
Notable changes:
- From Py4j 0.10.7, Python's 3.6 support is officially added. See
`https://github.com/bartdag/py4j/issues/301`, which PySpark currently claims.
- There was a security issue in Py4J which is, anyone can connect to
control the JVM. It's still true but at least Py4J added a simple authorization
mechanism where probably we should take a closer look again to leverage it.
It's disabled by default and there's no behaviour change. See
`https://github.com/bartdag/py4j/issues/268`.
## How was this patch tested?
Existing tests, and Jenkins tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HyukjinKwon/spark SPARK-24178
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21233.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21233
----
commit f29750cb4f77d62616d0d8802de8931578f94c07
Author: hyukjinkwon <gurwls223@...>
Date: 2018-05-04T08:02:56Z
Upgrade to Py4J 0.10.7
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]