remotely using drill - is this possible ?

2016-04-18 Thread M Gates
Question on drill, completely new to this tool and it looks awesome. Is there a way to run drill remotely and over say over ODBC/JDBC driver send a query to my hadoop cluster ? i.e.: drill is on my client computer but the write stays in my hadoop workspace. Thanks, Mark.

Re: remotely using drill - is this possible ?

2016-04-19 Thread M Gates
JDBC/ODBC interfaces and a workspace / storage plugin > writing the data into a distributed file system. > > https://drill.apache.org/docs/odbc-jdbc-interfaces/ > > > > On Mon, Apr 18, 2016 at 12:25 PM, M Gates wrote: > >> >> >> Question on drill, complete

Re: remotely using drill - is this possible ?

2016-04-25 Thread M Gates
he.org/docs/configuring-odbc-on-windows/ > <https://drill.apache.org/docs/configuring-odbc-on-windows/> > > --Andries > > > >> On Apr 19, 2016, at 6:31 AM, M Gates wrote: >> >> Thanks for the info. >> One thing I am trying to do is on Windows connec

Re: remotely using drill - is this possible ?

2016-05-18 Thread M Gates
Looking to connect to a Hadoop edge node with drill installed on my laptop connecting through Knox to hive using jdbc. Anyone know if this is possible ? thanks M > On Apr 25, 2016, at 11:21 AM, M Gates wrote: > > > Wondering if there are any examples of connecting drill to hive

connect to hive

2016-05-20 Thread M Gates
Hey, Bit new to drill and Hive. is it possible to create a storage plugin that connects to hive like this: { “type”: “jdbc”, “driver”: “org.apache.hive.jdbc.HiveDriver”, “url”: “jdbc:hive2://:8443/default;ssl=true;sslTrustStore=.jks;trustStorePassword=;transportMode=http;hive.server2.thrift.ht