find bug in drill version 1.80

2016-11-28 Thread 马云
Hi Drill dev I used drill 1.80 to setup 3 node's drill cluster. but sometimes when I execute sqls, it will get no response even wait a very long time. and I checked the drill web console. I found that some there are some fragements status is always SENDING. Why it is always SENDING and no

Need help about Apache Drill

2016-11-28 Thread Tanapat Xu
Hi, I have a question about Apache Drill run with functionality level. Is it possible to run apache drill programmatically ( no need to start service (sqlline) just local mode not cluster mode) , If it can how to start ? any guide to make it run programmatically. Best Regards, Tanapat Xu

Re: [DISCUSS] Apache Drill Version after 1.9.0, etc.

2016-11-28 Thread Aman Sinha
(A) I am leaning to 1.10 for the reasons already mentioned in your email. (B) sounds good. (C) Does it matter if there are a few commits in master branch already ? What's the implication of just updating the pom files (not force-push). On Mon, Nov 28, 2016 at 3:25 PM, Sudheesh Katkam

[jira] [Created] (DRILL-5084) How read CVS file supports GBK encoding

2016-11-28 Thread mircoteam (JIRA)
mircoteam created DRILL-5084: Summary: How read CVS file supports GBK encoding Key: DRILL-5084 URL: https://issues.apache.org/jira/browse/DRILL-5084 Project: Apache Drill Issue Type: Wish

Hangout tomorrow

2016-11-28 Thread Chunhui Shi
Hi all, We are going to have our bi-weekly hangout tomorrow (11/29/16, 10 AM PST). Please add your suggestions or topics to this thread. We will be asking for topics at the beginning of the hangout. Hangout link: https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Regards,

[jira] [Created] (DRILL-5083) IteratorValidator does not handle RecordIterator cleanup call to next( )

2016-11-28 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5083: -- Summary: IteratorValidator does not handle RecordIterator cleanup call to next( ) Key: DRILL-5083 URL: https://issues.apache.org/jira/browse/DRILL-5083 Project: Apache

[PROPOSAL] Apache Jira Workflow for Code Reviews

2016-11-28 Thread Zelaine Fong
I'd like to propose a small change to the current process for code reviews in Apache Drill. We need this change because non-committers are becoming more involved in code reviews. The current process is described at

[jira] [Created] (DRILL-5082) Metadata Cache is being refreshed every single time

2016-11-28 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-5082: Summary: Metadata Cache is being refreshed every single time Key: DRILL-5082 URL: https://issues.apache.org/jira/browse/DRILL-5082 Project: Apache Drill

[jira] [Created] (DRILL-5081) Excessive info level logging introduced in DRILL-4203

2016-11-28 Thread Sudheesh Katkam (JIRA)
Sudheesh Katkam created DRILL-5081: -- Summary: Excessive info level logging introduced in DRILL-4203 Key: DRILL-5081 URL: https://issues.apache.org/jira/browse/DRILL-5081 Project: Apache Drill

[DISCUSS] Apache Drill Version after 1.9.0, etc.

2016-11-28 Thread Sudheesh Katkam
Hi all, - (A) I had asked the question about what the release version should be after 1.9.0. Since this is part of the next release plan, a vote is required based on the discussion. For approval, the vote requires a lazy majority of active committers over 3 days. Here are some comments

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902255 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,29 @@ +/** + * Licensed to the

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902578 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +224,100 @@ public void connect(Properties props)

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902410 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientSystemTest.java --- @@ -17,11 +17,15 @@ */ package

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902384 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/client/DrillClientTest.java --- @@ -0,0 +1,258 @@ +/** + * Licensed to the Apache

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902789 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -223,19 +224,100 @@ public void connect(Properties props)

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89903250 --- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/InvalidConnectionInfoException.java --- @@ -0,0 +1,29 @@ +/** + * Licensed to the

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902276 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillConnectionImpl.java --- @@ -154,7 +155,9 @@ protected DrillConnectionImpl(DriverImpl

[GitHub] drill pull request #648: DRILL-5015: Randomly select the drillbit from the l...

2016-11-28 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/648#discussion_r89902545 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -245,14 +327,15 @@ public synchronized void connect(String

[GitHub] drill issue #648: DRILL-5015: Randomly select the drillbit from the list pro...

2016-11-28 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/648 +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 #670: DRILL-5065 - Optimize count( * ) queries on MapR-DB...

2016-11-28 Thread spanchamiamapr
GitHub user spanchamiamapr opened a pull request: https://github.com/apache/drill/pull/670 DRILL-5065 - Optimize count( * ) queries on MapR-DB JSON Tables In MapR-DB v5.2.0, we enabled '_id' only projection for JSON tables. Hence, we can now optimize the following queries:

[GitHub] drill pull request #667: DRILL-5065 - Optimize count( * ) queries on MapR-DB...

2016-11-28 Thread spanchamiamapr
Github user spanchamiamapr closed the pull request at: https://github.com/apache/drill/pull/667 --- 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 feature

Re: [Discuss] Drill and Java 8

2016-11-28 Thread Laurent Goujon
I don't think that all unit tests pass in Java8. I fixed a couple of test cases but I'm pretty sure some JDBC tests still fail because of the new default methods added to the JDBC interface which are not overriden in Avatica and Drill: https://issues.apache.org/jira/browse/DRILL-4333 I don't have

Re: [Discuss] Drill and Java 8

2016-11-28 Thread Abhishek Girish
One of the reasons I remember not supporting Java 8 were unresolved unit test failures. I'm not sure if they still occur - did you get a chance to try a build with unit tests turned on? On Mon, Nov 28, 2016 at 10:50 AM, Paul Rogers wrote: > Hi All, > > Drill still builds

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/669#discussion_r89848865 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java --- @@ -271,6 +271,75 @@ public void

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/669#discussion_r89848425 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DropFunctionHandler.java --- @@ -143,7 +143,7 @@ private Jar

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/669#discussion_r89847859 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/CreateFunctionHandler.java --- @@ -175,22 +175,20 @@ private void

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/669#discussion_r89849203 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestDynamicUDFSupport.java --- @@ -271,6 +271,75 @@ public void

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/669#discussion_r89848150 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/CreateFunctionHandler.java --- @@ -175,22 +175,20 @@ private void

[RESULT][VOTE] Release Apache Drill 1.9.0 RC2

2016-11-28 Thread Sudheesh Katkam
The proposal passes. Final tally: 3 binding +1s + Sudheesh + Parth + Aman 6 non-binding +1s + Khurram + Dechang + Gautam + Karthikeyan + Robert + Kunal No 0s or -1s I'll push the release artifacts, and send an announcement soon after the artifacts propagate. Thanks to everyone involved!

[GitHub] drill pull request #664: DRILL-5058: External sort does not handle its own U...

2016-11-28 Thread paul-rogers
Github user paul-rogers closed the pull request at: https://github.com/apache/drill/pull/664 --- 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 feature is

[Discuss] Enhancements to external sort

2016-11-28 Thread Paul Rogers
Hi All, We’re looking at some improvements to the external sort operator, primarily to better control the amount of memory that the operator requires. DRILL-5080 is the umbrella ticket. Attached to that ticket is a design document that details both the issues we wish to address and how we

[GitHub] drill issue #659: DRILL-5050: C++ client library has symbol resolution issue...

2016-11-28 Thread laurentgo
Github user laurentgo commented on the issue: https://github.com/apache/drill/pull/659 LGTM --- 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

[jira] [Created] (DRILL-5080) Create a memory-managed version of the External Sort operator

2016-11-28 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5080: -- Summary: Create a memory-managed version of the External Sort operator Key: DRILL-5080 URL: https://issues.apache.org/jira/browse/DRILL-5080 Project: Apache Drill

Re: [jira] [Created] (DRILL-5079) PreparedStatement dynamic parameters to avoid SQL Injection test

2016-11-28 Thread Veera Naranammalpuram
Can someone please apply a label of "Security" also to this JIRA? Thanks, -Veera On Mon, Nov 28, 2016 at 7:25 AM, Wahyu Sudrajat (JIRA) wrote: > Wahyu Sudrajat created DRILL-5079: > - > > Summary: PreparedStatement dynamic

[GitHub] drill pull request #669: DRILL-5044: After the dynamic registration of multi...

2016-11-28 Thread arina-ielchiieva
GitHub user arina-ielchiieva opened a pull request: https://github.com/apache/drill/pull/669 DRILL-5044: After the dynamic registration of multiple jars simultane… …ously not all UDFs were registered You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (DRILL-5078) use Custom Functions errors

2016-11-28 Thread mircoteam (JIRA)
mircoteam created DRILL-5078: Summary: use Custom Functions errors Key: DRILL-5078 URL: https://issues.apache.org/jira/browse/DRILL-5078 Project: Apache Drill Issue Type: Bug