Re: Zeppelin unable to respond after some time

2017-02-18 Thread Shane Lee
you can do a test. run >> a notebook and get the job finished at the end of the notebook. Then re-run >> the same notebook again then it will get stucked. Running spark code on >> Scala REPL and Zeppelin are different >> >> From: Paul Brenner >> Date: 2017-0

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread RUSHIKESH RAUT
code > on Scala REPL and Zeppelin are different > > > *From:* Paul Brenner > *Date:* 2017-02-17 12:37 > > *To:* users > *Subject:* Re: Re: Zeppelin unable to respond after some time > > I don’t believe that this explains my issue. Running the Scala REPL also >

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread moon soo Lee
t will get stucked. Running spark code > on Scala REPL and Zeppelin are different > > > *From:* Paul Brenner > *Date:* 2017-02-17 12:37 > > *To:* users > *Subject:* Re: Re: Zeppelin unable to respond after some time > > I don’t believe that this explains my issue. Running

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread xyun...@simuwell.com
-run the same notebook again then it will get stucked. Running spark code on Scala REPL and Zeppelin are different From: Paul Brenner Date: 2017-02-17 12:37 To: users Subject: Re: Re: Zeppelin unable to respond after some time I don’t believe that this explains my issue. Running the Scala REPL

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread Paul Brenner
you closed it ,it will never restart it again. The only way to get the same code work again is to restat the interpreter or restart zeppelin. I`m not sure if I explain clearly, but hope it could help   From:  mailto:pbren...@placeiq.com Date:  2017-02-17 12:14 To:   mailto:users@zeppelin.apache.o

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread xyun...@simuwell.com
if I explain clearly, but hope it could help From: Paul Brenner Date: 2017-02-17 12:14 To: users Subject: Re: Re: Zeppelin unable to respond after some time I’ve definitely had this problem with jobs that don’t take all the resources on the cluster. Also, my experience matches what others have

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread Paul Brenner
the same cluster will just hang on there. When you restart zeppelin then the old job is killed and all the resource it took will be released xyun...@simuwell.com   From:  mailto:rushikeshraut...@gmail.com Date:  2017-02-17 02:29 To:   mailto:users@zeppelin.apache.org Subject:  Re: Zeppelin

Re: Re: Zeppelin unable to respond after some time

2017-02-17 Thread xyun...@simuwell.com
resource it took will be released xyun...@simuwell.com From: RUSHIKESH RAUT Date: 2017-02-17 02:29 To: users Subject: Re: Zeppelin unable to respond after some time Yes happens with r and spark codes frequently On Feb 17, 2017 3:25 PM, "小野圭二" wrote: yes, almost every time. There a

Re: Zeppelin unable to respond after some time

2017-02-17 Thread RUSHIKESH RAUT
Yes happens with r and spark codes frequently On Feb 17, 2017 3:25 PM, "小野圭二" wrote: yes, almost every time. There are not any special operations. Just run the tutorial demos. >From my feeling, it happens in R demo frequently. 2017-02-17 18:50 GMT+09:00 Jeff Zhang : > > Is it easy to reproduce

Re: Zeppelin unable to respond after some time

2017-02-17 Thread 小野圭二
yes, almost every time. There are not any special operations. Just run the tutorial demos. >From my feeling, it happens in R demo frequently. 2017-02-17 18:50 GMT+09:00 Jeff Zhang : > > Is it easy to reproduce it ? > > 小野圭二 于2017年2月17日周五 下午5:47写道: > >> I am facing on the same issue now. >> >> 201

Re: Zeppelin unable to respond after some time

2017-02-17 Thread Jeff Zhang
Is it easy to reproduce it ? 小野圭二 于2017年2月17日周五 下午5:47写道: > I am facing on the same issue now. > > 2017-02-17 18:25 GMT+09:00 RUSHIKESH RAUT : > > Hi all, > > I am facing a issue while using Zeppelin. I am trying to load some > data(not that big data) into Zeppelin and then build some visualizati

Re: Zeppelin unable to respond after some time

2017-02-17 Thread 小野圭二
I am facing on the same issue now. 2017-02-17 18:25 GMT+09:00 RUSHIKESH RAUT : > Hi all, > > I am facing a issue while using Zeppelin. I am trying to load some > data(not that big data) into Zeppelin and then build some visualization on > it. The problem is that when I try to run the code first t

Zeppelin unable to respond after some time

2017-02-17 Thread RUSHIKESH RAUT
Hi all, I am facing a issue while using Zeppelin. I am trying to load some data(not that big data) into Zeppelin and then build some visualization on it. The problem is that when I try to run the code first time it's working but after some time the same code doesn't work. It remains in running sta