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)
>
>
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
PoolExecutor.java:180)
>
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>
> at
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
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
>
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,
>
>
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