[GitHub] drill pull request #753: DRILL-5260: Extend "Cluster Fixture" test framework

2017-02-17 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/753 DRILL-5260: Extend "Cluster Fixture" test framework - Config option to suppress printing of CSV and other output. (Allows printing for single tests, not printing when running from Maven.)

[GitHub] drill issue #594: DRILL-4842: SELECT * on JSON data results in NumberFormatE...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/594 The bug here is fundamental to the way Drill works with JSON. We already had an extensive discussion around this area in another PR. The problem is that JSON supports a null type which is

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101880155 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -60,8 +63,7 @@

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101880333 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -220,7 +225,21 @@ public QProfiles

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101880188 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +192,13 @@ public QProfiles(List

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101880246 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -220,7 +225,21 @@ public QProfiles

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101880292 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -220,7 +225,21 @@ public QProfiles

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101879098 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +193,13 @@ public QProfiles(List

[jira] [Resolved] (DRILL-5005) Potential issues with external sort info in query profile

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5005. Resolution: Fixed Fix Version/s: 1.10.0 The label in the tree is left at "Sort" because, in

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101872793 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +193,13 @@ public QProfiles(List

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101872723 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -61,7 +64,7 @@ public class

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101868584 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +193,13 @@ public

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101868848 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -61,7 +64,7 @@ public class

[GitHub] drill issue #742: DRILL-5242: The UI breaks when rendering profiles having u...

2017-02-17 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/742 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] drill pull request #752: DRILL-5258: Access mock data definition from SQL

2017-02-17 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/752 DRILL-5258: Access mock data definition from SQL Extends the mock data source to allow using the full power of the mock data source from an SQL query by referencing the JSON definition

[jira] [Resolved] (DRILL-4272) When sort runs out of memory and query fails, resources are seemingly not freed

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-4272. Resolution: Fixed > When sort runs out of memory and query fails, resources are seemingly not >

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101864433 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +193,13 @@ public QProfiles(List

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/751#discussion_r101862127 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/profile/ProfileResources.java --- @@ -190,10 +193,13 @@ public QProfiles(List

[jira] [Resolved] (DRILL-5025) ExternalSortBatch provides weak control over spill file size

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5025. Resolution: Fixed > ExternalSortBatch provides weak control over spill file size >

[jira] [Resolved] (DRILL-5055) External Sort does not delete spill file if error occurs during close

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5055. Resolution: Fixed > External Sort does not delete spill file if error occurs during close >

[jira] [Resolved] (DRILL-5019) ExternalSortBatch spills all batches to disk even if even one spills

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5019. Resolution: Fixed > ExternalSortBatch spills all batches to disk even if even one spills >

[GitHub] drill pull request #751: DRILL-5259: Allow listing a user-defined number of ...

2017-02-17 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/751 DRILL-5259: Allow listing a user-defined number of profiles Allow changing default number of finished queries in web UI, when starting up Drillbits -Ddrill.exec.http.max_profiles=100

[jira] [Resolved] (DRILL-5027) ExternalSortBatch is inefficient: rewrites data unnecessarily

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5027. Resolution: Fixed > ExternalSortBatch is inefficient: rewrites data unnecessarily >

[jira] [Resolved] (DRILL-5022) ExternalSortBatch sets two different limits for "copier" memory

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5022. Resolution: Fixed > ExternalSortBatch sets two different limits for "copier" memory >

[jira] [Resolved] (DRILL-5008) Refactor, document and simplify ExternalSortBatch

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5008. Resolution: Fixed > Refactor, document and simplify ExternalSortBatch >

[jira] [Resolved] (DRILL-5066) External sort attempts to retry sv2 memory alloc, even if can never succeed

2017-02-17 Thread Paul Rogers (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Rogers resolved DRILL-5066. Resolution: Fixed > External sort attempts to retry sv2 memory alloc, even if can never succeed >

[GitHub] drill pull request #750: DRILL-5273: CompliantTextReader excessive memory us...

2017-02-17 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/750 DRILL-5273: CompliantTextReader excessive memory use DRILL-5273 CompliantTextReader exhausts 4 GB memory when reading 5000 small files Please see JIRA for details of problem and fix.

[GitHub] drill pull request #749: DRILL-5266: Parquet returns low-density batches

2017-02-17 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/749 DRILL-5266: Parquet returns low-density batches Fixes one glaring problem related to bit/byte confusion. Includes a few clean-up items found along the way. You can merge this pull

Re: [ANNOUNCE] New Apache Drill Committer - Abhishek Girish

2017-02-17 Thread Jinfeng Ni
Congratulations, Abhishek! On Fri, Feb 17, 2017 at 10:30 AM, Abhishek Girish wrote: > Thank you all :) > > On Fri, Feb 17, 2017 at 11:57 PM Sudheesh Katkam wrote: > >> Congratulations, Abhishek. >> >> > On Feb 15, 2017, at 1:22 PM, Aditya

Re: [ANNOUNCE] NewApache Drill Committer - Rahul Challapalli

2017-02-17 Thread Jinfeng Ni
Congratulations, Rahul! On Fri, Feb 17, 2017 at 10:26 AM, Sudheesh Katkam wrote: > Congratulations, Rahul! > >> On Feb 15, 2017, at 1:22 PM, Aditya wrote: >> >> Congratulations, Rahul! >> >> On Wed, Feb 15, 2017 at 1:04 PM, rahul challapalli < >>

[jira] [Resolved] (DRILL-4953) Please delete the JIRA DRILL-4687 as it violates confidentiality

2017-02-17 Thread Kunal Khatua (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Khatua resolved DRILL-4953. - Resolution: Not A Bug > Please delete the JIRA DRILL-4687 as it violates confidentiality >

Re: [ANNOUNCE] New Apache Drill Committer - Abhishek Girish

2017-02-17 Thread Abhishek Girish
Thank you all :) On Fri, Feb 17, 2017 at 11:57 PM Sudheesh Katkam wrote: > Congratulations, Abhishek. > > > On Feb 15, 2017, at 1:22 PM, Aditya wrote: > > > > Congratulations, Abhishek! > > > > On Tue, Feb 14, 2017 at 10:39 PM, Khurram Faraaz

Re: [ANNOUNCE] New Apache Drill Committer - Abhishek Girish

2017-02-17 Thread Sudheesh Katkam
Congratulations, Abhishek. > On Feb 15, 2017, at 1:22 PM, Aditya wrote: > > Congratulations, Abhishek! > > On Tue, Feb 14, 2017 at 10:39 PM, Khurram Faraaz wrote: > >> Congrats Abhishek! >> >> >> From: Parth Chandra

Re: [ANNOUNCE] NewApache Drill Committer - Rahul Challapalli

2017-02-17 Thread Sudheesh Katkam
Congratulations, Rahul! > On Feb 15, 2017, at 1:22 PM, Aditya wrote: > > Congratulations, Rahul! > > On Wed, Feb 15, 2017 at 1:04 PM, rahul challapalli < > challapallira...@gmail.com> wrote: > >> Thank you Ramana and Khurram >> >> On Feb 15, 2017 11:19 AM, "Khurram

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

2017-02-17 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/578 +1 Thanks for the work guys, especially the extensive review comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If