[jira] [Created] (DRILL-3503) Make PruneScanRule have a pluggable partitioning mechanism

2015-07-16 Thread Mehant Baid (JIRA)
Mehant Baid created DRILL-3503: -- Summary: Make PruneScanRule have a pluggable partitioning mechanism Key: DRILL-3503 URL: https://issues.apache.org/jira/browse/DRILL-3503 Project: Apache Drill

[jira] [Created] (DRILL-3504) Apache Drill Load Testing using Jmeter

2015-07-16 Thread Siva Gudavalli (JIRA)
Siva Gudavalli created DRILL-3504: - Summary: Apache Drill Load Testing using Jmeter Key: DRILL-3504 URL: https://issues.apache.org/jira/browse/DRILL-3504 Project: Apache Drill Issue Type:

Re: [storage engine plugin] How to push down sort/order by to the storage engine?

2015-07-16 Thread Tugdual Grall
Hi Tugdual, Thanks for the response The only reason for removing _id field from select * is, in most of the cases value of _id field generated by Mongo system and users normally do not use. It is not true, it is by default generated and use the timestamp that is part of the ObjectID in

[storage engine plugin] How to push down sort/order by to the storage engine?

2015-07-16 Thread Tugdual Grall
Hello, I would like to push down the ORDER BY to the MongoDB database itself ( see https://issues.apache.org/jira/browse/DRILL-3165 ) I have looked into the Optimizer, Record Reader and Scan, I do not see how I can get the Order by clause information from the context. I see how the filters and

netty 3.6.6 jar part of Drill dependencies

2015-07-16 Thread Abdel Hakim Deneche
I noticed when building Drill that we ship both netty 4.0.27 and 3.6.6 in jars/3rdparty. Thanks to Jason, we found that netty 3.6.6 is a dependency of hbase-client 0.98.7. Further looking into the jars, it seems that netty 3.6.6 and 4.0.27 are using different package names (org.jboss.netty vs

Re: netty 3.6.6 jar part of Drill dependencies

2015-07-16 Thread Jason Altekruse
Just to share the strategy for debugging future instances of problems like this. Maven has a command that will show you the exploded dependency tree of a project [0]. Just pipe this into a file and look for the version number of any jars you found that look like they may be conflicting transitive

Re: Looking for a final review of package documentation Drill-1904

2015-07-16 Thread Jason Altekruse
This is mentioned in the discussion on this review, but I wanted to mention it on the list here as well. As I was writing docs for the root level package I started writing a reasonable large description of the Drill architecture as a whole. I did not cover all of the topics that I wanted, but I

Re: Review Request 29278: Drill-1904 package level docs

2015-07-16 Thread Sudheesh Katkam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29278/#review91945 --- LGTM!

Re: Review Request 29278: Drill-1904 package level docs

2015-07-16 Thread Parth Chandra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29278/#review91947 --- Ship it! Ship It! - Parth Chandra On Jan. 27, 2015, 1:36 a.m.,

[jira] [Resolved] (DRILL-3348) NPE when two different window functions are used in projection list and order by clauses

2015-07-16 Thread Sean Hsuan-Yi Chu (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-3348. -- Resolution: Cannot Reproduce I cannot reproduce this issue. And in your log, the

Review Request 36558: DRILL-3492: Add support for encoding/decoding of 'double' to/from OrderedBytes format

2015-07-16 Thread Smidth Panchamia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36558/ --- Review request for drill and Aditya Kishore. Bugs: DRILL-3492

Build failed in Jenkins: drill-scm #466

2015-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/drill-scm/466/changes Changes: [altekrusejason] DRILL-1904 - Part 1: Package level docs for the common module and a few packages in exec. -- [...truncated 271 lines...] [INFO] Exclude: **/*.log [INFO] Exclude: **/*.css

[jira] [Created] (DRILL-3507) AbstractMapVector uses AbstractContainerVector's logger

2015-07-16 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-3507: - Summary: AbstractMapVector uses AbstractContainerVector's logger Key: DRILL-3507 URL: https://issues.apache.org/jira/browse/DRILL-3507 Project:

[jira] [Created] (DRILL-3506) Remove logger fields from interfaces.

2015-07-16 Thread Daniel Barclay (Drill) (JIRA)
Daniel Barclay (Drill) created DRILL-3506: - Summary: Remove logger fields from interfaces. Key: DRILL-3506 URL: https://issues.apache.org/jira/browse/DRILL-3506 Project: Apache Drill

[jira] [Resolved] (DRILL-3483) Clarify CommonConstants' constants.

2015-07-16 Thread Jason Altekruse (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse resolved DRILL-3483. Resolution: Fixed Fixed in 9b351c945b5f10d27cf07b9b5c1a435a029614b7 Clarify