GitHub user lizhenhuan opened a pull request:
https://github.com/apache/zeppelin/pull/3007
change python project grpc version to 1.10.0
### What is this PR for?
zeppelin 0.8 version pyspark interpreter error when using ipython
### What type of PR is it?
Bug Fix
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3530
### Questions:
* Does the licenses files need update?
NO
* Is there breaking changes for older versions?
NO
* Does this needs documentation?
Yes,
https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/python.html#ipython-support
install ipython
should also install protobuf
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lizhenhuan/zeppelin pyspark-grpc-version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3007.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 #3007
----
commit fd00dd7fb99b7484dacb378a26cb672ae1e5120d
Author: lizhenhuan <zhenhuan.li@...>
Date: 2018-06-05T13:34:39Z
change python project grpc version to 1.10.0
----
---