[jira] [Created] (DRILL-5708) Add DNS decode function for PCAP storage

2017-08-08 Thread Takeo Ogawara (JIRA)
Takeo Ogawara created DRILL-5708: Summary: Add DNS decode function for PCAP storage Key: DRILL-5708 URL: https://issues.apache.org/jira/browse/DRILL-5708 Project: Apache Drill Issue Type: Imp

RE: compiling drill 1.11.0 with cdh profile

2017-08-08 Thread Dor Ben Dov
Can one help me with this ? Dor -Original Message- From: Dor Ben Dov Sent: יום ב 07 אוגוסט 2017 13:44 To: dev@drill.apache.org Subject: compiling drill 1.11.0 with cdh profile Hi all, Tried to compile source code of branch 1.11.0 with profile cdh for cloudera - getting this exceptio

[GitHub] drill issue #891: DRILL-5699: Drill Web UI Page Source Has Links To External...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/891 @parthchandra could you please do final review? --- 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 t

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131871578 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/join/TestNestedLoopJoin.java --- @@ -325,4 +325,5 @@ public void testNlJo

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131870970 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -204,24 +205,28 @@ public static void addLeas

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131870863 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -204,24 +205,28 @@ public static void addLeas

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131871224 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -204,24 +205,28 @@ public static void addLeas

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131871292 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -231,6 +236,12 @@ public static boolean isScal

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131871049 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -204,24 +205,28 @@ public static void addLeas

[GitHub] drill pull request #889: DRILL-5691: enhance scalar sub queries checking for...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/889#discussion_r131871360 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinUtils.java --- @@ -231,6 +236,12 @@ public static boolean isScal

[GitHub] drill issue #889: DRILL-5691: enhance scalar sub queries checking for the ca...

2017-08-08 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/889 @weijietong regarding the unit test, I have tried to reproduce the problem and written the following unit test: ``` @Test public void test() throws Exception { FileSyst

[GitHub] drill issue #877: DRILL-5660: Drill 1.10 queries fail due to Parquet Metadat...

2017-08-08 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/877 @arina-ielchiieva Small fix was made to resolve some regression tests failings. The branch is rebased to the master version. --- If your project is set up for it, you can reply to this email and hav

Re: compiling drill 1.11.0 with cdh profile

2017-08-08 Thread yuliya Feldman
Feels like you can't access:  https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom as no other repo contain that pom. From: Dor Ben Dov To: "dev@drill.apache.org" Sent: Tuesday, August 8, 2017 1:12 AM Subject: RE: compiling drill 1.11.0 with cdh profile Can on

IntelliJ code format

2017-08-08 Thread weijie tong
The IntelliJ code format downloaded from the Drill web site seems to have 4 indent .The eclipse one is 2 indent. Wonder ti's my personal env problem or the provided Intellij code format error?

[GitHub] drill issue #889: DRILL-5691: enhance scalar sub queries checking for the ca...

2017-08-08 Thread weijietong
Github user weijietong commented on the issue: https://github.com/apache/drill/pull/889 @arina-ielchiieva your test case can not reproduce the error . You can search the dev email to find the origin error description with the keyword "Drill query planning error". Your query already

Re: IntelliJ code format

2017-08-08 Thread weijie tong
the download site url : https://drill.apache.org/docs/apache-drill-contribution-guidelines/ On Tue, Aug 8, 2017 at 10:59 PM, weijie tong wrote: > The IntelliJ code format downloaded from the Drill web site seems to have > 4 indent .The eclipse one is 2 indent. Wonder ti's my personal env proble

Re: IntelliJ code format

2017-08-08 Thread Padma Penumarthy
You are right. It is configured as 4. We should fix that. Thanks, Padma > On Aug 8, 2017, at 8:12 AM, weijie tong wrote: > > the download site url : > https://drill.apache.org/docs/apache-drill-contribution-guidelines/ > > On Tue, Aug 8, 2017 at 10:59 PM, weijie tong > wrote: > >> The Int

[GitHub] drill pull request #776: DRILL-5165: limitRel to return correct rows for lim...

2017-08-08 Thread chunhui-shi
Github user chunhui-shi closed the pull request at: https://github.com/apache/drill/pull/776 --- 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

[GitHub] drill issue #814: Add clickable localhost URL

2017-08-08 Thread bbevens
Github user bbevens commented on the issue: https://github.com/apache/drill/pull/814 Thank you for the feedback. I've updated the page based on the request in this PR. ~Bridget --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

First Drill Ticket

2017-08-08 Thread Timothy Farkas
Hello All, I'm getting started on my first newbie drill ticket https://issues.apache.org/jira/browse/DRILL-4211 . If I should be looking at a different ticket to do instead please let me know! Also how can I assign the ticket to myself? I seem to be blocked from doing so even though I already h

Re: First Drill Ticket

2017-08-08 Thread Chunhui Shi
What is your github account? From: Timothy Farkas Sent: Tuesday, August 8, 2017 3:31:13 PM To: dev@drill.apache.org Subject: First Drill Ticket Hello All, I'm getting started on my first newbie drill ticket https://issues.apache.org/jira/browse/DRILL-4211 . If I

Re: First Drill Ticket

2017-08-08 Thread Timothy Farkas
Hi Chunhui, My github id is ilooner-mapr My issues.apache.org id is timothyfarkas Thanks, Tim From: Chunhui Shi Sent: Tuesday, August 8, 2017 3:38:53 PM To: dev@drill.apache.org Subject: Re: First Drill Ticket What is your github account? __

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131685349 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/TupleSetImpl.java --- @@ -0,0 +1,551 @@ +/* + * Licensed to the

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131684173 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/TupleSetImpl.java --- @@ -0,0 +1,551 @@ +/* + * Licensed to the

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131459203 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ResultSetLoaderImpl.java --- @@ -0,0 +1,412 @@ +/* + * Licensed

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131554894 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ResultSetLoaderImpl.java --- @@ -0,0 +1,412 @@ +/* + * Licensed

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131216670 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ColumnLoaderImpl.java --- @@ -0,0 +1,31 @@ +/* + * Licensed to t

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r130250994 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/ResultSetLoader.java --- @@ -0,0 +1,170 @@ +/* + * Licensed to the Ap

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r130429208 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/TupleSchema.java --- @@ -0,0 +1,91 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131564509 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/ResultVectorCache.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to

[GitHub] drill pull request #866: DRILL-5657: Implement size-aware result set loader

2017-08-08 Thread bitblender
Github user bitblender commented on a diff in the pull request: https://github.com/apache/drill/pull/866#discussion_r131284158 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/impl/LogicalTupleLoader.java --- @@ -0,0 +1,204 @@ +/* + * Licensed t

[jira] [Created] (DRILL-5709) Provide a value vector method to convert a vector to nullable

2017-08-08 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5709: -- Summary: Provide a value vector method to convert a vector to nullable Key: DRILL-5709 URL: https://issues.apache.org/jira/browse/DRILL-5709 Project: Apache Drill

[jira] [Created] (DRILL-5710) drill-config.sh incorrectly exits with Java 1.7 or later is required to run Apache Dril

2017-08-08 Thread Angel Aray (JIRA)
Angel Aray created DRILL-5710: - Summary: drill-config.sh incorrectly exits with Java 1.7 or later is required to run Apache Dril Key: DRILL-5710 URL: https://issues.apache.org/jira/browse/DRILL-5710 Proje

RE: compiling drill 1.11.0 with cdh profile

2017-08-08 Thread Dor Ben Dov
Yulia, I ran 'mvn -U -Dskip.Tests clean install -Pcdh' isn't this enough? What am I missing on cloudera? When I am taking drill to hortonworks, it work well by the way. Regards, Dor -Original Message- From: yuliya Feldman [mailto:yufeld...@yahoo.com.INVALID] Sent: יום ג 08 אוגוסט 2017