RE: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Norris Lee
ODBC does not have any standard way to change the user for a connection, so like Sudheesh mentioned, I'm not sure how this would be exposed to the application. I believe some other databases like SQLServer let you change the user via SQL. With regards to interfacing the impersonation feature, i

RE: ODBC in Virtual Box connects to Drill on host Unix system?

2015-12-29 Thread Norris Lee
Hey Peder, Yep, I tried using Tableau on a Windows VM (VMWare) connecting to Drill running on a Host Linux system and it worked perfectly fine. Norris -Original Message- From: Peder Jakobsen | gmail [mailto:pjakob...@gmail.com] Sent: Tuesday, December 29, 2015 3:03 PM To: user@drill.ap

RE: Strange Error when Querying

2015-07-09 Thread Norris Lee
Hi Charles, You can execute the command "locale" in the terminal and it should be displayed. Also, are you using a driver manager? I think for pyodbc on Mac OS X, iODBC is recommended. Typically a driver manager helps to handle encoding issues. Norris -Original Message- From: Charles Gi

RE: JAVA API for Drill

2015-06-01 Thread Norris Lee
Sent: Monday, June 01, 2015 4:19 AM To: user@drill.apache.org Subject: Re: JAVA API for Drill Thanks Norris Is there any documentation regarding the usage of these libraries and functions? As in which function does what. Regards, Nishith On Wed, May 27, 2015 at 10:06 PM, Norris Lee wrote:

RE: JAVA API for Drill

2015-05-27 Thread Norris Lee
Hi Nishith, Take a look at the DrillClient.java and .cpp/.hpp classes of the project for the Java and C++ libraries respectively. Norris -Original Message- From: Nishith Maheshwari [mailto:nsh...@gmail.com] Sent: Wednesday, May 27, 2015 1:45 AM To: user@drill.apache.org Subject: Re: J

OS X ODBC Driver Managers

2015-05-12 Thread Norris Lee
Hi, In lieu of some ODBC questions I've been seeing on this list, I thought I would share a tidbit I wrote a while back about ODBC driver managers on OS X so people can understand what's happening under the hood. Hopefully this will help in setting up your OS X environment better. https://www.s

RE: JDBC data source

2015-03-06 Thread Norris Lee
Close but not quite. Alex and I are actually working on an ODBC driver. An open source JDBC driver already exists and is in active development. As for a JDBC storage plugin to source data from other JDBC drivers (eg. Of RDBMSes), it's been requested several times recently but I don't think anyon