Re: [Discuss] Integrate Arrow gandiva into Drill

2019-04-22 Thread Parth Chandra
Is there a way to provide Drill's memory allocator to Gandiva/Arrow? If not, then how do we keep a proper accounting of any memory used by Gandiva/Arrow? On Sat, Apr 20, 2019 at 7:05 PM Paul Rogers wrote: > Hi Weijie, > > Thanks much for the explanation. Sounds like you are making good

[GitHub] [drill] aravi5 commented on issue #1760: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern m…

2019-04-22 Thread GitBox
aravi5 commented on issue #1760: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern m… URL: https://github.com/apache/drill/pull/1760#issuecomment-485531648 The changes look good! +1 This is an automated

[jira] [Created] (DRILL-7193) Integration changes of the Distributed RM queue configuration with Simple Parallelizer.

2019-04-22 Thread Hanumath Rao Maduri (JIRA)
Hanumath Rao Maduri created DRILL-7193: -- Summary: Integration changes of the Distributed RM queue configuration with Simple Parallelizer. Key: DRILL-7193 URL: https://issues.apache.org/jira/browse/DRILL-7193

Re: [VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-22 Thread SorabhApache
*< Please disregard previous email, one of the link is not correct in it. Use the information in this email instead >* Hi Drillers, I'd like to propose the second release candidate (RC1) for the Apache Drill, version 1.16.0. Changes since the previous release candidate: DRILL-7185: Drill Fails

Re: Rename 'project.artifactId'

2019-04-22 Thread Abhishek Girish
Also, looking at the apache project examples you shared (like 'hive' & 'hbase'), 'drill' might be a better choice, in my opinion, to keep it consistent. I don't understand how that would impact the distribution tarball file name. If it helps, we could have a full name variable in the main pom.xml

[VOTE] Apache Drill Release 1.16.0 - RC1

2019-04-22 Thread SorabhApache
Hi Drillers, I'd like to propose the second release candidate (RC1) for the Apache Drill, version 1.16.0. Changes since the previous release candidate: DRILL-7185: Drill Fails to Read Large Packets DRILL-7186: Missing storage.json REST endpoint DRILL-7190: Missing backward compatibility for REST

Re: Rename 'project.artifactId'

2019-04-22 Thread Kunal Khatua
Hi Vitalii I think this would be a temporary headache for people to re-setup/update their IDEs' projects.  Is it possible to have this done together with  https://issues.apache.org/jira/browse/DRILL-6956 [https://issues.apache.org/jira/browse/DRILL-6956] (Maintain a single entry for Drill

[GitHub] [drill] sohami commented on a change in pull request #1760: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern m…

2019-04-22 Thread GitBox
sohami commented on a change in pull request #1760: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern m… URL: https://github.com/apache/drill/pull/1760#discussion_r277334942 ## File path: exec/java-exec/src/test/java/org/apache/drill/PlanTestBase.java ##

[GitHub] [drill] sohami commented on issue #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-22 Thread GitBox
sohami commented on issue #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#issuecomment-485453582 > Commit message does not contain Jira number an unfortunately PR was merged with such message. > Please try to ensure Jira number is

Re: Apache Avro Version

2019-04-22 Thread AYUSH SHARMA
Hi, I tried clearing out the .m2 repository and built drill again , however i again saw the same avro 1.7.7 being used. Similarly parquet version is set to 1.10.0 and 1.8.1 is being used during build. I really need to figure out this as soon as possible. i would appreciate any help that i can get

[GitHub] [drill] dgrinchenko opened a new pull request #1763: DRILL-6974: Add possibility to view option value via SET command

2019-04-22 Thread GitBox
dgrinchenko opened a new pull request #1763: DRILL-6974: Add possibility to view option value via SET command URL: https://github.com/apache/drill/pull/1763 JIRA: [DRILL-6974](https://issues.apache.org/jira/browse/DRILL-6974) - ALTER ... RESET ... and ALTER ... SET ... sub-parsers

[GitHub] [drill] arina-ielchiieva commented on issue #1756: Drill-7185: Drill Fails to Read Large Packets

2019-04-22 Thread GitBox
arina-ielchiieva commented on issue #1756: Drill-7185: Drill Fails to Read Large Packets URL: https://github.com/apache/drill/pull/1756#issuecomment-485407046 Commit message does not contain Jira number an unfortunately PR was merged with such message. Please try to ensure Jira number

Rename 'project.artifactId'

2019-04-22 Thread Vitalii Diravka
Hi all! I am going to rename project.artifactId (see [1] or DRILL-7169) from ' *drill-root*' [2] to '*apache-drill*' or 'drill'. Some other project examples: Hbase: hbase [3] Calcite: calcite [4] Parquet: parquet [5] Hive: hive [6] Avro: avro-toplevel [7] Spark: spark-parent_2.12 [8] Renaming to

Re: Apache Avro Version

2019-04-22 Thread Vova Vysotskyi
Let's clarify the behavior: Drill uses Avro 1.8.2 and Parquet 1.10.0 for its own purposes. Also, Drill uses Hive which also uses Avro and Parquet, but different versions. To allow hive working correctly, we put some libraries with the specific versions used by Hive into the hive-exec-shade jar to

Re: Apache Avro Version

2019-04-22 Thread Vova Vysotskyi
Hi Ayush, If for some reasons you cannot subscribe to the mailing list, you can use Apache mailing archives[1] to find the required letter or response. [1] https://lists.apache.org/thread.html/a28d9fb33a03796032b04ea5b49ab190e9485e2e57113f6b0af02413@%3Cdev.drill.apache.org%3E Kind regards,

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277232508 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/AbstractGroupScanWithMetadata.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277232441 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/AbstractGroupScanWithMetadata.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277233417 ## File path: metastore/metastore-api/src/main/java/org/apache/drill/metastore/TableStatisticsKind.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277232563 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/AbstractGroupScanWithMetadata.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277232544 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/base/AbstractGroupScanWithMetadata.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277233443 ## File path: metastore/metastore-api/src/main/java/org/apache/drill/metastore/TableStatisticsKind.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277233476 ## File path: metastore/metastore-api/src/main/java/org/apache/drill/metastore/TableStatisticsKind.java

[GitHub] [drill] vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin

2019-04-22 Thread GitBox
vvysotskyi commented on a change in pull request #1754: DRILL-7098: File Metadata Metastore Plugin URL: https://github.com/apache/drill/pull/1754#discussion_r277232692 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/BaseParquetMetadataProvider.java

[jira] [Created] (DRILL-7192) Drill limits rows when autoLimit is disabled

2019-04-22 Thread Volodymyr Vysotskyi (JIRA)
Volodymyr Vysotskyi created DRILL-7192: -- Summary: Drill limits rows when autoLimit is disabled Key: DRILL-7192 URL: https://issues.apache.org/jira/browse/DRILL-7192 Project: Apache Drill