Re: Drill JDBC connection on windows in embedded node

2017-08-07 Thread Divya Gehlot
rillbit server. > > Hence, your JDBC URL needs to be > " jdbc:drill:drillbit=" > > Hope that helps > > -Original Message- > From: Andries Engelbrecht [mailto:aengelbre...@mapr.com] > Sent: Monday, August 07, 2017 8:17 AM > To: user@drill.apache.org > Subje

RE: Drill JDBC connection on windows in embedded node

2017-08-07 Thread Kunal Khatua
engelbre...@mapr.com] Sent: Monday, August 07, 2017 8:17 AM To: user@drill.apache.org Subject: Re: Drill JDBC connection on windows in embedded node Try jdbc:drill:drillbit=localhost Since embedded mode doesn’t use ZK you need to connect directly to the drillbit itself. --Andries On 8/6/17, 7:

Re: Drill JDBC connection on windows in embedded node

2017-08-07 Thread Andries Engelbrecht
Try jdbc:drill:drillbit=localhost Since embedded mode doesn’t use ZK you need to connect directly to the drillbit itself. --Andries On 8/6/17, 7:37 PM, "Divya Gehlot" wrote: Hi, I followed the this link to co