Re: 1.10 release

2017-02-08 Thread Gautam Parai
Hi Parth, We are currently in the code review phase for the `statistics` work. I think I should be done by end of February. Gautam From: Parth Chandra Sent: Monday, February 6, 2017 10:09:50 AM To: dev@drill.apache.org Subject: 1.10 release Hi Drill devs,

[jira] [Created] (DRILL-5247) Text form of EXPLAIN statement does not have same information as profile

2017-02-08 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5247: -- Summary: Text form of EXPLAIN statement does not have same information as profile Key: DRILL-5247 URL: https://issues.apache.org/jira/browse/DRILL-5247 Project: Apache Dr

[jira] [Created] (DRILL-5246) NULL not supported in VALUES clause

2017-02-08 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5246: -- Summary: NULL not supported in VALUES clause Key: DRILL-5246 URL: https://issues.apache.org/jira/browse/DRILL-5246 Project: Apache Drill Issue Type: Bug Affe

[GitHub] drill issue #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/578 + Addressed review comments + Updated commit messages + Rebased on latest master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[jira] [Created] (DRILL-5245) Using filter and offset could lead to an assertion error in Calcite

2017-02-08 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5245: Summary: Using filter and offset could lead to an assertion error in Calcite Key: DRILL-5245 URL: https://issues.apache.org/jira/browse/DRILL-5245 Project: Ap

Re: NPE when connecting to sqlline using username and password

2017-02-08 Thread Julian Hyde
Agreed, you should use ā€™-nā€™. But also, please log a bug at https://github.com/julianhyde/sqlline . sqlline should give an error message, not throw a NullPointerException. Julian > On Feb 8, 2017, at 10:57 AM, Andries Engelbrecht > wrote: > > Use -n ma

Re: NPE when connecting to sqlline using username and password

2017-02-08 Thread Andries Engelbrecht
Use -n mapr instead of -u mapr (it is trying to load mapr as a driver instead of using it as the username). --Andries From: Khurram Faraaz Sent: Wednesday, February 8, 2017 12:21:21 AM To: dev@drill.apache.org Subject: NPE when connecting to sqlline using usern

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100152148 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserClient.java --- @@ -88,22 +129,183 @@ public void submitQuery(UserResultsList

NPE when connecting to sqlline using username and password

2017-02-08 Thread Khurram Faraaz
We are seeing an NPE when connect to sqlline using username and password. [root@centos-01 ~]# cd /opt/mapr/drill/drill-1.10.0/bin [root@centos-01 bin]# ./sqlline -u "jdbc:drill:schema=dfs.tmp;drillbit=10.10.100.201" -u mapr -p mapr ... ... No known driver to handle "mapr". Searching for known

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100131255 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/data/DataClient.java --- @@ -75,27 +85,106 @@ public MessageLite getResponseDefaultIns

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100129942 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -407,37 +422,155 @@ connectionStatus_t DrillClientImpl::validateHandshake(Dril

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100129719 --- Diff: contrib/native/client/src/clientlib/saslAuthenticatorImpl.cpp --- @@ -0,0 +1,210 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100122930 --- Diff: contrib/native/client/src/clientlib/drillClientImpl.cpp --- @@ -407,37 +422,155 @@ connectionStatus_t DrillClientImpl::validateHandshake(Dril

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100122717 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -568,19 +565,13 @@ public void runQuery(QueryType type, Li

[GitHub] drill pull request #578: DRILL-4280: Kerberos Authentication

2017-02-08 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r100122562 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/control/ConnectionManagerRegistry.java --- @@ -32,24 +29,19 @@ private f

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with t

[GitHub] drill issue #717: DRILL-5080: Memory-managed version of external sort

2017-02-08 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/717 Some comment got lost in the force-push. One was related to the output batch size, suggesting we cap it at 16 MB. The reason is that value vectors about 16 MB cause memory fragmentation. A later f