GitHub user Leemoonsoo opened 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 4620d991361d763a1f080224cada27264324cf20
Author: Lee moon soo <[email protected]>
Date: 2016-01-11T20:43:17Z
distributed resource pool
commit 85aadbbfead315212d5f3c0a473609be1ecbfd4a
Author: Lee moon soo <[email protected]>
Date: 2016-01-18T20:30:17Z
distributed resource pool across interpreter processes
commit 5ba70272d1f8987f108c603570fc9b14fe3fffaf
Author: Lee moon soo <[email protected]>
Date: 2016-01-18T20:46:50Z
Update test
commit d651f3e2aadf72434227d8bf84189338dd21d8c0
Author: Lee moon soo <[email protected]>
Date: 2016-01-19T03:02:50Z
Fix test
commit fbf31bcfcce6829bc2c3e83b6e3d246bb0e21098
Author: Lee moon soo <[email protected]>
Date: 2016-01-19T03:22:21Z
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.
---