Re: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Alexander Bezzubov
Hi Kevin, this is very strange indeed. Could you please try to delete ./logs/* restart Zeppelin and try again, and then post 2 full log files, of both zeppelin server and drill interpreter I.e on gist or pastebin and share a link here? This should help to debug the situation. -- Alex On Fri,

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-28 Thread Jonathan Esterhazy
yes, this PR fixes my classnotfoundexceptions. awesome! any idea when it might make it into a release? On Wed, Jul 27, 2016 at 11:25 PM, Jeff Zhang wrote: > I think it is fixed in https://github.com/apache/zeppelin/pull/1237, > please try that. > > On Thu, Jul 28, 2016 at

Re: Pass Credentials through JDBC

2016-07-28 Thread Benjamin Kim
Thank you. I’ll take a look. > On Jul 28, 2016, at 8:16 AM, Jongyoul Lee wrote: > > You can find more information on > https://issues.apache.org/jira/browse/ZEPPELIN-1146 > > > Hope this help, > Jongyoul > > On Fri,

RE: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Kevin Verhoeven
Thanks Jongyoul, I tried your suggestion and used %drill with: drill.driver drill.url drill.user drill.password However, the query still failed with a “Connection refused” error. My drill.url is: jdbc:drill:zk=localhost:2181/drill/drillbits1 ZooKeeper and Drill both work, I’ve run many

Re: Pass Credentials through JDBC

2016-07-28 Thread Jongyoul Lee
You can find more information on https://issues.apache.org/jira/browse/ZEPPELIN-1146 Hope this help, Jongyoul On Fri, Jul 29, 2016 at 12:08 AM, Benjamin Kim wrote: > Hi Jonyoul, > > How would I enter credentials with the current version of Zeppelin? Do you > know of a way

Re: Setting default interpreter at notebook level

2016-07-28 Thread Jongyoul Lee
Hi Abul, Concerning "defaultInterpreter", it is a feature of current master and doesn't work at 0.6.0. Sorry for wrong information. And for now, we don't have any specific plan for supporting different default interpreter with same interpreter setting. Thus, in your case, %r tags is a proper way

Re: Pass Credentials through JDBC

2016-07-28 Thread Jongyoul Lee
Hi, In my plan, this is a next step after https://issues.apache.org/jira/browse/ZEPPELIN-1210. But for now, there's no way to pass your credentials with hiding them. I hope that would be included in 0.7.0. Regards, Jongyoul On Thu, Jul 28, 2016 at 11:22 PM, Benjamin Kim

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

2016-07-28 Thread Jongyoul Lee
It looks like error of Spark's side. Does it works normally by spark shell? On Thu, Jul 28, 2016 at 7:23 AM, Michael Sells wrote: > 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. > >