Skip to content

changed-readme-for-python-interpreter-for-apache-zeppelin#3348

Closed
d3adp007 wants to merge 2 commits intoapache:masterfrom
d3adp007:master
Closed

changed-readme-for-python-interpreter-for-apache-zeppelin#3348
d3adp007 wants to merge 2 commits intoapache:masterfrom
d3adp007:master

Conversation

@d3adp007
Copy link
Contributor

@d3adp007 d3adp007 commented Apr 6, 2019

What is this PR for?

Fixed some of the grammatical issues with the documentation for Python Interpreter for Apache Zeppelin.

What type of PR is it?

Documentation

What is the Jira issue?

@Leemoonsoo
Copy link
Member

Thanks for the fix! LGTM

python/README.md Outdated
* [Py4J](https://www.py4j.org/) Python and Java libraries are used to load input zeppelin Java class into the python process (make java code with python code !). Therefore the interpreter can directly create Zeppelin input form inside the Python process (and eventually with some python variable already defined). JVM opens a random open port to be accessible from python process.

* JavaBuilder can't send SIGINT signal to interrupt paragraph execution. Therefore interpreter directly send a `kill SIGINT PID` to python process to interrupt execution. Python process catch SIGINT signal with some code defined in bootstrap.py
* JavaBuilder can't send SIGINT signal to interrupt paragraph execution. Therefore interpreter will directly send a `kill SIGINT PID` to python process to interrupt execution. Python process catches SIGINT signal with some code defined in bootstrap.py
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space in directly send

python/README.md Outdated
* Matplotlib figures are displayed inline with the notebook automatically using a built-in backend for zeppelin in conjunction with a post-execute hook.

* `%python.sql` support for Pandas DataFrames is optional and provided using https://github.com/yhat/pandasql if user have one installed
* `%python.sql` support for Pandas DataFrames is optional but can be downloaded from [here](https://github.com/yhat/pandasql) if user has not one installed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if user has not one installed. -> if user does not have one installed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing!

@felixcheung
Copy link
Member

LGTM!

@zjffdu
Copy link
Contributor

zjffdu commented May 13, 2019

Thanks @d3adp007 , merging

@asfgit asfgit closed this in 2ba03d0 May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants