[GitHub] drill pull request #969: DRILL-5802: Provide a sortable table for tables wit...

2017-10-02 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/969 DRILL-5802: Provide a sortable table for tables within a query profile Using the DataTables jQuery library, we can now sort tables (fragments and operators) to group like values or sort on a column.

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

2017-10-02 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/963#discussion_r142240395 --- Diff: exec/java-exec/src/main/resources/rest/profile/list.ftl --- @@ -37,7 +37,42 @@ No running queries. - Completed

Newbie: Help debugging Drill

2017-10-02 Thread Matthew Mucker
I became a new Drill user last week only to discover that Drill would crash with an IndexOutOfBounds exception on one of my queries. Some searching and testing later, my best guess is that I'm hitting DRILL-5451. Since this is currently a showstopper for me, and since I might learn something

[jira] [Created] (DRILL-5832) Migrate OperatorFixture to use SystemOptionManager rather than mock

2017-10-02 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5832: -- Summary: Migrate OperatorFixture to use SystemOptionManager rather than mock Key: DRILL-5832 URL: https://issues.apache.org/jira/browse/DRILL-5832 Project: Apache Drill

Re: Newbie: Help debugging Drill

2017-10-02 Thread Charles Givre
HI Matthew, Can you describe the data you are querying and the query you are trying to execute? — C > On Oct 2, 2017, at 17:19, Matthew Mucker wrote: > > I became a new Drill user last week only to discover that Drill would crash > with an IndexOutOfBounds exception on

[GitHub] drill issue #914: DRILL-5657: Size-aware vector writer structure

2017-10-02 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/914 Rebased on to master with conflicts resolved. ---

[GitHub] drill issue #968: DRILL-5830: Resolve regressions to MapR DB from DRILL-5546

2017-10-02 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/968 I'm not convinced that it's a good idea to back out the change to HBase specific changes made in DRILL-5546. You are right that project push-down in planner ideally should do its job and

[GitHub] drill pull request #510: DRILL-4139: Add missing BIT support for Parquet par...

2017-10-02 Thread pmaciolek
Github user pmaciolek closed the pull request at: https://github.com/apache/drill/pull/510 ---

[GitHub] drill issue #949: DRILL-5795: Parquet Filter push down at rowgroup level

2017-10-02 Thread dprofeta
Github user dprofeta commented on the issue: https://github.com/apache/drill/pull/949 @paul-rogers done ---

[GitHub] drill issue #510: DRILL-4139: Add missing BIT support for Parquet partition ...

2017-10-02 Thread vvysotskyi
Github user vvysotskyi commented on the issue: https://github.com/apache/drill/pull/510 @pmaciolek, could you please close this pull request, since it was merged in 1ea191fa351b29847e2358f5777982d602cf5ec3 ---

[GitHub] drill pull request #962: DRILL-5820: Add support for libpam4j Pam Authentica...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/962 ---

[GitHub] drill pull request #946: DRILL-5799: native-client: Support alternative buil...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/946 ---

[GitHub] drill pull request #965: DRILL-5811 reduced repeated log messages further.

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/965 ---

[GitHub] drill pull request #961: DRILL-5792: CONVERT_FROM_JSON on an empty file thro...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/961 ---

[GitHub] drill pull request #964: DRILL-5755 Reduced default number of batches kept i...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/964 ---

[GitHub] drill pull request #966: DRILL-5824: Retain original memory limit for 1st ph...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/966 ---

[GitHub] drill pull request #959: DRILL-5816: Hash function produces skewed results o...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/959 ---

[GitHub] drill pull request #954: DRILL-5803: Show the hostname for each minor fragme...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/954 ---

[GitHub] drill pull request #967: DRILL-5564: Added finally block for stopWait() to a...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/967 ---

[GitHub] drill issue #968: DRILL-5830: Resolve regressions to MapR DB from DRILL-5546

2017-10-02 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/968 Rebased onto latest master. ---

[GitHub] drill issue #968: DRILL-5830: Resolve regressions to MapR DB from DRILL-5546

2017-10-02 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/968 @jinfengni, how unreliable is the project push-down rule? In general, it is hard to reason about software when parts are unreliable. Should every use of the projection push down rule implement a

Re: Newbie: Help debugging Drill

2017-10-02 Thread Paul Rogers
Hi Matthew, Debugging Drill is a bit of an art. Your direction is fine. However, the source code you forked from Apache Drill has evolved significantly since the 1.11 build, so you’ll want to build your own Drill if you want to do remote debugging. > mvn clean install -DskipTests Will get