Re: Access resource pool from python interpreter

2016-08-12 Thread Alexander Bezzubov
Yep, it's not supported yet so please file a JIRA issue and I will be happy to help adding it! -- Alex On Sat, Aug 13, 2016, 01:16 moon soo Lee wrote: > %python does not expose the api to access resource pool, yet. I think > it's great to have. > > PyZeppelinContext [1] can be the place where z

Re: Access resource pool from python interpreter

2016-08-12 Thread moon soo Lee
%python does not expose the api to access resource pool, yet. I think it's great to have. PyZeppelinContext [1] can be the place where z.put(), z.get() python api can be exposed. The api implementation will need to call JVM PythonInterpreter instance to access the ResourcePool. Example of accessi