Re: RE: Zeppelin 0.7.2 integration with Presto 0.184

2017-11-01 Thread Richard Xin
the issue I am seeing is related to this: [ZEPPELIN-2891] Impossible to use jdbc interface with presto-jdbc >= 0.180 - ASF JIRA | | | | [ZEPPELIN-2891] Impossible to use jdbc interface with presto-jdbc >= 0.1... | | | and I have also filed an issue against presto, but people belie

Re: RE: Zeppelin 0.7.2 integration with Presto 0.184

2017-11-01 Thread Richard Xin
the problem looks like the strict check introduced a few month ago by presto throws exception when unrecognized properties are added, and default.url is unrecognized by presto prestodb/presto | | | | | | | | | | | prestodb/presto presto - Distributed SQL query engine for big data

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, AW