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 the spark interpreter through the options available at [0] and
then use them in the scala code.

[0].
https://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/interpreter/spark.html#dependency-management

Thanks,
Anish.

On Sun, Jul 3, 2016 at 9:55 AM, Mohit Jaggi <[email protected]> wrote:

> 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 <[email protected]> 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 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 the next one will be how to
> make my own java libraries available in the Java interpreter.
> >
> > Thanks much.
> >
> > Larry
> >
> >
>

Reply via email to