Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jeff Zhang
Hi Jongyoul, I tried that, but fails. The reason is that we will load interpreter-setting.json multiple times. So no matter what chagne I made, the intepreter-setting.json in the interpreter jar will always be loaded to override my change. I have created

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread kant kodali
yeah In a real time dashboard we need less than a second latency or even millisecond. On Wed, Aug 24, 2016 7:42 PM, Vinay Shukla vinayshu...@gmail.com wrote: Kant, Moon referred to the attached feature. You can have the entire note run on a scheduled basis. See the attached screenshot. You

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Vinay Shukla
Kant, Moon referred to the attached feature. You can have the entire note run on a scheduled basis. See the attached screenshot. You might say it refreshes the entire note, not just selected cells, that is true. -Vinay On Wed, Aug 24, 2016 at 7:30 PM, Corneau Damien

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Corneau Damien
I was referring to this documentation: https://zeppelin.apache.org/docs/0.6.1/displaysystem/back-end-angular.html On Thu, Aug 25, 2016 at 11:19 AM, kant kodali wrote: > I dont know how angular works moreover I don't understand why we should be > tied to certain framework? >

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread kant kodali
I dont know how angular works moreover I don't understand why we should be tied to certain framework? On Wed, Aug 24, 2016 6:53 PM, Corneau Damien cornead...@gmail.com wrote: Wouldn't angular bind work in that case? On Thu, Aug 25, 2016 at 6:13 AM, moon soo Lee < m...@apache.org > wrote: Try

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Corneau Damien
Wouldn't angular bind work in that case? On Thu, Aug 25, 2016 at 6:13 AM, moon soo Lee wrote: > Try find small 'clock' icon on any particular Note next to 'Remove' button. > This scheduler feature will help you auto refresh Note. > > Thanks, > moon > > > On Wed, Aug 24, 2016 at

Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jongyoul Lee
Hi Jeff, The first, Zeppelin tries to read that location. If Z cannot read it, Z tries to find in a jar. Thus you don't have to be worried about conflict as well. On Thu, Aug 25, 2016 at 10:22 AM, Jeff Zhang wrote: > Thanks Jongyoul, But I notice for now

Re: Is there any way to change the default interpreter in a interpreter group ?

2016-08-24 Thread Jeff Zhang
Thanks Jongyoul, But I notice for now interpreter-setting.json is in the interpreter jar which prevent me to edit it directly. If I put another interpreter-setting.json in {ZEPPLIN_HOME}/interpreter/{interpreter-group}, I'm afraid they will conflict as both of them are in the classpath. On Thu,

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread moon soo Lee
Try find small 'clock' icon on any particular Note next to 'Remove' button. This scheduler feature will help you auto refresh Note. Thanks, moon On Wed, Aug 24, 2016 at 11:31 AM kant kodali wrote: > at very least can we auto refreshing on the Zeppelin dashboard on a >

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread kant kodali
at very least can we auto refreshing on the Zeppelin dashboard on a certain time interval? On Wed, Aug 24, 2016 10:56 AM, kant kodali kanth...@gmail.com wrote: I would say this is like a very basic requirement for a dashboard and it is surprising Zeppelin doesn't have an out of the box

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread DuyHai Doan
"Perhaps some built in visualization widget that can poll a backend for updates?" Surely, but then someone need to code it. And a pre-built solution is never really as flexible as a customized dev. I don't see how we can create a generic component. Unless we decouple the data receiver component

Re: is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread Vinay Shukla
Is there a way to make it easier for our Zeppelin users? Perhaps some built in visualization widget that can poll a backend for updates? On Wednesday, August 24, 2016, DuyHai Doan wrote: > "I want the updates to be pushed to the dashboard I dont want keep > running the

is there way to update(push latest data to) Zeppelin dashboard ?

2016-08-24 Thread kant kodali
Hi Guys, is there way to update(push latest data to but not pull) Zeppelin dashboard ? for example I get bunch of data to my spark streaming cluster and as I get more and more data I want to compute and write it somewhere such that my Zeppelin dashboard is updated? If so, where would be the best