You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jongyoul <gi...@git.apache.org> on 2018/06/09 02:26:34 UTC

[GitHub] zeppelin pull request #3012: [SECURITY] Upgrade py4j version to 0.10.7

GitHub user jongyoul opened a pull request:

    https://github.com/apache/zeppelin/pull/3012

    [SECURITY] Upgrade py4j version to 0.10.7

    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jongyoul/zeppelin hotfix/py4j-upgrade

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3012.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 #3012
    
----
commit cf1d0af1eed919a243b4d5e9c4d7b02c70e4515f
Author: Jongyoul Lee <jo...@...>
Date:   2018-05-21T06:37:35Z

    Upgrade py4j version to 0.10.7

----


---

[GitHub] zeppelin pull request #3012: [SECURITY] Upgrade py4j version to 0.10.7

Posted by jongyoul <gi...@git.apache.org>.
Github user jongyoul closed the pull request at:

    https://github.com/apache/zeppelin/pull/3012


---

[GitHub] zeppelin issue #3012: [SECURITY] Upgrade py4j version to 0.10.7

Posted by zjffdu <gi...@git.apache.org>.
Github user zjffdu commented on the issue:

    https://github.com/apache/zeppelin/pull/3012
  
    @jongyoul There's more thing needs to be done for upgrading py4j to 0.10.7. py4j 0.10.7 introduce authentication mechanism for connecting gateway server, so we also need to update PySparkInterperter & PythonInterpreter.  I am doing that now, if you don't mind, could you close this PR. 


---