RE: odbc connection with unixODBC

2016-09-01 Thread Norris Lee
Correct, DrillExplorer requires iodbc and does not work with unixODBC. Norris -Original Message- From: Sékine Coulibaly [mailto:scoulib...@gmail.com] Sent: Wednesday, August 31, 2016 12:58 PM To: dev@drill.apache.org Subject: Re: odbc connection with unixODBC Should be confirmed but

RE: [VOTE] Release Apache Drill 1.6.0 - rc0

2016-03-14 Thread Norris Lee
+1 (Non-binding) Build from source on CentOS. Tested the ODBC driver with queries against hive and DFS (json, parquet, tsv, csv, directories). Norris -Original Message- From: Hsuan Yi Chu [mailto:hyi...@maprtech.com] Sent: Monday, March 14, 2016 10:42 AM To: dev@drill.apache.org;

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,

RE: [VOTE] Release Apache Drill 1.5.0 RC3

2016-02-12 Thread Norris Lee
+1 (non-binding) Built from source on CentOS. Ran queries against JSON, CSV, TSV, parquet, Hive tables through the ODBC driver. Norris -Original Message- From: Abhishek Girish [mailto:abhishek.gir...@gmail.com] Sent: Friday, February 12, 2016 9:12 AM To: dev@drill.apache.org Subject:

RE: [VOTE] Release Apache Drill 1.3.0 (rc3)

2015-11-19 Thread Norris Lee
+1 (non-binding) Built from source on Linux. Tested with ODBC driver against multiple data formats (Hive, JSON, CSV, Parquet, TSV, Avro). Norris -Original Message- From: Jacques Nadeau [mailto:jacq...@dremio.com] Sent: Tuesday, November 17, 2015 10:27 PM To: dev

RE: [VOTE] Release Apache Drill 1.3.0 (rc1)

2015-11-09 Thread Norris Lee
+1 Non-binding. Built from source on Linux, tested ODBC against various data sources (Hive, DFS-csv, tsv, parquet, json) Norris -Original Message- From: Abdel Hakim Deneche [mailto:adene...@maprtech.com] Sent: Monday, November 09, 2015 10:16 AM To: dev@drill.apache.org Subject: Re:

RE: [VOTE] Release Apache Drill 1.2.0 RC3

2015-10-14 Thread Norris Lee
+1, non-binding Downloaded and built source. Tested ODBC driver by querying simple queries against hive and various formats in DFS (parquet, json, CSV, TSV, directories). Norris -Original Message- From: Parth Chandra [mailto:par...@apache.org] Sent: Wednesday, October 14, 2015 10:38

RE: [VOTE] Release Apache Drill 1.2.0 (rc0)

2015-10-05 Thread Norris Lee
+1 non-binding. Built from source and tested it with the ODBC driver. Executed simple queries against Hive, and various file formats in HDFS. Norris -Original Message- From: Abdel Hakim Deneche [mailto:adene...@maprtech.com] Sent: Monday, October 05, 2015 1:17 PM To:

RE: [VOTE] Release Apache Drill 1.1.0 (rc0)

2015-07-02 Thread Norris Lee
I built from source on Linux and ran queries against different data sources/file types through ODBC. Also ran our internal ODBC test suite. Looks good. +1 (non-binding) Norris -Original Message- From: Jinfeng Ni [mailto:jinfengn...@gmail.com] Sent: Wednesday, July 01, 2015 4:03 PM

[jira] [Resolved] (DRILL-2885) Return more precise error codes on handshake failures in C++ client

2015-05-27 Thread Norris Lee (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norris Lee resolved DRILL-2885. --- Resolution: Fixed Fix Version/s: (was: 1.2.0) 1.0.0 Resolved in commit

Re: Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-13 Thread Norris Lee
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34072/#review83573 --- Ship it! - Norris Lee On May 13, 2015, 1:38 a.m., Parth Chandra

Re: Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-12 Thread Norris Lee
On May 12, 2015, 7:04 p.m., Norris Lee wrote: Ran some quick tests against it. If nothing happens within the heartbeat timeout (ie. no queries ran within 15 seconds), ERR_QRY_COMMERR in handleRead gets triggered and no further queries can be run. Parth Chandra wrote: The only

Re: Review Request 34072: DRILL-2998: Implement heartbeat in C++ client

2015-05-12 Thread Norris Lee
the heartbeat timeout (ie. no queries ran within 15 seconds), ERR_QRY_COMMERR in handleRead gets triggered and no further queries can be run. - Norris Lee On May 12, 2015, 4:54 a.m., Parth Chandra wrote: --- This is an automatically generated

RE: [VOTE] Release Apache Drill 0.9.0 (rc1)

2015-04-30 Thread Norris Lee
+1 (non-binding) Downloaded source and built on Linux. Ran Hive, HBase, DFS queries through ODBC. Norris -Original Message- From: Jacques Nadeau [mailto:jacq...@apache.org] Sent: Wednesday, April 29, 2015 10:47 PM Cc: dev@drill.apache.org Subject: Re: [VOTE] Release Apache Drill 0.9.0

RE: [VOTE] Release Apache Drill 0.9.0

2015-04-29 Thread Norris Lee
+1. Downloaded source, built, ran queries against hive and DFS files through ODBC driver. Norris -Original Message- From: Jacques Nadeau [mailto:jacq...@apache.org] Sent: Wednesday, April 29, 2015 12:50 AM To: dev@drill.apache.org Subject: [VOTE] Release Apache Drill 0.9.0 Good

Review Request 33599: DRILL-2885: Return more precise error codes on handshake failures in C++ client

2015-04-27 Thread Norris Lee
whatever error message the server and client returns). Diffs - contrib/native/client/src/clientlib/drillClientImpl.cpp a253829 contrib/native/client/src/include/drill/common.hpp 6662754 Diff: https://reviews.apache.org/r/33599/diff/ Testing --- Thanks, Norris Lee

[jira] [Created] (DRILL-2791) Improve error messages in C++ client for handshake failure

2015-04-14 Thread Norris Lee (JIRA)
Norris Lee created DRILL-2791: - Summary: Improve error messages in C++ client for handshake failure Key: DRILL-2791 URL: https://issues.apache.org/jira/browse/DRILL-2791 Project: Apache Drill

Re: Review Request 32800: C++ Client Authentication API passing std::string across DLL boundaries

2015-04-06 Thread Norris Lee
(updated) - contrib/native/client/src/include/drill/drillClient.hpp 9289df3 Diff: https://reviews.apache.org/r/32800/diff/ Testing --- Thanks, Norris Lee

[jira] [Created] (DRILL-2671) C++ Client Authentication API passing std::string across DLL boundaries

2015-04-02 Thread Norris Lee (JIRA)
Norris Lee created DRILL-2671: - Summary: C++ Client Authentication API passing std::string across DLL boundaries Key: DRILL-2671 URL: https://issues.apache.org/jira/browse/DRILL-2671 Project: Apache

Review Request 32800: C++ Client Authentication API passing std::string across DLL boundaries

2015-04-02 Thread Norris Lee
/example/querySubmitter.cpp bef64bf contrib/native/client/src/clientlib/drillClient.cpp 90aa555 contrib/native/client/src/include/drill/drillClient.hpp 9289df3 Diff: https://reviews.apache.org/r/32800/diff/ Testing --- Thanks, Norris Lee

Re: Review Request 32640: DRILL-2573: C++ Client - Separate QueryResult into QueryResult and QueryData

2015-03-30 Thread Norris Lee
://reviews.apache.org/r/32640/#comment126833 Should m_bIsLastChunk just be removed from here entirely? - Norris Lee On March 30, 2015, 9:10 p.m., Parth Chandra wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request 32640: DRILL-2573: C++ Client - Separate QueryResult into QueryResult and QueryData

2015-03-30 Thread Norris Lee
://reviews.apache.org/r/32640/#comment126828 missing delete qr contrib/native/client/src/clientlib/drillClientImpl.cpp https://reviews.apache.org/r/32640/#comment126816 Remove? Since it'll always be false - Norris Lee On March 30, 2015, 9:10 p.m., Parth Chandra wrote

RE: [VOTE] Release Apache Drill 0.8.0 (rc1)

2015-03-26 Thread Norris Lee
+1 (non-binding) Downloaded and build source. Ran some queries against different data sources and file types through ODBC. Norris -Original Message- From: Abdel Hakim Deneche [mailto:adene...@maprtech.com] Sent: Thursday, March 26, 2015 10:45 AM To: dev@drill.apache.org Subject: Re:

[jira] [Created] (DRILL-2509) Drill Client threading issue with m_pendingRequests

2015-03-20 Thread Norris Lee (JIRA)
Norris Lee created DRILL-2509: - Summary: Drill Client threading issue with m_pendingRequests Key: DRILL-2509 URL: https://issues.apache.org/jira/browse/DRILL-2509 Project: Apache Drill Issue

Re: Review Request 32214: DRILL-2442: C++ client support for impersonation

2015-03-20 Thread Norris Lee
access to? - Norris Lee On March 18, 2015, 8:35 p.m., Parth Chandra wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32214

RE: Lets cut a 0.8 release

2015-03-19 Thread Norris Lee
+1. It's been a very long while since the last release. Norris -Original Message- From: Jacques Nadeau [mailto:jacq...@apache.org] Sent: Thursday, March 19, 2015 9:47 AM To: dev@drill.apache.org Subject: Lets cut a 0.8 release Hey Y'all, We haven't had a release in a while. I'd like

[jira] [Created] (DRILL-2312) JDBC driver returning incorrect data after extended usage

2015-02-25 Thread Norris Lee (JIRA)
Norris Lee created DRILL-2312: - Summary: JDBC driver returning incorrect data after extended usage Key: DRILL-2312 URL: https://issues.apache.org/jira/browse/DRILL-2312 Project: Apache Drill

Review Request 31398: DRILL-2307: Detect DNS name resolution failure for better error messages in Drill Client

2015-02-24 Thread Norris Lee
than just failing with a standard connection failure message. Diffs - contrib/native/client/src/clientlib/drillClientImpl.cpp ea3a7ee contrib/native/client/src/include/drill/common.hpp e149ed1 Diff: https://reviews.apache.org/r/31398/diff/ Testing --- Thanks, Norris Lee

Re: Review Request 26371: DRILL-1498 Drill Client to handle handshake messages in handleRead and to ignore spurious results

2015-01-06 Thread Norris Lee
--- Thanks, Norris Lee

Re: Review Request 26371: DRILL-1498 Drill Client to handle handshake messages in handleRead and to ignore spurious results

2015-01-06 Thread Norris Lee
messages (where coordination id and query id = 0, respectively) should also be ignored. Diffs (updated) - contrib/native/client/src/clientlib/drillClientImpl.cpp 23dc407 Diff: https://reviews.apache.org/r/26371/diff/ Testing --- Thanks, Norris Lee

Re: Review Request 26672: DRILL-1533 C++ Drill Client always sets hasSchemaChanged to true for every new record batch

2015-01-05 Thread Norris Lee
should never happen. Diffs (updated) - contrib/native/client/src/clientlib/drillClientImpl.cpp 23dc407 Diff: https://reviews.apache.org/r/26672/diff/ Testing --- Thanks, Norris Lee

Re: Review Request 29381: DRILL-1568 : CPP Client doesn't handle cancels correctly

2014-12-24 Thread Norris Lee
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29381/#review66048 --- Ship it! Ship It! - Norris Lee On Dec. 24, 2014, 12:16 a.m

RE: [VOTE] Release Apache Drill 0.7.0

2014-12-16 Thread Norris Lee
+1 - Built from source - Queried against Hive, HBase, CSV, JSON, Parquet files/tables Norris -Original Message- From: Neeraja Rentachintala [mailto:nrentachint...@maprtech.com] Sent: Tuesday, December 16, 2014 6:34 AM To: dev@drill.apache.org Subject: Re: [VOTE] Release Apache Drill