GitHub user Leemoonsoo reopened a pull request:
https://github.com/apache/incubator-zeppelin/pull/655
[ZEPPELIN-619] Shared Resource pool across interpreter processes
### What is this PR for?
This is sub task of https://issues.apache.org/jira/browse/ZEPPELIN-533.
It provides shared resource pool to exchange data across interpreter
processes.
### What type of PR is it?
Feature
### Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-619
### How should this be tested?
create two different spark interpreter settings.
create two different notebooks each bind different spark interpreter
setting.
put an object from one notebook.
read the object from the other notebook. (from the other interpreter
process)
See screenshot
### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? javadoc included.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Leemoonsoo/incubator-zeppelin resource_pool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/655.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 #655
----
commit 020a4d150c838390bce523997dd1ba6794e2479d
Author: Lee moon soo <[email protected]>
Date: 2016-01-11T20:43:17Z
distributed resource pool
commit 1eff13e4933de430608a8e03fea0c46a840341f7
Author: Lee moon soo <[email protected]>
Date: 2016-01-18T20:30:17Z
distributed resource pool across interpreter processes
commit 8980d8da2602dc27e90b569d89aae8285ed21343
Author: Lee moon soo <[email protected]>
Date: 2016-01-18T20:46:50Z
Update test
commit 269b961291c638cd42ac8ecd14e28e3bf1bfe6ff
Author: Lee moon soo <[email protected]>
Date: 2016-01-19T03:02:50Z
Fix test
commit 9f1105de6545d4ffa49122cf61853b85a05d84d0
Author: Lee moon soo <[email protected]>
Date: 2016-01-19T04:06:04Z
ZeppelinContext provides api for resource pool
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---