Re: Code Review Requested for DRILL-4858

2016-09-14 Thread Parth Chandra
Hi Jean-Claude, Thanks for the PR. I started taking a look but will have to spend some time on making sure the evaluationVisitor change is good. Also, it looks like you might have pushed another commit to the same branch and the PR has got an unrelated change. I'll assume that

Re: Code Review Requested for DRILL-4858

2016-09-14 Thread Jean-Claude Cote
Please review DRILL-4858 On Tue, Sep 6, 2016 at 6:49 PM, Jean-Claude Cote wrote: > ok let me know when you do so. > > On Fri, Sep 2, 2016 at 12:03 AM, Jinfeng Ni wrote: > >> Thanks for submitting the PR for that issue. I'll take a look at the PR. >> >> On

Re: Proposed changes for DRILL-3178

2016-09-14 Thread Parth Chandra
Hi Francois, I've assigned the issue to you. You don't need to have the issue assigned to you to submit a patch though, so in future don't let that hold you back :) Parth On Wed, Sep 14, 2016 at 12:05 PM, François Méthot wrote: > Hi Zelaine, > > I don't have the assign

[jira] [Resolved] (DRILL-3040) Accountor drill.exec.memory.enable_frag_limit not defaulted normally

2016-09-14 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-3040. Resolution: Invalid Rendered obsolete in the current memory allocator. > Accountor

Re: ZK lost connectivity issue on large cluster

2016-09-14 Thread Sudheesh Katkam
Hi Francois, Few questions: + How many zookeeper servers in the quorum? + What is the load on atsqa4-133.qa.lab when this happens? Any other applications running on that node? How many threads is the Drill process using? + When running the same query on 12 nodes, is the data size same? + Can you

[jira] [Created] (DRILL-4893) Define in Drill-override.conf a common DFS root directory

2016-09-14 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-4893: -- Summary: Define in Drill-override.conf a common DFS root directory Key: DRILL-4893 URL: https://issues.apache.org/jira/browse/DRILL-4893 Project: Apache Drill

Re: Proposed changes for DRILL-3178

2016-09-14 Thread François Méthot
Hi Zelaine, I don't have the assign button available. I must be missing some privilege. This is the only group I am part of: Groups: jira-users Thanks for your quick reply On Wed, Sep 14, 2016 at 2:57 PM, Zelaine Fong wrote: > Francois, > > Yes, feel free to assign the

[jira] [Created] (DRILL-4892) Swift Documentation

2016-09-14 Thread Matt Keranen (JIRA)
Matt Keranen created DRILL-4892: --- Summary: Swift Documentation Key: DRILL-4892 URL: https://issues.apache.org/jira/browse/DRILL-4892 Project: Apache Drill Issue Type: Improvement

[jira] [Created] (DRILL-4891) Use field width when available for computing estimated memory costing

2016-09-14 Thread Aman Sinha (JIRA)
Aman Sinha created DRILL-4891: - Summary: Use field width when available for computing estimated memory costing Key: DRILL-4891 URL: https://issues.apache.org/jira/browse/DRILL-4891 Project: Apache Drill

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

2016-09-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r78798093 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java --- @@ -246,28 +154,80 @@ protected void

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

2016-09-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r78791984 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainServer.java --- @@ -0,0 +1,174 @@ +/** + * Licensed to the

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

2016-09-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r78791283 --- Diff: protocol/src/main/java/org/apache/drill/exec/proto/UserProtos.java --- @@ -47,157 +47,165 @@ public static void registerAllExtensions(

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

2016-09-14 Thread chunhui-shi
Github user chunhui-shi commented on a diff in the pull request: https://github.com/apache/drill/pull/578#discussion_r78790827 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainServer.java --- @@ -0,0 +1,174 @@ +/** + * Licensed to the

Re: DRILL JDBC Driver setFetchSize

2016-09-14 Thread Sudheesh Katkam
Hi Sudip, fetchSize is number of records to fetch per network call from the server (to populate a ResultSet), not the same as LIMIT clause. See [1]. Currently, the client does not advertise this to the server, and the server does not have this capability. Thank you, Sudheesh [1]

Re: Nested/n-dimensional Arrays in Mongo/Json and Drill

2016-09-14 Thread Pradeeban Kathiravelu
Hi Sudeesh, Probably I was not clear in my previous email. The error is due to accessing an array from the SELECT directly, which is not supported by Drill. My question was, how to overcome this hurdle without using the performance-hungry FLATTEN keyword or using the array indices (impractical as

[jira] [Created] (DRILL-4890) Right outer join fails

2016-09-14 Thread Kathiresan Selvaraj (JIRA)
Kathiresan Selvaraj created DRILL-4890: -- Summary: Right outer join fails Key: DRILL-4890 URL: https://issues.apache.org/jira/browse/DRILL-4890 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-4889) throw NPE or AssertionError in FindPartitionConditions when running some SQLs on partition table

2016-09-14 Thread godfrey he (JIRA)
godfrey he created DRILL-4889: - Summary: throw NPE or AssertionError in FindPartitionConditions when running some SQLs on partition table Key: DRILL-4889 URL: https://issues.apache.org/jira/browse/DRILL-4889

DRILL JDBC Driver setFetchSize

2016-09-14 Thread Sudip Mukherjee
Hi, Should the setFetchSize work similar to applying LIMIT clause with drill JDBC driver? I've set setFetchSize to