You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2017/01/26 19:08:24 UTC

[jira] [Created] (ZEPPELIN-2020) Remote method invocation for Resource in ResourcePool

Lee moon soo created ZEPPELIN-2020:
--------------------------------------

             Summary: Remote method invocation for Resource in ResourcePool
                 Key: ZEPPELIN-2020
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2020
             Project: Zeppelin
          Issue Type: Sub-task
            Reporter: Lee moon soo
            Assignee: Lee moon soo
             Fix For: 0.8.0


Currently, ResourcePool provides a way to store Serializable and Non-Serializable object.

In case of Non-Serializable object is stored in resource pool, other interpreter process can not read the object.

This is limitation for storing object like jdbc connection, spark dataframe in the resourcepool. For non-serialiable object in the resource pool, we can think about

* Call method remotely and get return
* Call method remotely and save return into resource pool.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)