[
https://issues.apache.org/jira/browse/ZEPPELIN-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389376#comment-14389376
]
ASF GitHub Bot commented on ZEPPELIN-17:
----------------------------------------
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.
----
> PySpark Interpreter should allow starting with a specific version of Python
> ---------------------------------------------------------------------------
>
> Key: ZEPPELIN-17
> URL: https://issues.apache.org/jira/browse/ZEPPELIN-17
> Project: Zeppelin
> Issue Type: Bug
> Components: Interpreters
> Reporter: Felix Cheung
> Priority: Minor
>
> PySpark Interpreter should allow starting with a specific version of Python,
> as PySpark does.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)