GitHub user felixcheung opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/19

    [ZEPPELIN-17] PySpark Interpreter should allow starting with a specific 
version of Python

    Add PYSPARK_PYTHON.
    We could also add PYSPARK_DRIVER_PYTHON (Zeppelin Interpreter is the 
driver) but it doesn't seem to be documented, and more importantly running 
different Python between driver and worker can cause errors.
    
    http://spark.apache.org/docs/1.3.0/configuration.html


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

    $ git pull https://github.com/felixcheung/incubator-zeppelin master

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

    https://github.com/apache/incubator-zeppelin/pull/19.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 #19
    
----
commit 7a30a14fb2b3c0e41017d909ba5c1e1a0b9c545b
Author: Felix Cheung <[email protected]>
Date:   2015-03-25T18:15:53Z

    minor doc update for running on YARN

commit 65ba046bc87cf3146ae0f80a336fb6c05d4b6619
Author: Felix Cheung <[email protected]>
Date:   2015-03-28T16:56:10Z

    Merge commit 'a007a9b5f235ebd9c608a005c5243503291d94d5'

commit e89ba083c21847a0b99c07735f106561ceee122b
Author: Felix Cheung <[email protected]>
Date:   2015-03-31T20:24:16Z

    PySpark Interpreter should allow starting with a specific version of 
Python, as PySpark does.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to