GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2986
ZEPPELIN-2035. BI directional RPC framework between ZeppelinServer and
InterpreterProcess on top of thrift
### What is this PR for?
This PR introduce the bi directional RPC framework between ZeppelinServer
and InterpreterProcess on top of thrift, see the design doc here.
https://docs.google.com/document/d/1B_4b7UuvE7RwbfpTjxV2RSxdDeF-p9vXVYC8ace76-Q/edit?usp=sharing
### What type of PR is it?
[ Improvement | Refactoring]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-2035
### How should this be tested?
* CI pass
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-2035
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2986.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 #2986
----
commit 9cb16a6b6f5f4a4143b2a33ae4ec5a5eeb86c78d
Author: Jeff Zhang <zjffdu@...>
Date: 2018-03-20T06:05:31Z
ZEPPELIN-2035. BI directional RPC framework between ZeppelinServer and
InterpreterProcess on top of thrift
----
---