Re: problem with start H2OContent

2016-03-04 Thread Felix Cheung
> Reply-To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Date: Wednesday, March 2, 2016 at 8:31 AM > To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Subject: Re: problem with start H2OContent

Re: problem with start H2OContent

2016-03-03 Thread pseudo oduesp
: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Subject: Re: problem with start H2OContent > > Yes, sure. > > In Zeppelin-env.sh I write only two strings: > > export SPARK_HOME="/data/analytics/Spark1.5"

Re: problem with start H2OContent

2016-03-02 Thread pseudo oduesp
bator.apache.org" < > users@zeppelin.incubator.apache.org> > Date: Wednesday, March 2, 2016 at 8:31 AM > To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Subject: Re: problem with start H2OContent >

Re: problem with start H2OContent

2016-03-02 Thread Aleksandr Modestov
les? > > > > *From: *Aleksandr Modestov > *Sent: *Wednesday, March 2, 2016 5:30 AM > *To: *users@zeppelin.incubator.apache.org > *Subject: *Re: problem with start H2OContent > > > About this issue... > If I change a conf-file and the internal spark interpreter to ex

RE: problem with start H2OContent

2016-03-02 Thread Silvio Fiorito
Do you mind sharing your config files? From: Aleksandr Modestov<mailto:aleksandrmodes...@gmail.com> Sent: Wednesday, March 2, 2016 5:30 AM To: users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org> Subject: Re: problem with start H2OContent About this i

Re: problem with start H2OContent

2016-03-02 Thread Aleksandr Modestov
nks, > > Silvio > > > > *From: *Aleksandr Modestov > *Sent: *Monday, February 29, 2016 11:30 AM > *To: *users@zeppelin.incubator.apache.org > *Subject: *Re: problem with start H2OContent > > > I use Spark 1.5 > The problem with the external Spa

RE: problem with start H2OContent

2016-03-01 Thread Silvio Fiorito
arch 1, 2016 9:15 AM To: users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org> Subject: Re: problem with start H2OContent Zepellin doesn't work with external Apache Spark, but I can launch Spark with h2o package from shell. I use a string export "SPARK_HOM

Re: problem with start H2OContent

2016-03-01 Thread Aleksandr Modestov
> Also, are you able to run the Spark interpreter without the h2o package? > > > > Thanks, > > Silvio > > > > *From: *Aleksandr Modestov > *Sent: *Monday, February 29, 2016 11:30 AM > *To: *users@zeppelin.incubator.apache.org > *Subject: *Re: problem wit

RE: problem with start H2OContent

2016-02-29 Thread Silvio Fiorito
Modestov<mailto:aleksandrmodes...@gmail.com> Sent: Monday, February 29, 2016 11:30 AM To: users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org> Subject: Re: problem with start H2OContent I use Spark 1.5 The problem with the external Spark with internal Spark I ca

Re: problem with start H2OContent

2016-02-29 Thread Aleksandr Modestov
eksandr Modestov > *Sent: *Monday, February 29, 2016 10:43 AM > *To: *users@zeppelin.incubator.apache.org > *Subject: *Re: problem with start H2OContent > > > When I use external Spark I get exeption: > > java.net.ConnectException: Connection refused at > java.net.PlainSocketImpl.socketConnec

RE: problem with start H2OContent

2016-02-29 Thread Silvio Fiorito
; Sent: Monday, February 29, 2016 10:43 AM To: users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org> Subject: Re: problem with start H2OContent When I use external Spark I get exeption: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketCo

Re: problem with start H2OContent

2016-02-29 Thread Aleksandr Modestov
From: Aleksandr Modestov > Reply-To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Date: Monday, February 29, 2016 at 9:30 AM > To: "users@zeppelin.incubator.apache.org" < > users@zeppelin.incubator.apache.org> > Sub

Re: problem with start H2OContent

2016-02-29 Thread Silvio Fiorito
incubator.apache.org<mailto:users@zeppelin.incubator.apache.org>" mailto:users@zeppelin.incubator.apache.org>> Subject: Re: problem with start H2OContent In a conf-file I wrote package but it doesn't work and I use 'z.load("...")'. On Mon, Feb 29, 2016 at 5:25 PM,

Re: problem with start H2OContent

2016-02-29 Thread Aleksandr Modestov
In a conf-file I wrote package but it doesn't work and I use ' z.load("...")'. On Mon, Feb 29, 2016 at 5:25 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > your H2O jar is not loaded in spark classpath. Maybe retry to load with > z.load("...") or add spark.jars parameter in spa

Re: problem with start H2OContent

2016-02-29 Thread vincent gromakowski
your H2O jar is not loaded in spark classpath. Maybe retry to load with z.load("...") or add spark.jars parameter in spark interpreter configuration 2016-02-29 15:23 GMT+01:00 Aleksandr Modestov : > I did import "import org.apache.spark.h2o._" > What do you mean " it's probably a problem with you

Re: problem with start H2OContent

2016-02-29 Thread Aleksandr Modestov
I did import "import org.apache.spark.h2o._" What do you mean " it's probably a problem with your classpath."? On Mon, Feb 29, 2016 at 5:19 PM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Don't forget to do the import. If done it's probably a problem with your > classpath... >

Re: problem with start H2OContent

2016-02-29 Thread vincent gromakowski
Don't forget to do the import. If done it's probably a problem with your classpath... 2016-02-29 15:03 GMT+01:00 Aleksandr Modestov : > Hello all, > There is a problem when I start to initialize H2OContent. > Does anybody know the answer? > > java.lang.NoClassDefFoundError: water/api/HandlerFacto

problem with start H2OContent

2016-02-29 Thread Aleksandr Modestov
Hello all, There is a problem when I start to initialize H2OContent. Does anybody know the answer? java.lang.NoClassDefFoundError: water/api/HandlerFactory at org.apache.spark.h2o.H2OContext.start(H2OContext.scala:107) at $iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$