Re: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Alexander Bezzubov
ctPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) > > at > java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) > > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) > > at java.net.Socket.connect(Socket.java:589) > >

RE: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Kevin Verhoeven
at java.net.Socket.connect(Socket.java:589) at org.apache.thrift.transport.TSocket.open(TSocket.java:182) ... 9 more From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Thursday, July 28, 2016 3:02 AM To: users@zeppelin.apache.org Subject: Re: Drill JDBC Interpreter: Connection Re

Re: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Jongyoul Lee
PoolExecutor.java:180) > > at > java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > at

RE: Drill JDBC Interpreter: Connection Refused

2016-07-27 Thread Kevin Verhoeven
r.java:617) at java.lang.Thread.run(Thread.java:745) From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Tuesday, July 12, 2016 10:53 PM To: users@zeppelin.apache.org Subject: Re: Drill JDBC Interpreter: Connection Refused Hello, It seem not to launch remote Interpreter properly. Whi

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Jongyoul Lee
Hello, It seem not to launch remote Interpreter properly. Which version are you using? I've found the error file and couldn't find the version which you are using JL On Wed, Jul 13, 2016 at 2:32 PM, Krishnaprasad A S < krishna.pra...@flytxt.com> wrote: > I tried with, > %jdbc(drill) > %drill >

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
I tried with, %jdbc(drill) %drill %drill(jdbc) Currently I made the drill interpretor as the default one and ran the sql without using a %drill, select count(*) from `dfs`.`POC/Sample1.csv` Please find attached error log. On Wed, Jul 13, 2016 at 5:26 AM, Jongyoul Lee wrote: > Hello, > >

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Jongyoul Lee
Hello, It looks like a kind of initialization error. Could you tell me your script starting from %? And interpreter logs which is located under logs/ will help solve this error. Hope this help, JL On Wednesday, 13 July 2016, Krishnaprasad A S wrote: > hi, > I'm trying to create a drill int