[GitHub] [drill] gparai opened a new pull request #1752: DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowcount

2019-04-16 Thread GitBox
gparai opened a new pull request #1752: DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowcount URL: https://github.com/apache/drill/pull/1752 @amansinha100 can you please review this PR? Thanks! This is

Re: Drill Profile Management

2019-04-16 Thread Aman Sinha
This would be a great improvement (and long overdue). Thanks for working on it. I would be inclined to option #2 and perhaps add an option to drillbit startup that allows partitioning all existing profiles in a forced manner (default can be the 1000 profiles that you proposed). The option makes

[GitHub] [drill] rhou1 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-16 Thread GitBox
rhou1 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r276035958 ## File path:

[GitHub] [drill] rhou1 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-16 Thread GitBox
rhou1 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r276035958 ## File path:

Drill Profile Management

2019-04-16 Thread Kunal Khatua
Hi guys I'm working on a draft PR to improve the management of Drill's query profiles.  https://github.com/apache/drill/pull/1750 [https://github.com/apache/drill/pull/1750] The design basically partitions existing profiles into sub-directories based on the structure '/MM/dd' (can be

[GitHub] [drill] amansinha100 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-16 Thread GitBox
amansinha100 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r276033309 ## File path:

[GitHub] [drill] amansinha100 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-16 Thread GitBox
amansinha100 commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r276033774 ## File path:

[GitHub] [drill] amansinha100 commented on issue #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries

2019-04-16 Thread GitBox
amansinha100 commented on issue #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries URL: https://github.com/apache/drill/pull/1744#issuecomment-483859328 @gparai pls address the travis failures.

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

2019-04-16 Thread GitBox
amansinha100 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-483857402 LGTM +1. Once @vdiravka is ok with the

Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Jyothsna Reddy
Hi Charles, Yes, sure!! Probably we can start with your discussion first and Hive complex types later since there will be some discussion around the later topic. Thank you, Jyothsna On Tue, Apr 16, 2019 at 1:40 PM Charles Givre wrote: > Hi Jyothsna, > Could I get a few minutes on the next

Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Charles Givre
Hi Jyothsna, Could I get a few minutes on the next Hangout to promote the Drill day at ApacheCon? Thanks > On Apr 16, 2019, at 16:38, Jyothsna Reddy wrote: > > Hi Everyone, > > Here are some key points of today's hangout discussion: > > Sorabh mentioned that there are some regressions in

Re: Hangout Discussion Topics for 04-16-2019

2019-04-16 Thread Jyothsna Reddy
Hi Everyone, Here are some key points of today's hangout discussion: Sorabh mentioned that there are some regressions in TPCDS queries and its a blocker for 1.16 release. Bohdan presented tehir proposal for Hive Complex types support. Here are some of the important points - Structure of

Re: [DISCUSS] 1.16.0 release

2019-04-16 Thread Sorabh Hamirwasia
*Update:* There is a blocker bug [1] found for 1.16 with TPCDS performance runs and Gautam is working on it currently. Once that is fixed and there are no other blocker bugs I will prepare RC0. Since the branch is already created for 1.16.0 on apache side [2], it will be helpful if everyone can do

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

2019-04-16 Thread Kunal Khatua
There are multiple possibilities for this.  1. Apache Drill currently is supported for Hadoop 2.7.4 and not yet for Hadoop 3.x. 2. The Parquet file is of a later version. Drill supports Parquet 1.10.0  3. Your Apache Drill version is quoted as being 1.5 . I'm guessing that is a typo and you

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

2019-04-16 Thread Hefei Li (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hefei Li resolved DRILL-7179. - Resolution: Fixed Fix Version/s: 1.15.0 Compilation environment setting problem has been