Re: ZK lost connectivity issue on large cluster

2016-10-17 Thread Padma Penumarthy
Hi Francois, It would be good to understand how increasing affinity_factor helped in your case so we can better document and also use that knowledge to improve things in future release. If you have two clusters, it is not clear whether you had the problem on 12 node cluster or 220 node

[GitHub] drill pull request #620: add the RDBMS to the schema types

2016-10-17 Thread lvxin1986
GitHub user lvxin1986 opened a pull request: https://github.com/apache/drill/pull/620 add the RDBMS to the schema types Add the RDBMS to the schema types which driver supports. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill pull request #600: DRILL-4373: Drill and Hive have incompatible timest...

2016-10-17 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/600#discussion_r83761501 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java --- @@ -45,4 +53,34 @@ public static int

[jira] [Created] (DRILL-4950) Consume Spurious Empty Batches in JDBC

2016-10-17 Thread Sudheesh Katkam (JIRA)
Sudheesh Katkam created DRILL-4950: -- Summary: Consume Spurious Empty Batches in JDBC Key: DRILL-4950 URL: https://issues.apache.org/jira/browse/DRILL-4950 Project: Apache Drill Issue Type:

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-17 Thread superbstreak
Github user superbstreak commented on the issue: https://github.com/apache/drill/pull/602 **Mac Environment:** OS: OSX 10.8.5 COMPILER=xcode5_1 **Libraries:** Zookeeper: 3.4.6 (patched) boost: 1.57.0 protobuf: 2.5.0rc1 **For libc++:**

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-17 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/602 OK. The Mac issue I see is caused by MacOS - https://issues.apache.org/jira/browse/ZOOKEEPER-2049 Just to confirm, what version of MacOS and Zookeeper did you build with? Should we

[GitHub] drill issue #602: Improve Drill C++ connector

2016-10-17 Thread laurentgo
Github user laurentgo commented on the issue: https://github.com/apache/drill/pull/602 My build environment on Mac is OS X 10.11.6 (El Capitan) and Zookeeper 3.4.8 (brew package). I don't think the client needs to be updated if people are using an older version of OS X ---

[GitHub] drill pull request #600: DRILL-4373: Drill and Hive have incompatible timest...

2016-10-17 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/600#discussion_r83710133 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java --- @@ -754,15 +764,45 @@ public void

[jira] [Created] (DRILL-4949) Need better handling of empty parquet files

2016-10-17 Thread Krystal (JIRA)
Krystal created DRILL-4949: -- Summary: Need better handling of empty parquet files Key: DRILL-4949 URL: https://issues.apache.org/jira/browse/DRILL-4949 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-10-17 Thread tushu1232
Github user tushu1232 commented on the issue: https://github.com/apache/drill/pull/595 How can I get to test this fix .Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

Topics for next Drill hangout (10/18/2016)

2016-10-17 Thread Jinfeng Ni
Hi everyone, The next Drill hangout is tomorrow, Oct 18 2016, 10:00AM PDT. If you have any suggestions for hangout topics, you can add them to this thread. You can always join and bring up new topics at the last minute, as we will collect the topics at the beginning of hangout. Thank you,

Drill 1.8.0 User Authentication with a custom authenticator

2016-10-17 Thread Sudip Mukherjee
Hi, I'm using drill 1.8.0 and I have a custom authenticator implementation following below steps : https://drill.apache.org/docs/configuring-user-authentication/ Implementing and Configuring a Custom Authenticator Administrators can use the template provided here to develop and implement a