You can share variables using ResourcePool:

Put a variable
-
https://github.com/apache/zeppelin/blob/master/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinContext.java#L809-L812

Get a variable
-
https://github.com/apache/zeppelin/blob/master/spark/src/main/java/org/apache/zeppelin/spark/ZeppelinContext.java#L814-L829

The resource pool is shared across notes & paragraphs

On Mon, Nov 14, 2016 at 12:15 PM, Balachandar R.A. <balachandar...@gmail.com
> wrote:

> Hello,
>
> Is there a way to spread my paragraphs into two different notebooks?  In
> other words, how to share a variable (spark RDD / spark dataframe /
> javascript variable)  across multiple notebooks?
>
> Regards
> Bala
>

Reply via email to