Hi,

One way is using ResourcePool [1] from InterpreterContext [2].
ResourcePool can store any java object. If object is serializable, other
interpreter process can read the object.

Let me know if you have more questions about using ResourcePool.

Thanks,
moon

[1]
https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/resource/ResourcePool.java
[2]
https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/InterpreterContext.java#L117

On Tue, Mar 29, 2016 at 1:34 AM A. Hébert <aurrelheb...@gmail.com> wrote:

> Hello,
>
> I would like to be able to communicate data between two paragraphs using
> two different interpreter group in the same zeppelin note. Which class have
> to be implemented to make this append ?
>
> Regards,
> --
> Aurélien HÉBERT
>

Reply via email to