[GitHub] [drill] aravi5 commented on issue #1751: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern match correctly

2019-04-15 Thread GitBox
aravi5 commented on issue #1751: DRILL-7164: KafkaFilterPushdownTest is sometimes failing to pattern match correctly URL: https://github.com/apache/drill/pull/1751#issuecomment-483498200 @HanumathRao, @sohami - Can you review the PR?

Re: [DISCUSS] 1.16.0 release

2019-04-15 Thread Ted Dunning
On Mon, Apr 15, 2019 at 12:35 PM Sorabh Hamirwasia wrote: > ... > > @Ted Dunning - I am not sure if I understood > correctly but I think the reason master is locked and two active branches > are not chosen is to reduce the overhead of cherry-picking commits from > master to release branch. And

Re: Apache Avro Version

2019-04-15 Thread Jyothsna Reddy
Hi Ayush, Looks like the avro version is set to 1.8.2 here . Sometimes the older libraries are not removed from maven repository. Can you try clearing the .m2/repository and build drill. Thank you,

[GitHub] [drill] dvjyothsna commented on issue #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization.

2019-04-15 Thread GitBox
dvjyothsna commented on issue #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#issuecomment-483441203 @vdiravka Yes, I have also observed that there are

Re: Hangout Discussion Topics for 04-16-2019

2019-04-15 Thread Bohdan Kazydub
Hello, Igor and I would like to discuss Hive Complex types support. Thanks, Bohdan On Mon, Apr 15, 2019 at 8:47 PM Charles Givre wrote: > I’d like to promote the Drill track for ApacheCon. > > Sent from my iPhone > > > On Apr 15, 2019, at 13:09, Jyothsna Reddy > wrote: > > > > Hello Everyone,

[ISSUE] HADOOP3.1 & Erasure encode => BlockMissingException

2019-04-15 Thread jinhwan choi
Hi Drill Team I upgrade my cluster HADOOP 3.1。 (apache drill is ver1.5) And, I enabled Hadoop 3.X erasure encode feature on this cluster. (and made some new parquet file) But after upgrade, I faced this error. -- SYSTEM ERROR:

Apache Avro Version

2019-04-15 Thread AYUSH SHARMA
Hi, I am trying to build drill-master from Github using maven and the Avro-Version is set to 1.8.2 However , the child project under \drill-master\contrib\storage-hive\hive-exec-shade contains avro version of 1.7.7 The problem here is that avro 1.7.7 has a 7.5 CVE and i want to use 1.8.2 , however

[GitHub] [drill] kkhatua commented on issue #1750: DRILL-2362: Profile Mgmt

2019-04-15 Thread GitBox
kkhatua commented on issue #1750: DRILL-2362: Profile Mgmt URL: https://github.com/apache/drill/pull/1750#issuecomment-483352093 @arina-ielchiieva I'm looking for a suggestion on how to manage existing profiles. Currently, during startup, we automatically index any profiles in the root

Re: Hangout Discussion Topics for 04-16-2019

2019-04-15 Thread Charles Givre
I’d like to promote the Drill track for ApacheCon. Sent from my iPhone > On Apr 15, 2019, at 13:09, Jyothsna Reddy wrote: > > Hello Everyone, > Does anyone have any topics for tomorrow's hangout? > > We will start the hangout at 10 AM PST (link > http://meet.google.com/yki-iqdf-tai). > >

[GitHub] [drill] kkhatua opened a new pull request #1750: DRILL-2362: Profile Mgmt

2019-04-15 Thread GitBox
kkhatua opened a new pull request #1750: DRILL-2362: Profile Mgmt URL: https://github.com/apache/drill/pull/1750 This PR is a WIP for managing a large number of profiles. It involves the following features. 1. Write profiles to indexed partitions (created on the fly, and default

Hangout Discussion Topics for 04-16-2019

2019-04-15 Thread Jyothsna Reddy
Hello Everyone, Does anyone have any topics for tomorrow's hangout? We will start the hangout at 10 AM PST (link http://meet.google.com/yki-iqdf-tai). Thank you, Jyothsna

Re: [DISCUSS] 1.16.0 release

2019-04-15 Thread Sorabh Hamirwasia
@Arina Ielchiieva - Thanks that's a good point! I was under impression that since earlier there was no need to revert a commit on master in release branch, hence there was no need to create a separate branch before the release. But didn't realized the case which you mentioned. @Ted Dunning - I

[jira] [Created] (DRILL-7181) [Text V3 Reader] Exception with inadequate message is thrown if select columns as array with extractHeader set to true

2019-04-15 Thread Anton Gozhiy (JIRA)
Anton Gozhiy created DRILL-7181: --- Summary: [Text V3 Reader] Exception with inadequate message is thrown if select columns as array with extractHeader set to true Key: DRILL-7181 URL:

[jira] [Resolved] (DRILL-7059) Operator profile does not show JDBC metrics

2019-04-15 Thread Volodymyr Vysotskyi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volodymyr Vysotskyi resolved DRILL-7059. Resolution: Duplicate Fix Version/s: 1.14.0 It was fixed in DRILL-6455. >

[GitHub] [drill] arina-ielchiieva edited a comment on issue #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva edited a comment on issue #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#issuecomment-483250563 +1, LGTM. Please squash the commits. @dgrinchenko thanks for making the changes and congratulations with the first PR

[GitHub] [drill] arina-ielchiieva commented on issue #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on issue #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#issuecomment-483250563 +1, LGTM. Please squash the commits. @dgrinchenko thanks for making the changes and congratulations with he first PR :)

[GitHub] [drill] dgrinchenko commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
dgrinchenko commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275348956 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ## @@

Re: [DISCUSS] 1.16.0 release

2019-04-15 Thread Ted Dunning
Why not manually move the version 1.16-SNAPSHOT branch over to the release candidate branch? no matter how you cut it there will be two branches with active connects as release candidates are being built. On Mon, Apr 15, 2019, 8:41 AM Arina Yelchiyeva wrote: > The problem with leaving master

Re: [DISCUSS] 1.16.0 release

2019-04-15 Thread Arina Yelchiyeva
The problem with leaving master branch open for commits while RC is prepared is that commits that won’t be cherry-picked into 1.16, will be still committed into 1.16 SNAPSHOT, since usually master is updated to 1.17 SNAPSHOT only after the release. But in reality they belong to 1.17 version.

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275337565 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ##

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275337618 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ##

[GitHub] [drill] dgrinchenko commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
dgrinchenko commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275327580 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ## @@

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275327463 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ##

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275321184 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ##

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-15 Thread GitBox
arina-ielchiieva commented on a change in pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747#discussion_r275320708 ## File path: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestInfoSchema.java ##

[jira] [Created] (DRILL-7180) Untarring the drill tarball and then tarring again makes drill unable to launch on YARN

2019-04-15 Thread Georgi Genchev Perpeliev (JIRA)
Georgi Genchev Perpeliev created DRILL-7180: --- Summary: Untarring the drill tarball and then tarring again makes drill unable to launch on YARN Key: DRILL-7180 URL:

[jira] [Created] (DRILL-7179) Compiling drill from source doesn't include all the jars in the distribution/target dir

2019-04-15 Thread Georgi Genchev Perpeliev (JIRA)
Georgi Genchev Perpeliev created DRILL-7179: --- Summary: Compiling drill from source doesn't include all the jars in the distribution/target dir Key: DRILL-7179 URL:

[jira] [Created] (DRILL-7178) NPE while reading parquet files with AsyncPageReader using Gzip decompression

2019-04-15 Thread Georgi Genchev Perpeliev (JIRA)
Georgi Genchev Perpeliev created DRILL-7178: --- Summary: NPE while reading parquet files with AsyncPageReader using Gzip decompression Key: DRILL-7178 URL: https://issues.apache.org/jira/browse/DRILL-7178

[GitHub] [drill] vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization

2019-04-15 Thread GitBox
vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#discussion_r275222089 ## File path:

[GitHub] [drill] vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization

2019-04-15 Thread GitBox
vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#discussion_r275221271 ## File path:

[GitHub] [drill] vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization

2019-04-15 Thread GitBox
vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#discussion_r275221456 ## File path:

[GitHub] [drill] vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization

2019-04-15 Thread GitBox
vdiravka commented on a change in pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#discussion_r275176006 ## File path: