mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for?
* Update spark doc
* Other docs like install.md are updated in this PR as well
* Add one new tutorial note for how to run pyspark with customized python runtime in yarn
### What type of PR is it?
[Documentation ]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5483
### How should this be tested?
* no tests needed
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: Jeff Zhang <zjffdu@apache.org>
Closes #4203 from zjffdu/ZEPPELIN-5483 and squashes the following commits:
42b6213d47 [Jeff Zhang] [ZEPPELIN-5483] Update spark doc
1.7 KiB
1.7 KiB
| layout | title | description | group |
|---|---|---|---|
| page | Python with Zeppelin | quickstart |
{% include JB/setup %}
Python support in Zeppelin
The following guides explain how to use Apache Zeppelin that enables you to write in Python:
- supports vanilla python and ipython
- supports flexible python environments using conda, docker
- can query using PandasSQL
- also, provides PySpark
- run python interpreter in yarn cluster with customized conda python environment.
- with matplotlib integration
- can create results including UI widgets using Dynamic Form
For the further information about Python support in Zeppelin, please check