Re: a newbie question: executing java in Zeppelin notebook

2016-07-02 Thread anish singh
Hello, For running any code inside zeppelin, there are various backend systems(Spark, Flink, etc.) that are available as interpreters. The default binding for any notebook is the spark interpreter(%spark), so one can directly run scala code in any paragraph. You can load the external libraries in

Re: a newbie question: executing java in Zeppelin notebook

2016-07-02 Thread Mohit Jaggi
Does java have a repl? Afaik z only works for repls Sent from my iPhone > On Jul 2, 2016, at 8:47 PM, Larry White wrote: > > Hi, > > I'm trying to get up and running with Zeppelin on OS X (no yarn) and would > like to execute Java code in the notebook. Is there any documentation on how > t

a newbie question: executing java in Zeppelin notebook

2016-07-02 Thread Larry White
Hi, I'm trying to get up and running with Zeppelin on OS X (no yarn) and would like to execute Java code in the notebook. Is there any documentation on how to do this you could point me to? I couldn't find any information via Google or stack overflow. If I can get past that hurdle, I'm guessing t