Re: h2o from zeppelin notebook

2016-02-29 Thread Aleksandr Modestov
Thank you! On Mon, Feb 29, 2016 at 4:17 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > if you want to auto load, go in zeppelin UI to settings, edit spark > interpreter config and ad a line in dependencies artifact... > > 2016-02-29 14:16 GMT+01:00 Aleksandr Modestov >: > >> T

Re: h2o from zeppelin notebook

2016-02-29 Thread vincent gromakowski
if you want to auto load, go in zeppelin UI to settings, edit spark interpreter config and ad a line in dependencies artifact... 2016-02-29 14:16 GMT+01:00 Aleksandr Modestov : > Thank you! > It does work! > "%dep > z.load("ai.h2o:sparkling-water-core_2.10:1.3.7")" > > On Mon, Feb 29, 2016 at 3:4

Re: h2o from zeppelin notebook

2016-02-29 Thread Aleksandr Modestov
Thank you! It does work! "%dep z.load("ai.h2o:sparkling-water-core_2.10:1.3.7")" On Mon, Feb 29, 2016 at 3:43 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Try to use the dependency loader in Spark interpreter configuration page. > I have encountered strange behaviors with spa

Re: h2o from zeppelin notebook

2016-02-29 Thread vincent gromakowski
Try to use the dependency loader in Spark interpreter configuration page. I have encountered strange behaviors with spark.jars options... 2016-02-29 13:35 GMT+01:00 Aleksandr Modestov : > Hello! > Excuse me, but it doesn't work... > I open an interpreter window and create several additional lines

Re: h2o from zeppelin notebook

2016-02-29 Thread Aleksandr Modestov
Hello! Excuse me, but it doesn't work... I open an interpreter window and create several additional lines. spark.jars .../sparkling-water-assembly-1.5.10-all.jar spark.jars.packages ai.h2o:sparkling-water-core_2.10 Inside the notebook I try to add a h2o-lib: import org.apache.spark.h2o._ But I have

Re: h2o from zeppelin notebook

2016-02-21 Thread ndjido
Hi folks, I set the env variable SPARK_SUBMIT_OPTS="--jar sparkling-water-assembly-jar-path" in the conf/Zeppelin-env.sh made SparklingWater available in Zeppelin. Cheers, Ardo Sent from my iPhone > On 21 Feb 2016, at 07:21, moon soo Lee wrote: > > As Felix mentioned, > > Loading ai.h2o

Re: h2o from zeppelin notebook

2016-02-20 Thread moon soo Lee
As Felix mentioned, Loading ai.h2o:sparkling-water-core_2.10 package [1] in SparkInterpreter [2] would let H2O work in Zeppelin. Let me know if it does not work for you. Thanks, moon [1] https://github.com/h2oai/sparkling-water#sparkling-water-as-spark-package [2] http://zeppelin.incubator.apac

Re: h2o from zeppelin notebook

2016-02-20 Thread Felix Cheung
According to this https://github.com/h2oai/sparkling-water It can be loaded as a spark package into a spark shell - the same way should work with Zeppelin Spark interpreter (which is running the spark shell). On Sat, Feb 20, 2016 at 12:58 AM -0800, "Aleksandr Modestov" wrote: "H2o work

Re: h2o from zeppelin notebook

2016-02-20 Thread Aleksandr Modestov
"H2o works in Python, Java, Scala or with Spark (Sparkling Water) as well." Thank you:) I know I work with H2O from Jupyter or from shells... But I hope that I can use Scala (for instance) from zeppelin notebook it's better that use shell... I can not find where I can point out zeppelin how to work

Re: h2o from zeppelin notebook

2016-02-20 Thread Aleksandr Modestov
Hello. But I don't want to work with R I would prefer Python or Scala. I see that it is possible but I have not understood where I shoul add h2o libraries. Thank you. On Fri, Feb 19, 2016 at 9:11 PM, Girish Reddy wrote: > You'll need an R interpreter - https://github.com/elbamos/Zeppelin-With-R

Re: h2o from zeppelin notebook

2016-02-19 Thread Felix Cheung
H2o works in Python, Java, Scala or with Spark (Sparkling Water) as well. On Fri, Feb 19, 2016 at 10:11 AM -0800, "Girish Reddy" wrote: You'll need an R interpreter - https://github.com/elbamos/Zeppelin-With-R You can then load the H2O libraries just as you would from RStudio. On Fr

Re: h2o from zeppelin notebook

2016-02-19 Thread Girish Reddy
You'll need an R interpreter - https://github.com/elbamos/Zeppelin-With-R You can then load the H2O libraries just as you would from RStudio. On Fri, Feb 19, 2016 at 8:41 AM, Aleksandr Modestov < aleksandrmodes...@gmail.com> wrote: > If I want to use h2o libraries from noteboke what shoul I do?

h2o from zeppelin notebook

2016-02-19 Thread Aleksandr Modestov
If I want to use h2o libraries from noteboke what shoul I do?