UNSUBSCRIBE

2016-07-27 Thread yupeng
UNSUBSCRIBE

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-27 Thread Jeff Zhang
I think it is fixed in https://github.com/apache/zeppelin/pull/1237, please try that. On Thu, Jul 28, 2016 at 1:58 AM, Jonathan Esterhazy < jonathan.esterh...@gmail.com> wrote: > I just tried this with using zeppelin master, and the classnotfound error > is still there. > > > On Thu, Jul 7, 2016

Re: Release time frame of 0.6.1?

2016-07-27 Thread Pedro Rodriguez
On similar regards, when is spark 2.0.0 expected to be supported? I know it was just released, so this is more to get an idea of when to expect it. On Wed, Jul 27, 2016 at 8:34 PM, Haopu Wang wrote: > Hi, do you know when will Zeppelin 0.6.1 be released? Thanks! > > > > Regards, > > Haopu > > >

Release time frame of 0.6.1?

2016-07-27 Thread Haopu Wang
Hi, do you know when will Zeppelin 0.6.1 be released? Thanks! Regards, Haopu

RE: Drill JDBC Interpreter: Connection Refused

2016-07-27 Thread Kevin Verhoeven
I have the same problem. I am running Zeppelin version 0.6.0 and Drill 1.5. When I attempt a Drill query from Zeppelin I receive a "Connection refused" error. The query works successfully in Drill. My Interpreter configurations: default.url: jdbc:drill:zk=myServerName:8121/drill/drillbits1 defau

Issue with Spark + Zeppelin on Mesos - Failed to create local dir

2016-07-27 Thread Michael Sells
Trying to get Zeppelin running on Mesos and I'm consistently hitting the following error when I try to create a dataframe/rdd from a file. java.io.IOException: Failed to create local dir in /tmp/blockmgr-82f31798-dd17-4907-a039-d1c90bf12a80/0e. at org.apache.spark.storage.DiskBlockManager.getFile(

Zeppelin graph off the page to the right (or truncated)

2016-07-27 Thread Carmella Smith
Hello Users Group, I have asked Zeppelin to draw a line graph on data from 3/1/2016 to 7/1/2016. I see 3/1/2016 at the bottom far left, and a lovely graph with labels left to right across the bottom at 3/6, 3/11, 3/16, 3/21, 3/26, 3/31, 4/6 and 4/11, and then we run out of screen. I expected a

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-27 Thread Jonathan Esterhazy
I just tried this with using zeppelin master, and the classnotfound error is still there. On Thu, Jul 7, 2016 at 7:07 AM, Hyung Sung Shim wrote: > Hi. Jonathan. > If it is possible, could you use the zeppelin master on the github? > Zeppelin is working well with spark authentication when i test

Re: Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread DuyHai Doan
Hello Hanan 1) http://zeppelin.apache.org/docs/0.6.0/displaysystem/front-end-angular.html#run-paragraph. There is much more than just calling paragraph, you can also push angular variables between paragraphs 2) No, there is right now no cross notebook communication On Wed, Jul 27, 2016 at 6:46

Re: Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread Hanan Shteingart
Hi DuyHai, 1. How do you call a paragraph from another? 2. How is one expected to reuse function/class definitions across notebooks? Best, Hanan *HS* On Wed, Jul 27, 2016 at 6:47 PM, DuyHai Doan wrote: > It is possible to call/run one paragraph from another, not possible if you > can run a no

Re: Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread DuyHai Doan
It is possible to call/run one paragraph from another, not possible if you can run a notebook from another. On Wed, Jul 27, 2016 at 5:19 PM, Hanan Shteingart wrote: > anyone? > > *HS* > > On Wed, Jul 27, 2016 at 10:24 AM, Hanan Shteingart > wrote: > >> Hi, >> Question: How to call/run one zeppe

Re: Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread Hanan Shteingart
anyone? *HS* On Wed, Jul 27, 2016 at 10:24 AM, Hanan Shteingart wrote: > Hi, > Question: How to call/run one zeppelin notebook from another? > This is for code reuse and ability to write packages. > > Best, > > Hanan >

Re: Paragraph opened as IFrame in multiple browsers

2016-07-27 Thread Corneau Damien
Kinda related to all the issues posted about changing a Notebook with 2 different users to some degree. It could be possible to block Iframe from sending websocket events. And eventually from receiving any. However this would make impossible some features that always persist the result: Filters a

Re: Paragraph opened as IFrame in multiple browsers

2016-07-27 Thread DuyHai Doan
"Can this behavior be customized? Does some of you have found a workaround?" --> Work around is to create 2 distinct paragraphs with the same content and export them as Iframe separately On Wed, Jul 27, 2016 at 9:53 AM, Patrick Duflot < patrick.duf...@iba-group.com> wrote: > Hello Zeppelin, >

Paragraph opened as IFrame in multiple browsers

2016-07-27 Thread Patrick Duflot
Hello Zeppelin, We were trying out Zeppelin. We created notebooks and then we share them as iframe to embed as dashboards in our app. We have JavaScript widgets that are bound to the Spark context to automatically refresh the data on input changes. Everything was fine until we noticed that when

Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread Hanan Shteingart
Hi, Question: How to call/run one zeppelin notebook from another? This is for code reuse and ability to write packages. Best, Hanan