RE: Zeppelin 0.7.2 integration with Presto 0.184

2017-11-01 Thread David Howell
I’ve done this previously, my answer here https://stackoverflow.com/a/44238195/1335793 I was using an older version though. Did you try appending catalog, or a catalog & schema to the url? Error message suggests problem is with the “default.url” in the interpreter settings. On another note,

RE: Implementing run all paragraphs sequentially

2017-10-08 Thread David Howell
This should be implemented as a DAG that is defined sequentially by default; additional paragraphs should be appended to the DAG. Reordering paragraphs should reorder the DAG. Implementing it as a DAG will make adding future functionality easier. Later you can add the functionality to rearrange

RE: python.docker interpreter not working

2017-10-04 Thread David Howell
From: Cyril Scetbon [mailto:cyril.scet...@free.fr] Sent: Thursday, 5 October 2017 8:14 AM To: David Howell <david.how...@zipmoney.com.au> Cc: users@zeppelin.apache.org Subject: Re: python.docker interpreter not working Oh thanks David, interesting, however that’s super counterintuitive .. Th

RE: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-07-02 Thread David Howell
sage- From: David Howell Sent: Tuesday, 27 June 2017 4:44 PM To: users@zeppelin.apache.org; us...@zeppelin.incubator.apache.org Subject: RE: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster Hi Jeff, The ticket says it is fixed from Zeppelin 0.7.0

RE: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-06-27 Thread David Howell
On 6/27/17, 12:46 PM, "David Howell" <david.how...@zipmoney.com.au> wrote: >Hi, >I know this issue is resolved for reading from json, and tested for >that use case, but I'm seeing the exact same error message when writing >to json. > >java.io.InvalidClassEx

Re: InvalidClassException using Zeppelin (master) and spark-2.1 on a standalone spark cluster

2017-06-26 Thread David Howell
Hi, I know this issue is resolved for reading from json, and tested for that use case, but I'm seeing the exact same error message when writing to json. java.io.InvalidClassException: org.apache.commons.lang3.time.FastDateParser; local class incompatible: stream classdesc serialVersionUID = 2,

RE: Can't run simple example with scala and spark SQL. Some non obvious syntax error in SQL

2017-05-02 Thread David Howell
ed it? What I'm supposed to do? 2017-05-02 15:16 GMT+02:00 David Howell <david.how...@zipmoney.com.au<mailto:david.how...@zipmoney.com.au>>: Hi Serega, I see this in the error log “error: ';' expected but ',' found.” Are you running the %sql in the same paragraph as the %spark?

RE: Can't run simple example with scala and spark SQL. Some non obvious syntax error in SQL

2017-05-02 Thread David Howell
Hi Serega, I see this in the error log “error: ';' expected but ',' found.” Are you running the %sql in the same paragraph as the %spark? I don’t think that is supported. I think you have to shift the %sql to a new paragraph, you can then run the spark and then the sql separately. From: Serega