You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Ted Dunning <te...@gmail.com> on 2013/07/25 17:02:29 UTC

Fwd: git mirror(s) not updating

Git mirrors are all better.

---------- Forwarded message ----------
From: Ted Dunning <te...@gmail.com>
Date: Thu, Jul 25, 2013 at 8:01 AM
Subject: Re: git mirror(s) not updating
To: Jukka Zitting <ju...@gmail.com>



Shazam!

The changes have propagated all the way to github.

Looks great.  Thanks Jukka.



On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <ju...@gmail.com>wrote:

> Hi,
>
> On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> wrote:
> > No change.  Still out of date.
>
> I dug a bit deeper, and found a problem in the way the update script
> checks for whether a github mirror is available. That check no longer
> worked, apparently because of an updated SSL certificate.
>
> I replaced the wget check with a "git ls-remote" invocation (see infra
> revision 871164, the earlier wget check wasn't committed).
>
> I started a new sync of all the git mirrors. It looks better now.
>
> BR,
>
> Jukka Zitting
>

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
I don't think anybody has tested on Windows.  You may be the first to
build there.

I suggest you install cygwin and try to run the build from bash.
Offhand, I know both of the following files use linux/unix directory
separators.

https://github.com/apache/incubator-drill/blob/master/sandbox/prototype/pom.xml
https://github.com/apache/incubator-drill/blob/master/sandbox/prototype/exec/java-exec/pom.xml




On Thu, Jul 25, 2013 at 9:06 PM, Sree V <sr...@yahoo.com> wrote:
> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
>> Lisen,
>>
>> I downloaded, https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
>> .
>> Included in PATH.
>> Restarted eclipse.
>> mvn clean
>> mvn install
>>
>> Didn't generate these classes.
>>
>> created new workspace and imported mvn projects in eclipse.
>> didn't generate these classes, still.
>>
>> What am I missing ?
>>
>> Thanks in advance.
>>
>> V
>>
>>
>>
>> ________________________________
>>  From: Lisen Mu <im...@gmail.com>
>> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
>> Sent: Thursday, July 25, 2013 8:26 PM
>> Subject: Re: Fwd: git mirror(s) not updating
>>
>>
>> V,
>>
>> These are generated from protoc, you need to install protoc compiler prior
>> to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc.
>>
>> Lisen
>>
>>
>>
>>
>> On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com> wrote:
>>
>> > Sorry, J.
>> >
>> > I mean missing imports in java files.
>> > like these:
>> > import org.apache.drill.common.types.TypeProtos.DataMode;
>> > import org.apache.drill.common.types.TypeProtos.MinorType;
>> >
>> > V
>> >
>> > ________________________________
>> >  From: Jacques Nadeau <ja...@apache.org>
>> > To: drill-dev@incubator.apache.org
>> > Sent: Thursday, July 25, 2013 7:37 PM
>> > Subject: Re: Fwd: git mirror(s) not updating
>> >
>> >
>> > You need to have the 2.5 version of protobuf compiler installed. The
>> > executable that is installed is called protoc.
>> >
>> > J
>> > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
>> >
>> > > Before running any, J.
>> > > I just setup a fresh work space from apache.
>> > >
>> > > More details on protoc 2.5, please ?
>> > >
>> > > Thanking you.
>> > >
>> > > With Regards
>> > > Sree
>> > >
>> > >
>> > > ________________________________
>> > >  From: Jacques Nadeau <ja...@apache.org>
>> > > To: drill-dev@incubator.apache.org
>> > > Sent: Thursday, July 25, 2013 6:52 PM
>> > > Subject: Re: Fwd: git mirror(s) not updating
>> > >
>> > >
>> > > Are you running protoc 2.5?
>> > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
>> > >
>> > > > I updated from both github and from apache.
>> > > > They seems in sync, now.
>> > > >
>> > > > Both missing checkins related to 'protos'.
>> > > > Lots of compilation errors.
>> > > >
>> > > > Thanking you.
>> > > >
>> > > > With Regards
>> > > > Sree
>> > > >
>> > > >
>> > > > ________________________________
>> > > >  From: Ted Dunning <te...@gmail.com>
>> > > > To: drill <dr...@incubator.apache.org>
>> > > > Sent: Thursday, July 25, 2013 8:02 AM
>> > > > Subject: Fwd: git mirror(s) not updating
>> > > >
>> > > >
>> > > > Git mirrors are all better.
>> > > >
>> > > > ---------- Forwarded message ----------
>> > > > From: Ted Dunning <te...@gmail.com>
>> > > > Date: Thu, Jul 25, 2013 at 8:01 AM
>> > > > Subject: Re: git mirror(s) not updating
>> > > > To: Jukka Zitting <ju...@gmail.com>
>> > > >
>> > > >
>> > > >
>> > > > Shazam!
>> > > >
>> > > > The changes have propagated all the way to github.
>> > > >
>> > > > Looks great.  Thanks Jukka.
>> > > >
>> > > >
>> > > >
>> > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
>> > jukka.zitting@gmail.com
>> > > > >wrote:
>> > > >
>> > > > > Hi,
>> > > > >
>> > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
>> ted.dunning@gmail.com>
>> > > > > wrote:
>> > > > > > No change.  Still out of date.
>> > > > >
>> > > > > I dug a bit deeper, and found a problem in the way the update
>> script
>> > > > > checks for whether a github mirror is available. That check no
>> longer
>> > > > > worked, apparently because of an updated SSL certificate.
>> > > > >
>> > > > > I replaced the wget check with a "git ls-remote" invocation (see
>> > infra
>> > > > > revision 871164, the earlier wget check wasn't committed).
>> > > > >
>> > > > > I started a new sync of all the git mirrors. It looks better now.
>> > > > >
>> > > > > BR,
>> > > > >
>> > > > > Jukka Zitting
>> > > > >
>> >
>>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
J,

Delay due to undelivered mail with attachment.

Sent to you directly.

Thank you.
V

________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Friday, July 26, 2013 8:38 AM
Subject: Re: Fwd: git mirror(s) not updating
 

You are mixing things.   Let's just focus on Mvn and worry about ide
later.   Can you get me trace for command line?
On Jul 26, 2013 8:26 AM, "Sree V" <sr...@yahoo.com> wrote:

> Hi Yash,
>
> I didn't find any such entry in .classpath of java-exec.
> In common, I found this entry.  On commenting it out, it took me back to
> my 2.5k compilation errors.
>
> <!-- classpathentry kind="src" output="target/classes"
> path="target/generated-sources/antlr3">
> <attributes>
> <attribute name="optional" value="true"/>
> <attribute name="maven.pomderived" value="true"/>
> </attributes>
> </classpathentry -->
>
>
> Cause is, my DataMode, MajorType, MinorType are not generated ?!
>
> V
>
>
> ________________________________
>  From: Yash Sharma <ya...@impetus.co.in>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Friday, July 26, 2013 12:31 AM
> Subject: RE: Fwd: git mirror(s) not updating
>
>
> Just to clarify second fix..
> I was talking about the build path of the commons. Where there were source
> inclusions  for generated-sources and the antlr3. And antlr3 is also
> present in generated-sources so was included by default.
> I excluded the antlr3 from the generated-sources and cleaned project. It
> fixed all the compilation errors for me.
>
> Thanks,
> Yash Sharma
>
>
>
>
> -----Original Message-----
> From: Yash Sharma
> Sent: Friday, July 26, 2013 12:50 PM
> To: drill-dev@incubator.apache.org
> Subject: RE: Fwd: git mirror(s) not updating
>
> Me and my friend were having similar compilation errors on ubuntu box
> also. We did two things to fix manually. Try if it helps:
>
> 1) Error in java-exec:
> I had to comment out an entry from the .classpath of the java-exec:
> <!--  <classpathentry kind="src"
> path="target/generated-sources/org/apache/drill/exec/vector"
> including="**/*.java"/>-->
>
>
> 2) Error in commons:
> There was 2 entries in sources for generated-sources and for antlr3. So I
> excluded the antlr3 under the generated-sources.
>
>
> Now it is working for both of us.
>
>
> Thanks,
> Yash Sharma
>
>
>
>
> -----Original Message-----
> From: Sree V [mailto:sree_at_chess@yahoo.com]
> Sent: Friday, July 26, 2013 12:35 PM
> To: drill-dev@incubator.apache.org
> Subject: Re: Fwd: git mirror(s) not updating
>
> These are the three missing types, causing most of the compilation errors.
>
> import org.apache.drill.common.types.TypeProtos.DataMode;
> import org.apache.drill.common.types.TypeProtos.MajorType;
> import org.apache.drill.common.types.TypeProtos.MinorType;
>
> V
>
>
> ________________________________
> From: Sree V <sr...@yahoo.com>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Thursday, July 25, 2013 11:46 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Lisen,
>
> When doing these checks,
> 1.
> missing parquet*, due to missing repository entry for sonatype.org in
> java-exec pom.xml
>
> fixed. will file jira and submit patch later.
>
> 2.
> I saw a lot of files generated in target/generated-sources/.
> That says, the protoc win 32 working fine on win 64.
>
> But, java-exec compilation failed with,
>
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class
> org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
>
> I think, this artifact didn't get generated, causing further compilation
> errors including the above.
>
> org.apache.drill.common.types.TypeProtos
>
>
> Count of compilation reduces to very few :-), thank you.
>
> any further pointers, please.
>
> V
>
> ________________________________
> From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 9:18 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> then can you
>
> immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
>
>
> you should find something like:
>
>      [exec] Executing 'protoc' with arguments:
>
> without errors.
>
> If so, can you should find these source file at:
>
> target/generated-sources/
>
>
>
>
> On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:
>
> > C:\>protoc --version
> > libprotoc 2.5.0
> >
> > V
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:59 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > can you type under cmd:
> >
> > $ protoc --version
> > libprotoc 2.5.0
> >
> > can you get the version number 2.5 ?
> >
> >
> > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Lisen,
> > >
> > > I downloaded,
> > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > .
> > > Included in PATH.
> > > Restarted eclipse.
> > > mvn clean
> > > mvn install
> > >
> > > Didn't generate these classes.
> > >
> > > created new workspace and imported mvn projects in eclipse.
> > > didn't generate these classes, still.
> > >
> > > What am I missing ?
> > >
> > > Thanks in advance.
> > >
> > > V
> > >
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:26 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > V,
> > >
> > > These are generated from protoc, you need to install protoc compiler
> > prior
> > > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> > etc.
> > >
> > > Lisen
> > >
> > >
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Sorry, J.
> > > >
> > > > I mean missing imports in java files.
> > > > like these:
> > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > >
> > > > V
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > You need to have the 2.5 version of protobuf compiler installed. The
> > > > executable that is installed is called protoc.
> > > >
> > > > J
> > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > Before running any, J.
> > > > > I just setup a fresh work space from apache.
> > > > >
> > > > > More details on protoc 2.5, please ?
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Are you running protoc 2.5?
> > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > I updated from both github and from apache.
> > > > > > They seems in sync, now.
> > > > > >
> > > > > > Both missing checkins related to 'protos'.
> > > > > > Lots of compilation errors.
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Git mirrors are all better.
> > > > > >
> > > > > > ---------- Forwarded message ----------
> > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > Subject: Re: git mirror(s) not updating
> > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > >
> > > > > >
> > > > > >
> > > > > > Shazam!
> > > > > >
> > > > > > The changes have propagated all the way to github.
> > > > > >
> > > > > > Looks great.  Thanks Jukka.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > jukka.zitting@gmail.com
> > > > > > >wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > ted.dunning@gmail.com>
> > > > > > > wrote:
> > > > > > > > No change.  Still out of date.
> > > > > > >
> > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > script
> > > > > > > checks for whether a github mirror is available. That check no
> > > longer
> > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > >
> > > > > > > I replaced the wget check with a "git ls-remote" invocation
> (see
> > > > infra
> > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > >
> > > > > > > I started a new sync of all the git mirrors. It looks better
> now.
> > > > > > >
> > > > > > > BR,
> > > > > > >
> > > > > > > Jukka Zitting
> > > > > > >
> > > >
> > >
> >
>
> ________________________________
>
>
>
>
>
>
> NOTE: This message may contain information that is confidential,
> proprietary, privileged or otherwise protected by law. The message is
> intended solely for the named addressee. If received in error, please
> destroy and notify the sender. Any use of this email is prohibited when
> received in error. Impetus does not represent, warrant and/or guarantee,
> that the integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.
>
> ________________________________
>
>
>
>
>
>
> NOTE: This message may contain information that is confidential,
> proprietary, privileged or otherwise protected by law. The message is
> intended solely for the named addressee. If received in error, please
> destroy and notify the sender. Any use of this email is prohibited when
> received in error. Impetus does not represent, warrant and/or guarantee,
> that the integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
You are mixing things.   Let's just focus on Mvn and worry about ide
later.   Can you get me trace for command line?
On Jul 26, 2013 8:26 AM, "Sree V" <sr...@yahoo.com> wrote:

> Hi Yash,
>
> I didn't find any such entry in .classpath of java-exec.
> In common, I found this entry.  On commenting it out, it took me back to
> my 2.5k compilation errors.
>
> <!-- classpathentry kind="src" output="target/classes"
> path="target/generated-sources/antlr3">
> <attributes>
> <attribute name="optional" value="true"/>
> <attribute name="maven.pomderived" value="true"/>
> </attributes>
> </classpathentry -->
>
>
> Cause is, my DataMode, MajorType, MinorType are not generated ?!
>
> V
>
>
> ________________________________
>  From: Yash Sharma <ya...@impetus.co.in>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Friday, July 26, 2013 12:31 AM
> Subject: RE: Fwd: git mirror(s) not updating
>
>
> Just to clarify second fix..
> I was talking about the build path of the commons. Where there were source
> inclusions  for generated-sources and the antlr3. And antlr3 is also
> present in generated-sources so was included by default.
> I excluded the antlr3 from the generated-sources and cleaned project. It
> fixed all the compilation errors for me.
>
> Thanks,
> Yash Sharma
>
>
>
>
> -----Original Message-----
> From: Yash Sharma
> Sent: Friday, July 26, 2013 12:50 PM
> To: drill-dev@incubator.apache.org
> Subject: RE: Fwd: git mirror(s) not updating
>
> Me and my friend were having similar compilation errors on ubuntu box
> also. We did two things to fix manually. Try if it helps:
>
> 1) Error in java-exec:
> I had to comment out an entry from the .classpath of the java-exec:
> <!--  <classpathentry kind="src"
> path="target/generated-sources/org/apache/drill/exec/vector"
> including="**/*.java"/>-->
>
>
> 2) Error in commons:
> There was 2 entries in sources for generated-sources and for antlr3. So I
> excluded the antlr3 under the generated-sources.
>
>
> Now it is working for both of us.
>
>
> Thanks,
> Yash Sharma
>
>
>
>
> -----Original Message-----
> From: Sree V [mailto:sree_at_chess@yahoo.com]
> Sent: Friday, July 26, 2013 12:35 PM
> To: drill-dev@incubator.apache.org
> Subject: Re: Fwd: git mirror(s) not updating
>
> These are the three missing types, causing most of the compilation errors.
>
> import org.apache.drill.common.types.TypeProtos.DataMode;
> import org.apache.drill.common.types.TypeProtos.MajorType;
> import org.apache.drill.common.types.TypeProtos.MinorType;
>
> V
>
>
> ________________________________
> From: Sree V <sr...@yahoo.com>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Thursday, July 25, 2013 11:46 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Lisen,
>
> When doing these checks,
> 1.
> missing parquet*, due to missing repository entry for sonatype.org in
> java-exec pom.xml
>
> fixed. will file jira and submit patch later.
>
> 2.
> I saw a lot of files generated in target/generated-sources/.
> That says, the protoc win 32 working fine on win 64.
>
> But, java-exec compilation failed with,
>
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class
> org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
>
> I think, this artifact didn't get generated, causing further compilation
> errors including the above.
>
> org.apache.drill.common.types.TypeProtos
>
>
> Count of compilation reduces to very few :-), thank you.
>
> any further pointers, please.
>
> V
>
> ________________________________
> From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 9:18 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> then can you
>
> immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
>
>
> you should find something like:
>
>      [exec] Executing 'protoc' with arguments:
>
> without errors.
>
> If so, can you should find these source file at:
>
> target/generated-sources/
>
>
>
>
> On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:
>
> > C:\>protoc --version
> > libprotoc 2.5.0
> >
> > V
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:59 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > can you type under cmd:
> >
> > $ protoc --version
> > libprotoc 2.5.0
> >
> > can you get the version number 2.5 ?
> >
> >
> > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Lisen,
> > >
> > > I downloaded,
> > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > .
> > > Included in PATH.
> > > Restarted eclipse.
> > > mvn clean
> > > mvn install
> > >
> > > Didn't generate these classes.
> > >
> > > created new workspace and imported mvn projects in eclipse.
> > > didn't generate these classes, still.
> > >
> > > What am I missing ?
> > >
> > > Thanks in advance.
> > >
> > > V
> > >
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:26 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > V,
> > >
> > > These are generated from protoc, you need to install protoc compiler
> > prior
> > > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> > etc.
> > >
> > > Lisen
> > >
> > >
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Sorry, J.
> > > >
> > > > I mean missing imports in java files.
> > > > like these:
> > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > >
> > > > V
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > You need to have the 2.5 version of protobuf compiler installed. The
> > > > executable that is installed is called protoc.
> > > >
> > > > J
> > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > Before running any, J.
> > > > > I just setup a fresh work space from apache.
> > > > >
> > > > > More details on protoc 2.5, please ?
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Are you running protoc 2.5?
> > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > I updated from both github and from apache.
> > > > > > They seems in sync, now.
> > > > > >
> > > > > > Both missing checkins related to 'protos'.
> > > > > > Lots of compilation errors.
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Git mirrors are all better.
> > > > > >
> > > > > > ---------- Forwarded message ----------
> > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > Subject: Re: git mirror(s) not updating
> > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > >
> > > > > >
> > > > > >
> > > > > > Shazam!
> > > > > >
> > > > > > The changes have propagated all the way to github.
> > > > > >
> > > > > > Looks great.  Thanks Jukka.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > jukka.zitting@gmail.com
> > > > > > >wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > ted.dunning@gmail.com>
> > > > > > > wrote:
> > > > > > > > No change.  Still out of date.
> > > > > > >
> > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > script
> > > > > > > checks for whether a github mirror is available. That check no
> > > longer
> > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > >
> > > > > > > I replaced the wget check with a "git ls-remote" invocation
> (see
> > > > infra
> > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > >
> > > > > > > I started a new sync of all the git mirrors. It looks better
> now.
> > > > > > >
> > > > > > > BR,
> > > > > > >
> > > > > > > Jukka Zitting
> > > > > > >
> > > >
> > >
> >
>
> ________________________________
>
>
>
>
>
>
> NOTE: This message may contain information that is confidential,
> proprietary, privileged or otherwise protected by law. The message is
> intended solely for the named addressee. If received in error, please
> destroy and notify the sender. Any use of this email is prohibited when
> received in error. Impetus does not represent, warrant and/or guarantee,
> that the integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.
>
> ________________________________
>
>
>
>
>
>
> NOTE: This message may contain information that is confidential,
> proprietary, privileged or otherwise protected by law. The message is
> intended solely for the named addressee. If received in error, please
> destroy and notify the sender. Any use of this email is prohibited when
> received in error. Impetus does not represent, warrant and/or guarantee,
> that the integrity of this communication has been maintained nor that the
> communication is free of errors, virus, interception or interference.

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Hi Yash,

I didn't find any such entry in .classpath of java-exec.
In common, I found this entry.  On commenting it out, it took me back to my 2.5k compilation errors.

<!-- classpathentry kind="src" output="target/classes" path="target/generated-sources/antlr3">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry -->


Cause is, my DataMode, MajorType, MinorType are not generated ?!

V


________________________________
 From: Yash Sharma <ya...@impetus.co.in>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org> 
Sent: Friday, July 26, 2013 12:31 AM
Subject: RE: Fwd: git mirror(s) not updating
 

Just to clarify second fix..
I was talking about the build path of the commons. Where there were source inclusions  for generated-sources and the antlr3. And antlr3 is also present in generated-sources so was included by default.
I excluded the antlr3 from the generated-sources and cleaned project. It fixed all the compilation errors for me.

Thanks,
Yash Sharma




-----Original Message-----
From: Yash Sharma
Sent: Friday, July 26, 2013 12:50 PM
To: drill-dev@incubator.apache.org
Subject: RE: Fwd: git mirror(s) not updating

Me and my friend were having similar compilation errors on ubuntu box also. We did two things to fix manually. Try if it helps:

1) Error in java-exec:
I had to comment out an entry from the .classpath of the java-exec:
<!--  <classpathentry kind="src" path="target/generated-sources/org/apache/drill/exec/vector" including="**/*.java"/>-->


2) Error in commons:
There was 2 entries in sources for generated-sources and for antlr3. So I excluded the antlr3 under the generated-sources.


Now it is working for both of us.


Thanks,
Yash Sharma




-----Original Message-----
From: Sree V [mailto:sree_at_chess@yahoo.com]
Sent: Friday, July 26, 2013 12:35 PM
To: drill-dev@incubator.apache.org
Subject: Re: Fwd: git mirror(s) not updating

These are the three missing types, causing most of the compilation errors.

import org.apache.drill.common.types.TypeProtos.DataMode;
import org.apache.drill.common.types.TypeProtos.MajorType;
import org.apache.drill.common.types.TypeProtos.MinorType;

V


________________________________
From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
Sent: Thursday, July 25, 2013 11:46 PM
Subject: Re: Fwd: git mirror(s) not updating


Lisen,

When doing these checks,
1.
missing parquet*, due to missing repository entry for sonatype.org in java-exec pom.xml

fixed. will file jira and submit patch later.

2.
I saw a lot of files generated in target/generated-sources/.
That says, the protoc win 32 working fine on win 64.

But, java-exec compilation failed with,

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I think, this artifact didn't get generated, causing further compilation errors including the above.

org.apache.drill.common.types.TypeProtos


Count of compilation reduces to very few :-), thank you.

any further pointers, please.

V

________________________________
From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
Sent: Thursday, July 25, 2013 9:18 PM
Subject: Re: Fwd: git mirror(s) not updating


then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

________________________________






NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

________________________________






NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

RE: Fwd: git mirror(s) not updating

Posted by Yash Sharma <ya...@impetus.co.in>.
Just to clarify second fix..
I was talking about the build path of the commons. Where there were source inclusions  for generated-sources and the antlr3. And antlr3 is also present in generated-sources so was included by default.
I excluded the antlr3 from the generated-sources and cleaned project. It fixed all the compilation errors for me.

Thanks,
Yash Sharma




-----Original Message-----
From: Yash Sharma
Sent: Friday, July 26, 2013 12:50 PM
To: drill-dev@incubator.apache.org
Subject: RE: Fwd: git mirror(s) not updating

Me and my friend were having similar compilation errors on ubuntu box also. We did two things to fix manually. Try if it helps:

1) Error in java-exec:
I had to comment out an entry from the .classpath of the java-exec:
<!--  <classpathentry kind="src" path="target/generated-sources/org/apache/drill/exec/vector" including="**/*.java"/>-->


2) Error in commons:
There was 2 entries in sources for generated-sources and for antlr3. So I excluded the antlr3 under the generated-sources.


Now it is working for both of us.


Thanks,
Yash Sharma




-----Original Message-----
From: Sree V [mailto:sree_at_chess@yahoo.com]
Sent: Friday, July 26, 2013 12:35 PM
To: drill-dev@incubator.apache.org
Subject: Re: Fwd: git mirror(s) not updating

These are the three missing types, causing most of the compilation errors.

import org.apache.drill.common.types.TypeProtos.DataMode;
import org.apache.drill.common.types.TypeProtos.MajorType;
import org.apache.drill.common.types.TypeProtos.MinorType;

V


________________________________
 From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
Sent: Thursday, July 25, 2013 11:46 PM
Subject: Re: Fwd: git mirror(s) not updating


Lisen,

When doing these checks,
1.
missing parquet*, due to missing repository entry for sonatype.org in java-exec pom.xml

fixed. will file jira and submit patch later.

2.
I saw a lot of files generated in target/generated-sources/.
That says, the protoc win 32 working fine on win 64.

But, java-exec compilation failed with,

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I think, this artifact didn't get generated, causing further compilation errors including the above.

org.apache.drill.common.types.TypeProtos


Count of compilation reduces to very few :-), thank you.

any further pointers, please.

V

________________________________
From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
Sent: Thursday, July 25, 2013 9:18 PM
Subject: Re: Fwd: git mirror(s) not updating


then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

________________________________






NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

________________________________






NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

RE: Fwd: git mirror(s) not updating

Posted by Yash Sharma <ya...@impetus.co.in>.
Me and my friend were having similar compilation errors on ubuntu box also. We did two things to fix manually. Try if it helps:

1) Error in java-exec:
I had to comment out an entry from the .classpath of the java-exec:
<!--  <classpathentry kind="src" path="target/generated-sources/org/apache/drill/exec/vector" including="**/*.java"/>-->


2) Error in commons:
There was 2 entries in sources for generated-sources and for antlr3. So I excluded the antlr3 under the generated-sources.


Now it is working for both of us.


Thanks,
Yash Sharma




-----Original Message-----
From: Sree V [mailto:sree_at_chess@yahoo.com]
Sent: Friday, July 26, 2013 12:35 PM
To: drill-dev@incubator.apache.org
Subject: Re: Fwd: git mirror(s) not updating

These are the three missing types, causing most of the compilation errors.

import org.apache.drill.common.types.TypeProtos.DataMode;
import org.apache.drill.common.types.TypeProtos.MajorType;
import org.apache.drill.common.types.TypeProtos.MinorType;

V


________________________________
 From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
Sent: Thursday, July 25, 2013 11:46 PM
Subject: Re: Fwd: git mirror(s) not updating


Lisen,

When doing these checks,
1.
missing parquet*, due to missing repository entry for sonatype.org in java-exec pom.xml

fixed. will file jira and submit patch later.

2.
I saw a lot of files generated in target/generated-sources/.
That says, the protoc win 32 working fine on win 64.

But, java-exec compilation failed with,

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I think, this artifact didn't get generated, causing further compilation errors including the above.

org.apache.drill.common.types.TypeProtos


Count of compilation reduces to very few :-), thank you.

any further pointers, please.

V

________________________________
From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
Sent: Thursday, July 25, 2013 9:18 PM
Subject: Re: Fwd: git mirror(s) not updating


then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

________________________________






NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
These are the three missing types, causing most of the compilation errors.

import org.apache.drill.common.types.TypeProtos.DataMode;
import org.apache.drill.common.types.TypeProtos.MajorType;
import org.apache.drill.common.types.TypeProtos.MinorType;

V


________________________________
 From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org> 
Sent: Thursday, July 25, 2013 11:46 PM
Subject: Re: Fwd: git mirror(s) not updating
 

Lisen,

When doing these checks,
1.
missing parquet*, due to missing repository entry for sonatype.org in java-exec pom.xml

fixed. will file jira and submit patch later.

2.
I saw a lot of files generated in target/generated-sources/.
That says, the protoc win 32 working fine on win 64.

But, java-exec compilation failed with,

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I think, this artifact didn't get generated, causing further compilation errors including the above. 

org.apache.drill.common.types.TypeProtos


Count of compilation reduces to very few :-), thank you.

any further pointers, please.

V

________________________________
From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Thursday, July 25, 2013 9:18 PM
Subject: Re: Fwd: git mirror(s) not updating


then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Ted Dunning <te...@gmail.com>.
On Fri, Jul 26, 2013 at 7:15 PM, Sree V <sr...@yahoo.com> wrote:

>
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java
>


This is a known error due to a checkin on a case insensitive file system.

Rename this file to be Workspace.java

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
hi all,

I fixed all these compilation errors.

common/target/generated-sources
java-exec/target/generated-sources

the above folders are not added as source folders by default to the respective projects.
i added them which has all the files needed to fix the compilation errors.


thank you very much all.

drill team rocks!


V

________________________________
 From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org> 
Sent: Friday, July 26, 2013 8:22 PM
Subject: Re: Fwd: git mirror(s) not updating
 

Hi J,

In my CentOS box, renaming this file and $ mvn clean install, is SUCCESS.

In eclipse, I imported as existing maven projects.
I still see the same 2.5k compilation errors.
And sqlparser->JdbcTest, fails.

V

________________________________
From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Friday, July 26, 2013 7:27 PM
Subject: Re: Fwd: git mirror(s) not updating


Remove the file workspace that has a capital S in the name and retry
On Jul 26, 2013 7:16 PM, "Sree V" <sr...@yahoo.com> wrote:

> This got rid of the previous error of not finding drill SNAPSHOT jars.
> But failed with a different error.
>
> $ mvn -X install > mvnInstall.txt
> $ tail -300 mvnInstall.txt
> ...
> ...
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [4.126s]
> [INFO] common ............................................ SUCCESS
> [12.917s]
> [INFO] contrib-parent .................................... SUCCESS [0.155s]
> [INFO] pom ............................................... SUCCESS [0.338s]
> [INFO] exec .............................................. SUCCESS [0.136s]
> [INFO] java-exec ......................................... FAILURE
> [26.984s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 45.413s
> [INFO] Finished at: Fri Jul 26 18:07:58 PDT 2013
> [INFO] Final Memory: 38M/274M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> $ mvn -X clean > mvnClean.txt
>
> One more time: But same compilation errors as above.
> In eclipse, still 2.5k compilation errors.
>
> $ mvn -X compile > mvn1.txt
> $ tail -200 mvn1.txt
>
>
> [INFO] Compiling 404 source files to
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/target/classes
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [2.221s]
> [INFO] common ............................................ SUCCESS
> [10.231s]
> [INFO] contrib-parent .................................... SUCCESS [0.187s]
> [INFO] pom ............................................... SUCCESS [0.235s]
> [INFO] exec .............................................. SUCCESS [0.179s]
> [INFO] java-exec ......................................... FAILURE
> [12.909s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 26.604s
> [INFO] Finished at: Fri Jul 26 18:53:50 PDT 2013
> [INFO] Final Memory: 34M/295M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
>
>
> V
>
>
>
>
>
> ________________________________
>  From: Sree V <sr...@yahoo.com>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Friday, July 26, 2013 7:08 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Hi Jacques,
>
> my cygwin installation is in progress.
>
> In the meanwhile, I setup centos 6.4 (x86_64) machine.
> Still, see ERRORs but different kind.
>
> What are the steps/prerequisites to compile and setup eclipse projects for
> Drill and run ?
> {hope with this exercise would get us to a standard approach.}
>
> $ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
> $ cd incubator-drill/sandbox/prototype
>
> $ java -version
> java version "1.7.0_25"
> Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
>
> $ mvn --version
> Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27
> 19:15:32-0700)
> Maven home: /usr/apache-maven-3.1.0
> Java version: 1.7.0_25, vendor: Oracle Corporation
> Java home: /usr/java/jdk1.7.0_25/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family:
> "unix"
>
> $ protoc --version
> libprotoc 2.5.0
>
> $ mvn -X compile > mvn.txt
> $ tail -200 mvn.txt
> ...
> ...
> [DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached
> artifact up-to-date.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS
> [31.025s]
> [INFO] common ............................................ SUCCESS
> [31.579s]
> [INFO] contrib-parent .................................... SUCCESS [0.183s]
> [INFO] pom ............................................... SUCCESS [0.105s]
> [INFO] exec .............................................. SUCCESS [0.087s]
> [INFO] java-exec ......................................... FAILURE
> [1:10.433s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2:15.194s
> [INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
> [INFO] Final Memory: 24M/298M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project java-exec: Could not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
> not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
>     ... 22 more
> Caused by: org.eclipse.aether.resolution.DependencyResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
>     ... 23 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
>     ... 24 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could
> not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars
> (http://conjars.org/repo)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
>     at
> org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
>     at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>     at java.lang.Thread.run(Thread.java:724)
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> I do see the same 2.5k compilation errors when i import existing maven
> projects in eclipse.
>
>
> V
>
>
>
> ________________________________
> From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG
> 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]     Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common
> ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec
> ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new
> NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> java-exec ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation
> 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @
> ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer....

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Hi J,

In my CentOS box, renaming this file and $ mvn clean install, is SUCCESS.

In eclipse, I imported as existing maven projects.
I still see the same 2.5k compilation errors.
And sqlparser->JdbcTest, fails.

V

________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Friday, July 26, 2013 7:27 PM
Subject: Re: Fwd: git mirror(s) not updating
 

Remove the file workspace that has a capital S in the name and retry
On Jul 26, 2013 7:16 PM, "Sree V" <sr...@yahoo.com> wrote:

> This got rid of the previous error of not finding drill SNAPSHOT jars.
> But failed with a different error.
>
> $ mvn -X install > mvnInstall.txt
> $ tail -300 mvnInstall.txt
> ...
> ...
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [4.126s]
> [INFO] common ............................................ SUCCESS
> [12.917s]
> [INFO] contrib-parent .................................... SUCCESS [0.155s]
> [INFO] pom ............................................... SUCCESS [0.338s]
> [INFO] exec .............................................. SUCCESS [0.136s]
> [INFO] java-exec ......................................... FAILURE
> [26.984s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 45.413s
> [INFO] Finished at: Fri Jul 26 18:07:58 PDT 2013
> [INFO] Final Memory: 38M/274M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> $ mvn -X clean > mvnClean.txt
>
> One more time: But same compilation errors as above.
> In eclipse, still 2.5k compilation errors.
>
> $ mvn -X compile > mvn1.txt
> $ tail -200 mvn1.txt
>
>
> [INFO] Compiling 404 source files to
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/target/classes
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [2.221s]
> [INFO] common ............................................ SUCCESS
> [10.231s]
> [INFO] contrib-parent .................................... SUCCESS [0.187s]
> [INFO] pom ............................................... SUCCESS [0.235s]
> [INFO] exec .............................................. SUCCESS [0.179s]
> [INFO] java-exec ......................................... FAILURE
> [12.909s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 26.604s
> [INFO] Finished at: Fri Jul 26 18:53:50 PDT 2013
> [INFO] Final Memory: 34M/295M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
>
>
> V
>
>
>
>
>
> ________________________________
>  From: Sree V <sr...@yahoo.com>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Friday, July 26, 2013 7:08 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Hi Jacques,
>
> my cygwin installation is in progress.
>
> In the meanwhile, I setup centos 6.4 (x86_64) machine.
> Still, see ERRORs but different kind.
>
> What are the steps/prerequisites to compile and setup eclipse projects for
> Drill and run ?
> {hope with this exercise would get us to a standard approach.}
>
> $ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
> $ cd incubator-drill/sandbox/prototype
>
> $ java -version
> java version "1.7.0_25"
> Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
>
> $ mvn --version
> Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27
> 19:15:32-0700)
> Maven home: /usr/apache-maven-3.1.0
> Java version: 1.7.0_25, vendor: Oracle Corporation
> Java home: /usr/java/jdk1.7.0_25/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family:
> "unix"
>
> $ protoc --version
> libprotoc 2.5.0
>
> $ mvn -X compile > mvn.txt
> $ tail -200 mvn.txt
> ...
> ...
> [DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached
> artifact up-to-date.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS
> [31.025s]
> [INFO] common ............................................ SUCCESS
> [31.579s]
> [INFO] contrib-parent .................................... SUCCESS [0.183s]
> [INFO] pom ............................................... SUCCESS [0.105s]
> [INFO] exec .............................................. SUCCESS [0.087s]
> [INFO] java-exec ......................................... FAILURE
> [1:10.433s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2:15.194s
> [INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
> [INFO] Final Memory: 24M/298M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project java-exec: Could not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
> not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
>     ... 22 more
> Caused by: org.eclipse.aether.resolution.DependencyResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
>     ... 23 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
>     ... 24 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could
> not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars
> (http://conjars.org/repo)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
>     at
> org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
>     at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>     at java.lang.Thread.run(Thread.java:724)
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> I do see the same 2.5k compilation errors when i import existing maven
> projects in eclipse.
>
>
> V
>
>
>
> ________________________________
> From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG
> 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]     Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common
> ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec
> ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new
> NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> java-exec ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation
> 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @
> ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer....

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
Remove the file workspace that has a capital S in the name and retry
On Jul 26, 2013 7:16 PM, "Sree V" <sr...@yahoo.com> wrote:

> This got rid of the previous error of not finding drill SNAPSHOT jars.
> But failed with a different error.
>
> $ mvn -X install > mvnInstall.txt
> $ tail -300 mvnInstall.txt
> ...
> ...
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [4.126s]
> [INFO] common ............................................ SUCCESS
> [12.917s]
> [INFO] contrib-parent .................................... SUCCESS [0.155s]
> [INFO] pom ............................................... SUCCESS [0.338s]
> [INFO] exec .............................................. SUCCESS [0.136s]
> [INFO] java-exec ......................................... FAILURE
> [26.984s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 45.413s
> [INFO] Finished at: Fri Jul 26 18:07:58 PDT 2013
> [INFO] Final Memory: 38M/274M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> $ mvn -X clean > mvnClean.txt
>
> One more time: But same compilation errors as above.
> In eclipse, still 2.5k compilation errors.
>
> $ mvn -X compile > mvn1.txt
> $ tail -200 mvn1.txt
>
>
> [INFO] Compiling 404 source files to
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/target/classes
> [INFO] -------------------------------------------------------------
> [WARNING] COMPILATION WARNING :
> [INFO] -------------------------------------------------------------
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] 4 warnings
> [INFO] -------------------------------------------------------------
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [2.221s]
> [INFO] common ............................................ SUCCESS
> [10.231s]
> [INFO] contrib-parent .................................... SUCCESS [0.187s]
> [INFO] pom ............................................... SUCCESS [0.235s]
> [INFO] exec .............................................. SUCCESS [0.179s]
> [INFO] java-exec ......................................... FAILURE
> [12.909s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 26.604s
> [INFO] Finished at: Fri Jul 26 18:53:50 PDT 2013
> [INFO] Final Memory: 34M/295M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure: Compilation
> failure:
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9]
> class Workspace is public, should be declared in a file named Workspace.java
> [ERROR]
> /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9]
> duplicate class: org.apache.drill.exec.expr.annotations.Workspace
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile
> (default-compile) on project java-exec: Compilation failure
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
> Compilation failure
>     at
> org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
>     at
> org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
>     at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>     ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
>
>
> V
>
>
>
>
>
> ________________________________
>  From: Sree V <sr...@yahoo.com>
> To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org>
> Sent: Friday, July 26, 2013 7:08 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Hi Jacques,
>
> my cygwin installation is in progress.
>
> In the meanwhile, I setup centos 6.4 (x86_64) machine.
> Still, see ERRORs but different kind.
>
> What are the steps/prerequisites to compile and setup eclipse projects for
> Drill and run ?
> {hope with this exercise would get us to a standard approach.}
>
> $ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
> $ cd incubator-drill/sandbox/prototype
>
> $ java -version
> java version "1.7.0_25"
> Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
>
> $ mvn --version
> Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27
> 19:15:32-0700)
> Maven home: /usr/apache-maven-3.1.0
> Java version: 1.7.0_25, vendor: Oracle Corporation
> Java home: /usr/java/jdk1.7.0_25/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family:
> "unix"
>
> $ protoc --version
> libprotoc 2.5.0
>
> $ mvn -X compile > mvn.txt
> $ tail -200 mvn.txt
> ...
> ...
> [DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached
> artifact up-to-date.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS
> [31.025s]
> [INFO] common ............................................ SUCCESS
> [31.579s]
> [INFO] contrib-parent .................................... SUCCESS [0.183s]
> [INFO] pom ............................................... SUCCESS [0.105s]
> [INFO] exec .............................................. SUCCESS [0.087s]
> [INFO] java-exec ......................................... FAILURE
> [1:10.433s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2:15.194s
> [INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
> [INFO] Final Memory: 24M/298M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project java-exec: Could not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
> not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
>     ... 22 more
> Caused by: org.eclipse.aether.resolution.DependencyResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
>     ... 23 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
>     ... 24 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could
> not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars
> (http://conjars.org/repo)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
>     at
> org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
>     at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>     at java.lang.Thread.run(Thread.java:724)
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> I do see the same 2.5k compilation errors when i import existing maven
> projects in eclipse.
>
>
> V
>
>
>
> ________________________________
> From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG
> 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]     Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common
> ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec
> ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new
> NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> java-exec ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation
> 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @
> ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer....

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
This got rid of the previous error of not finding drill SNAPSHOT jars.
But failed with a different error.

$ mvn -X install > mvnInstall.txt
$ tail -300 mvnInstall.txt
...
...
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java: Some input files use or override a deprecated API.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9] class Workspace is public, should be declared in a file named Workspace.java
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9] duplicate class: org.apache.drill.exec.expr.annotations.Workspace
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] prototype-parent .................................. SUCCESS [4.126s]
[INFO] common ............................................ SUCCESS [12.917s]
[INFO] contrib-parent .................................... SUCCESS [0.155s]
[INFO] pom ............................................... SUCCESS [0.338s]
[INFO] exec .............................................. SUCCESS [0.136s]
[INFO] java-exec ......................................... FAILURE [26.984s]
[INFO] Logical Plan Execution Reference Implementation ... SKIPPED
[INFO] planner ........................................... SKIPPED
[INFO] sqlparser ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.413s
[INFO] Finished at: Fri Jul 26 18:07:58 PDT 2013
[INFO] Final Memory: 38M/274M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project java-exec: Compilation failure: Compilation failure:
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9] class Workspace is public, should be declared in a file named Workspace.java
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9] duplicate class: org.apache.drill.exec.expr.annotations.Workspace
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project java-exec: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
    at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
    ... 19 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :java-exec


$ mvn -X clean > mvnClean.txt

One more time: But same compilation errors as above.
In eclipse, still 2.5k compilation errors.

$ mvn -X compile > mvn1.txt
$ tail -200 mvn1.txt


[INFO] Compiling 404 source files to /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java: Some input files use or override a deprecated API.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9] class Workspace is public, should be declared in a file named Workspace.java
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9] duplicate class: org.apache.drill.exec.expr.annotations.Workspace
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] prototype-parent .................................. SUCCESS [2.221s]
[INFO] common ............................................ SUCCESS [10.231s]
[INFO] contrib-parent .................................... SUCCESS [0.187s]
[INFO] pom ............................................... SUCCESS [0.235s]
[INFO] exec .............................................. SUCCESS [0.179s]
[INFO] java-exec ......................................... FAILURE [12.909s]
[INFO] Logical Plan Execution Reference Implementation ... SKIPPED
[INFO] planner ........................................... SKIPPED
[INFO] sqlparser ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.604s
[INFO] Finished at: Fri Jul 26 18:53:50 PDT 2013
[INFO] Final Memory: 34M/295M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project java-exec: Compilation failure: Compilation failure:
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/WorkSpace.java:[13,9] class Workspace is public, should be declared in a file named Workspace.java
[ERROR] /home/svaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/annotations/Workspace.java:[13,9] duplicate class: org.apache.drill.exec.expr.annotations.Workspace
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project java-exec: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
    at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
    ... 19 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :java-exec




V





________________________________
 From: Sree V <sr...@yahoo.com>
To: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org> 
Sent: Friday, July 26, 2013 7:08 PM
Subject: Re: Fwd: git mirror(s) not updating
 

Hi Jacques,

my cygwin installation is in progress.

In the meanwhile, I setup centos 6.4 (x86_64) machine.
Still, see ERRORs but different kind.

What are the steps/prerequisites to compile and setup eclipse projects for Drill and run ?
{hope with this exercise would get us to a standard approach.}

$ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
$ cd incubator-drill/sandbox/prototype

$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

$ mvn --version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 19:15:32-0700)
Maven home: /usr/apache-maven-3.1.0
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_25/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family: "unix"

$ protoc --version
libprotoc 2.5.0

$ mvn -X compile > mvn.txt
$ tail -200 mvn.txt
...
...
[DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached artifact up-to-date.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] prototype-parent .................................. SUCCESS [31.025s]
[INFO] common ............................................ SUCCESS [31.579s]
[INFO] contrib-parent .................................... SUCCESS [0.183s]
[INFO] pom ............................................... SUCCESS [0.105s]
[INFO] exec .............................................. SUCCESS [0.087s]
[INFO] java-exec ......................................... FAILURE [1:10.433s]
[INFO] Logical Plan Execution Reference Implementation ... SKIPPED
[INFO] planner ........................................... SKIPPED
[INFO] sqlparser ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:15.194s
[INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
[INFO] Final Memory: 24M/298M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project java-exec: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project java-exec: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
    ... 22 more
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
    ... 23 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
    ... 24 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:724)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :java-exec


I do see the same 2.5k compilation errors when i import existing maven projects in eclipse.


V



________________________________
From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Friday, July 26, 2013 10:14 AM
Subject: Re: Fwd: git mirror(s) not updating


Are you running via bash? Also, I wouldn't suggest using an alpha
version of Maven.

Can you run the following script below.  You will need to be running
via cygwin/bash.  Once completed, please provide the file
/tmp/drill-build.log

For an example, I've also included my output.

Thanks,
Jacques


=========drill-build.sh=========
#!/bin/sh -x

LOG=/tmp/drill-build.log
TARGET=/tmp/drill-build-test/

set -e
echo "=====uname=====" > $LOG 2>&1
uname -a >> $LOG 2>&1
echo -e "\n\n=====java=====" >> $LOG 2>&1
java -version >> $LOG 2>&1
echo -e "\n\n=====protoc====="  >> $LOG 2>&1
protoc --version >> $LOG 2>&1
echo -e "\n\n=====mvn=====" >> $LOG 2>&1
mvn --version >> $LOG 2>&1
mkdir $TARGET >> $LOG 2>&1
echo -e "\n\n=====git clone=====" >> $LOG 2>&1
git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG 2>&1
cd $TARGET/sandbox/prototype
echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
git status >> $LOG 2>&1

set +e
echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
mvn clean install >> $LOG 2>&1
if [ $? != 0 ]; then
  echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
  mvn clean install -X >> $LOG 2>&1
fi
=========end drill-build.sh==========



output of drill-build.log
=============================================


=====uname=====
Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
-e

=====java=====
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
-e

=====protoc=====
libprotoc 2.5.0
-e

=====mvn=====
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
-e

=====git clone=====
Cloning into '/tmp/drill-build-test'...
-e

=====git status=====
# On branch master
nothing to commit (working directory clean)
-e

=====base mvn install=====
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] prototype-parent
[INFO] common
[INFO] contrib-parent
[INFO] pom
[INFO] exec
[INFO] java-exec
[INFO] Logical Plan Execution Reference Implementation
[INFO] planner
[INFO] sqlparser
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building prototype-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prototype-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
prototype-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
prototype-parent ---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
prototype-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building common 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common ---
[INFO]
[INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
[INFO] Protobuf dependency version 2.5.0
[INFO] 'protoc' executable version 2.5.0
[INFO] Input directories:
[INFO]     /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
(using default)
[INFO] Output directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
does not exist. Creating...
[INFO] Cleaning
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] Directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
[INFO]     Processing Types.proto
[INFO] Adding generated classes to classpath
[INFO]
[INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
[INFO] ANTLR: Processing source directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
ANTLR Parser Generator  Version 3.4
org/apache/drill/common/expression/parser/ExprLexer.g
org/apache/drill/common/expression/parser/ExprParser.g
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 112 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
[WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building contrib-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
contrib-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
contrib-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
contrib-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pom 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
storage-hbase ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
storage-hbase ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
storage-hbase ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
exec-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ exec-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
exec-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building java-exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
@ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 307 resources
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
java-exec ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO] Executed tasks
[INFO] Registering compile source root
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO]
[INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec ---
- Executing: FixedValueVectors.java
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
- Executing: NullableValueVectors.java
- Executing: RepeatedValueVectors.java
- Executing: TypeHelper.java
- Executing: VariableLengthVectors.java
[INFO] Done
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 403 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Some input files use unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.client.DrillClientSystemTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
sec - in org.apache.drill.exec.client.DrillClientSystemTest
Running org.apache.drill.exec.compile.TestClassCompilationTypes
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
Running org.apache.drill.exec.compile.TestClassTransformation
09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback.groovy]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback-test.xml]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Found resource [logback.xml] at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs multiple times on the classpath.
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
09:42:58,234 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug
attribute not set
09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [SOCKET]
09:42:58,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Waiting 1s to establish connections.
09:42:59,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Started de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[ch.qos.logback.core.ConsoleAppender]
09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [STDOUT]
09:42:59,307 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
[encoder] property
09:42:59,372 |-INFO in
ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
of logger [org.apache.drill] to false
09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- org.apache.drill level set to DEBUG
09:42:59,372 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [SOCKET] to Logger[org.apache.drill]
09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- ROOT level set to ERROR
09:42:59,373 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [STDOUT] to Logger[ROOT]
09:42:59,373 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - End of
configuration.
09:42:59,374 |-INFO in
ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
current configuration as safe fallback point

Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856979390'.
Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856980250'.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
sec - in org.apache.drill.exec.compile.TestClassTransformation
Running org.apache.drill.exec.expr.ExpressionTest

package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.BooleanHolder;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen1
    implements ProjectEvaluator
{

    BigIntVector vv4;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj5 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv4 = ((BigIntVector) obj5);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                BooleanHolder out1 = new BooleanHolder();
                out1 .value = 1;
                LongHolder out2 = new LongHolder();
                out2 .value = 1L;
                LongHolder out3 = new LongHolder();
                out3 .value = 0L;
                {
                    if (out1 .value) {
                        out0 .value = out2 .value;
                    } else {
                        out0 .value = out3 .value;
                    }
                }
                vv4 .getMutator().set((outIndex), out0 .value);
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.expr.holders.NullableLongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.NullableBigIntVector;

public class Gen2
    implements ProjectEvaluator
{

    NullableBigIntVector vv1;
    NullableBigIntVector vv5;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj2 = (outgoing).getValueVectorById(0,
NullableBigIntVector.class);
                vv1 = ((NullableBigIntVector) obj2);
                Object obj6 = (outgoing).getValueVectorById(-1,
NullableBigIntVector.class);
                vv5 = ((NullableBigIntVector) obj6);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                NullableLongHolder out3 = new NullableLongHolder();
                out3 .isSet = vv1 .isSet((inIndex));
                if (out3 .isSet) {
                    out3 .value = vv1 .getAccessor().get((inIndex));
                }
                NullableLongHolder out4;
                {
                    final NullableLongHolder out = new NullableLongHolder();
                    final LongHolder left = out0;
                    final NullableLongHolder right = out3;
                        out.value = left.value + right.value;

                    out4 = out;
                }
                if (!(out4 .isSet == 0)) {
                    vv5 .getMutator().set((outIndex), out4 .value);
                }
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen3
    implements ProjectEvaluator
{

    BigIntVector vv3;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj4 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv3 = ((BigIntVector) obj4);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                LongHolder out1 = new LongHolder();
                out1 .value = 1L;
                LongHolder out2 = new LongHolder();
                {
                    final LongHolder out = new LongHolder();
                    final LongHolder left = out0;
                    final LongHolder right = out1;
                        out.value = left.value + right.value;

                    out2 = out;
                }
                vv3 .getMutator().set((outIndex), out2 .value);
            }
        }
    }

}

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
sec - in org.apache.drill.exec.expr.ExpressionTest
Running org.apache.drill.exec.opt.BasicOptimizerTest
{
  head : {
    type : "APACHE_DRILL_LOGICAL",
    version : 1,
    generator : {
      type : "manual",
      info : "na"
    }
  },
  storage : null,
  query : [ {
    op : "scan",
    @id : 1,
    memo : "initial_scan",
    storageengine : "local-logs",
    selection : [ {
      records : 100,
      types : [ {
        name : "superhero_name",
        type : "VARCHAR2",
        mode : "REQUIRED",
        width : 100,
        precision : 1,
        scale : 2
      } ]
    } ],
    ref : null
  }, {
    op : "store",
    @id : 2,
    memo : "output sink",
    input : 1,
    target : {
      file : "console:///stdout"
    },
    partition : null,
    storageEngine : null
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
sec - in org.apache.drill.exec.opt.BasicOptimizerTest
Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
{
  head : {
    type : "APACHE_DRILL_PHYSICAL",
    version : 1,
    generator : {
      type : "manual"
    }
  },
  graph : [ {
    pop : "mock-scan",
    @id : 1,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  }, {
    pop : "filter",
    @id : 2,
    child : 1,
    expr : " ('b')  > (5) "
  }, {
    pop : "mock-store",
    @id : 3,
    child : 2
  }, {
    pop : "screen",
    @id : 4,
    child : 3
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
100
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Screen [endpoint=address: "10.37.129.2"
user_port: 31010
bit_port: 31011
, getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun


========NEW SCHEMA=========


blue[INT]    red[BIGINT]    green[INT]
1231175516    5287858580986119131    1231175516
-164772901    8799846913188660802    -164772901
2048874020    -7121805536862732989    2048874020
-630356414    6507368162334453519    -630356414
-1658174568    3916117835176324657    -1658174568
-538772157    7933680465857726639    -538772157
1515114717    -6476085228813953905    1515114717
-1163809009    -2510449763629423764    -1163809009
911792236    7590803397675079103    911792236
809610801    -1110584301807294467    809610801
1847203929    1091682576463935182    1847203929
1760020655    -7370560407846032172    1760020655
-1507831093    -1896581599882140696    -1507831093
-781986673    -7590657655126045516    -781986673
-584509635    -7501334069695153395    -584509635
-1402494100    7054544897973375621    -1402494100
1767371640    -2303040250317681148    1767371640
-297773633    378836375411953259    -297773633
-258578058    704830518410612624    -258578058
765896701    -6265012970101069804    765896701
254177156    7699206056298078177    254177156
-241322290    -286465506652601775    -241322290
-1716092324    3474992588053261389    -1716092324
650603732    -6212099751908211736    650603732
-441582315    2162988975349732927    -441582315
1534829544    4262689182934063527    1534829544
-1767337708    -1711545687340821137    -1767337708
1721552052    5099567896389371324    1721552052
-1746540440    2306126058349201747    -1746540440
1246296845    -8607218803653455804    1246296845
1642514229    -2707406553707401772    1642514229
1203720837    -5999663521335481055    1203720837
-536218344    171981504590358341    -536218344
677596676    -7008479742539568368    677596676
88204717    185736137147554192    88204717
544018027    7379811395264921593    544018027
164106143    4064563745358347954    164106143
1152913296    -2423600945885788535    1152913296
-1458687003    -9173019523007827864    -1458687003
-1410783212    4985966326957326590    -1410783212
1792611101    -8491022374157166294    1792611101
-1238442015    3548149695399474497    -1238442015
-66697949    5694495823765995608    -66697949
-1282293167    4303216988295231033    -1282293167
809084760    -3789691336584976973    809084760
-133714867    -6039872197356589475    -133714867
-1446367184    7007805640049434638    -1446367184
1379402728    703565122406875019    1379402728
503610115    5270243079909716804    503610115
1489933887    2535849898167762944    1489933887
992484666    1515619424491289134    992484666
682580391    6084966540739244708    682580391
-398500285    -2614631354067693139    -398500285
-114109073    1964983262133853456    -114109073
1187335675    -5337480778328411839    1187335675
-1404680772    586611647450490611    -1404680772
536936814    -4261245978647179133    536936814
-2094200493    3876225225528659905    -2094200493
-2004024295    1853511192562207706    -2004024295
-533966780    1627394297711577202    -533966780
-630367211    -7006834414459299279    -630367211
2008329684    -3516356488882797999    2008329684
-1396905520    -4128885022233695766    -1396905520
-1628574431    3773450197521307411    -1628574431
40042564    8917945143885011217    40042564
1762371397    2433435285322325546    1762371397
-1631788850    -7097020894611014444    -1631788850
-2107086064    3176505779764069211    -2107086064
43245064    3868880056601472050    43245064
1554127248    6938625987942068877    1554127248
1718246237    1475446638753219059    1718246237
874856441    -160555494525752092    874856441
946354993    -1423826279515010601    946354993
17039026    2943119666298084110    17039026
-564288569    4654665886714301714    -564288569
-819116407    2837518665685086428    -819116407
-2135760040    -8946003815338511882    -2135760040
895823976    2472037225824302612    895823976
1160885749    -3610006573687545102    1160885749
609861886    -2577058851388897147    609861886
-1976970205    8064379864579272890    -1976970205
1484249386    -6286443957540295846    1484249386
826117977    -3664724915965058105    826117977
1546794305    -1164812606284122189    1546794305
1325853127    -2638283927429287678    1325853127
-293306280    1089505616328311409    -293306280
1001920781    5259784053388363195    1001920781
717452857    -4728323686087652527    717452857
-882356274    -3238565205468684576    -882356274
-629529165    -6435334231075075780    -629529165
-1406267332    -1641343600559857814    -1406267332
-1278382499    7775433676292532188    -1278382499
1631631897    7864608856897313306    1631631897
-970973170    8031534345730509426    -970973170
163811520    -8755313317359893915    163811520
1298825099    7560904578491459558    1298825099
1227074088    718260841042213036    1227074088
-2114276540    1031086823429772319    -2114276540
590423564    8489563619448972719    590423564
0    5327890460417788564    0


========NEW SCHEMA=========


blue[INT]    red[BIGINT]    green[INT]
1071877964    4603680801522170153    1071877964
839104809    8795468935186986793    839104809
2047854693    7248584310476665764    2047854693
1791866665    4271383248664261705    1791866665
1687692550    2775681286770369077    1687692550
-1771146332    -1286320214865975314    -1771146332
994508911    -964581976029601418    994508911
338687049    -587085575599175432    338687049
646263660    4431806240361243104    646263660
-1817861579    4856101453192572246    -1817861579
-299494764    4417099809272626813    -299494764
1837262830    -6696839925682249251    1837262830
-224584243    -2672538250061575455    -224584243
-1442651786    -4094778505489323174    -1442651786
-136691513    -4807534037270819750    -136691513
-1918383880    1326150426312344810    -1918383880
1031860299    8372968948752634470    1031860299
2115461600    -5355606097295888504    2115461600
1130649226    8330584019555099236    1130649226
-20107946    -8030852640020879642    -20107946
1028436191    -4614617478500816242    1028436191
-1390150019    5633275421003304833    -1390150019
-1559229551    6922110406233763879    -1559229551
-1475452451    3748353003305300463    -1475452451
-622248801    2733813631186054384    -622248801
208636641    -7705336554471762053    208636641
-953389916    7911241222648844256    -953389916
-228103334    -249159696605963277    -228103334
-1119341245    -7097636562846116589    -1119341245
-1226863526    -1434648499001767745    -1226863526
308768457    -8676558704013842174    308768457
1460962538    -6503154135793562315    1460962538
1949483749    3385793017903221491    1949483749
-1580805530    8616662783728363564    -1580805530
-1246949215    -7104751201779703117    -1246949215
901984136    -8065034379105118513    901984136
1939615239    -6291716916065010301    1939615239
1226875492    -7084482709835719502    1226875492
-1869828590    4961372917926536783    -1869828590
-1140054298    -7278634483234997974    -1140054298
-1074424358    -4877050188370260699    -1074424358
1134979726    -3830866227979756072    1134979726
1311599142    5107523268172689892    1311599142
651644801    5618459733376236167    651644801
1611679421    -6464975173158205901    1611679421
1402548263    937148392565453367    1402548263
872731442    -2535983442591352139    872731442
1724379631    4023495295739186553    1724379631
636515587    -5472459227270386822    636515587
1626811632    392184235575738368    1626811632
-1794038470    3734624138260386074    -1794038470
1944115067    821116307317450456    1944115067
1841979385    -7067505697344987476    1841979385
-127316000    835710728337294600    -127316000
-58012013    3825862773742771021    -58012013
2004163571    -7315835352224632576    2004163571
-1652547290    -6515120605262246441    -1652547290
-1497656045    -513463698036697830    -1497656045
-334030134    7333898398108488246    -334030134
-1888237377    3822794012054001521    -1888237377
-2020168748    -188930805634264294    -2020168748
1047423234    -5775951365210125132    1047423234
-1514133564    -8589354329101145368    -1514133564
-932606667    7692867172073538621    -932606667
788316367    -1809223758011834383    788316367
-1558279437    -8637145990967770783    -1558279437
2006223142    -3583094921751908379    2006223142
359999532    7883368449581626889    359999532
-1654203796    3297495884165996169    -1654203796
-1335614797    -2940317256743841151    -1335614797
-1877787146    -6565071325511205977    -1877787146
1814058703    5574352112741645968    1814058703
-1464904500    -106540929721838522    -1464904500
-1096745597    5523370523303055304    -1096745597
-1649484670    -7186907433141943525    -1649484670
-1227334478    1930597346843971870    -1227334478
1155159649    -1854363695297784769    1155159649
-482269617    2468838402422583228    -482269617
-1694689152    -7784193007311605727    -1694689152
1490975018    6608495093067473173    1490975018
-1135526735    -4052017863360067    -1135526735
-2106569435    5586034981434005050    -2106569435
-891943050    8594082490645433357    -891943050
1664736728    -8854210860728709013    1664736728
1189187930    6654704987465114304    1189187930
24752612    -4369605768339690767    24752612
1308149596    1264704074423122473    1308149596
280623751    -1456370974782771670    280623751
-1505244331    -9068631672806047110    -1505244331
976193075    -3997520581358223387    976193075
218196863    2030594004216824369    218196863
1890660919    -1200399650681617168    1890660919
-590454658    8895158378893059025    -590454658
-1005454667    4291369346430846958    -1005454667
936792999    -9064366656584586539    936792999
1912425849    -520802618099648147    1912425849
-1274156205    5104289142610281441    -1274156205
-1094882438    -4649153839099110090    -1094882438
91312508    -356751754517126086    91312508
0    4867427316414773479    0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
Running org.apache.drill.exec.pop.TestFragmentChecker
=================Building plan fragments for
[/physical_single_exchange.json].  Allowing 1 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destination : ""
}=================Building plan fragments for
[/physical_double_exchange.json].  Allowing 2 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-store",
    @id : 2,
    child : {
      pop : "filter",
      @id : 3,
      child : {
        pop : "random-receiver",
        @id : 4,
        sender-major-fragment : 2,
        providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=", "Cglsb2NhbGhvc3QY0wk=" ]
      },
      expr : " ('b')  > (5) "
    }
  },
  destination : ""
}=========Fragment [2:0]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}=========Fragment [2:1]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
sec - in org.apache.drill.exec.pop.TestFragmentChecker
Running org.apache.drill.exec.pop.TestFragmenter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
sec - in org.apache.drill.exec.pop.TestFragmenter
Running org.apache.drill.exec.pop.TestInjectionValue
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
sec - in org.apache.drill.exec.pop.TestInjectionValue
Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Found 1 errors.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Running org.apache.drill.exec.record.vector.TestValueVector
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
sec - in org.apache.drill.exec.record.vector.TestValueVector
Running org.apache.drill.exec.server.TestBitRpc
connected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
sec - in org.apache.drill.exec.server.TestBitRpc
Running org.apache.drill.exec.store.JSONRecordReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
sec - in org.apache.drill.exec.store.JSONRecordReaderTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 4

[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ java-exec ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Logical Plan Execution Reference Implementation 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
Running org.apache.drill.exec.ref.rops.ConstantROPTest
09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
java.lang.RuntimeException:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
construct instance of org.apache.drill.common.PlanProperties$PlanType
from String value 'apache_drill_logical_plan': value not one of
declared Enum instance names
at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
    at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
    at org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
    at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
    at mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
    at mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
Can not construct instance of
org.apache.drill.common.PlanProperties$PlanType from String value
'apache_drill_logical_plan': value not one of declared Enum instance
names
at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
    at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
    at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
    at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
    at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
    at com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
    at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
    at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
    ... 35 more
09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
Constant [memo=null]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
c2=StringScalar [seq=string 1]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
c2=StringScalar [seq=string 2]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
c2=StringScalar [seq=string 3]]]]
end test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
Running org.apache.drill.exec.ref.rops.JoinROPTest
09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 6 records.
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 7 records.
09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
sec - in org.apache.drill.exec.ref.rops.JoinROPTest
Running org.apache.drill.exec.ref.rops.LimitROPTest
09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
sec - in org.apache.drill.exec.ref.rops.LimitROPTest
Running org.apache.drill.exec.ref.rops.OrderROPTest
09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
sec - in org.apache.drill.exec.ref.rops.OrderROPTest
Running org.apache.drill.exec.ref.rops.UnionROPTest
09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 10 records.
09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.ref.rops.UnionROPTest
Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.665 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.666 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.671 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.674 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.675 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.680 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.683 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.684 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073
sec - in org.apache.drill.exec.ref.rops.WindowFrameROPTest
Running org.apache.drill.exec.ref.RSERegistryTest
09:43:21.690 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.693 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.694 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.695 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
sec - in org.apache.drill.exec.ref.RSERegistryTest

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ref ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building planner 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ planner ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ planner ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ planner ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ planner ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ planner ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sqlparser 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sqlparser ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
sqlparser ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ sqlparser ---
Downloading: http://conjars.org/repo/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ sqlparser ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.jdbc.test.JdbcTest
09:43:27.922 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
< 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:28.444 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.729 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.732 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.786 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.791 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.880 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.885 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.913 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.918 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.920 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.928 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:28.942 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.048 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.049 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.124 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.144 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.148 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.150 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.167 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.170 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.186 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.191 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.235 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"(1
+ 3)","ref":"output.C"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.251 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.254 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.256 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.268 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.270 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.279 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.282 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.287 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.292 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.293 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.294 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.297 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.304 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.305 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.343 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.360 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.363 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.364 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.377 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.379 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.389 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.392 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.433 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.448 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.451 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.452 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.463 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.466 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.475 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.479 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.483 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.487 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.488 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.489 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.492 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.575 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.591 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.594 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.595 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.606 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.608 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.617 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.619 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.622 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.625 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.626 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.627 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.629 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.630 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.635 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.636 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.708 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
> 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.722 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.725 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.726 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.735 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.737 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.742 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.745 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.748 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.750 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.751 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.752 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.754 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.757 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed -1 bytes, 0 records.
09:43:29.758 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=-1, records=0, exception=null]
09:43:29.982 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.donuts.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP.donuts","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.996 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.998 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.999 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.012 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.014 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.027 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.029 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.189 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.202 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.205 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.206 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.214 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.215 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.228 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.230 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.232 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.235 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.235 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.236 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.239 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.243 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 3 records.
09:43:30.244 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=3, exception=null]
09:43:30.304 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.323 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.327 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.328 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.339 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.341 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.348 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.350 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.360 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.361 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.368 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:30.369 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283
sec - in org.apache.drill.jdbc.test.JdbcTest

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sqlparser ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] prototype-parent .................................. SUCCESS [1.510s]
[INFO] common ............................................ SUCCESS [5.874s]
[INFO] contrib-parent .................................... SUCCESS [0.198s]
[INFO] pom ............................................... SUCCESS [0.402s]
[INFO] exec .............................................. SUCCESS [0.191s]
[INFO] java-exec ......................................... SUCCESS [29.448s]
[INFO] Logical Plan Execution Reference Implementation ... SUCCESS [4.844s]
[INFO] planner ........................................... SUCCESS [0.282s]
[INFO] sqlparser ......................................... SUCCESS [8.215s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.426s
[INFO] Finished at: Fri Jul 26 09:43:30 PDT 2013
[INFO] Final Memory: 46M/437M
[INFO] ------------------------------------------------------------------------

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
You can't just run compile.   You have to run install.   Please try to run
the script and give me the output.

Thanks
On Jul 26, 2013 7:09 PM, "Sree V" <sr...@yahoo.com> wrote:

> Hi Jacques,
>
> my cygwin installation is in progress.
>
> In the meanwhile, I setup centos 6.4 (x86_64) machine.
> Still, see ERRORs but different kind.
>
> What are the steps/prerequisites to compile and setup eclipse projects for
> Drill and run ?
> {hope with this exercise would get us to a standard approach.}
>
> $ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
> $ cd incubator-drill/sandbox/prototype
>
> $ java -version
> java version "1.7.0_25"
> Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
> Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
>
> $ mvn --version
> Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27
> 19:15:32-0700)
> Maven home: /usr/apache-maven-3.1.0
> Java version: 1.7.0_25, vendor: Oracle Corporation
> Java home: /usr/java/jdk1.7.0_25/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family:
> "unix"
>
> $ protoc --version
> libprotoc 2.5.0
>
> $ mvn -X compile > mvn.txt
> $ tail -200 mvn.txt
> ...
> ...
> [DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached
> artifact up-to-date.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS
> [31.025s]
> [INFO] common ............................................ SUCCESS
> [31.579s]
> [INFO] contrib-parent .................................... SUCCESS [0.183s]
> [INFO] pom ............................................... SUCCESS [0.105s]
> [INFO] exec .............................................. SUCCESS [0.087s]
> [INFO] java-exec ......................................... FAILURE
> [1:10.433s]
> [INFO] Logical Plan Execution Reference Implementation ... SKIPPED
> [INFO] planner ........................................... SKIPPED
> [INFO] sqlparser ......................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2:15.194s
> [INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
> [INFO] Final Memory: 24M/298M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project java-exec: Could not resolve
> dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo) -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project java-exec: Could not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>     at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>     at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:606)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
>     at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
> Caused by: org.apache.maven.project.DependencyResolutionException: Could
> not resolve dependencies for project
> org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact
> org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (
> http://conjars.org/repo)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
>     at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
>     ... 22 more
> Caused by: org.eclipse.aether.resolution.DependencyResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
>     at
> org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
>     ... 23 more
> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException:
> Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in
> conjars (http://conjars.org/repo)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
>     at
> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
>     at
> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
>     ... 24 more
> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could
> not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars
> (http://conjars.org/repo)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
>     at
> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
>     at
> org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
>     at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>     at java.lang.Thread.run(Thread.java:724)
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :java-exec
>
>
> I do see the same 2.5k compilation errors when i import existing maven
> projects in eclipse.
>
>
> V
>
>
>
> ________________________________
>  From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG
> 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
>  /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]     Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common
> ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
>
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec
> ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
>
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new
> NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> java-exec ---
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation
> 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @
> ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
>
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
> sec - in org.apache.drill.exec.ref.rops.OrderROPTest
> Running org.apache.drill.exec.ref.rops.UnionROPTest
> 09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 10 records.
> 09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.ref.rops.UnionROPTest
> Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
> 09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
>
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
>
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:...

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Hi Jacques,

my cygwin installation is in progress.

In the meanwhile, I setup centos 6.4 (x86_64) machine.
Still, see ERRORs but different kind.

What are the steps/prerequisites to compile and setup eclipse projects for Drill and run ?
{hope with this exercise would get us to a standard approach.}

$ git clone https://git-wip-us.apache.org/repos/asf/incubator-drill.git
$ cd incubator-drill/sandbox/prototype

$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)

$ mvn --version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 19:15:32-0700)
Maven home: /usr/apache-maven-3.1.0
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_25/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-358.el6.x86_64", arch: "amd64", family: "unix"

$ protoc --version
libprotoc 2.5.0

$ mvn -X compile > mvn.txt
$ tail -200 mvn.txt
...
...
[DEBUG] Skipped remote update check for ant:ant:jar:1.6.5, locally cached artifact up-to-date.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] prototype-parent .................................. SUCCESS [31.025s]
[INFO] common ............................................ SUCCESS [31.579s]
[INFO] contrib-parent .................................... SUCCESS [0.183s]
[INFO] pom ............................................... SUCCESS [0.105s]
[INFO] exec .............................................. SUCCESS [0.087s]
[INFO] java-exec ......................................... FAILURE [1:10.433s]
[INFO] Logical Plan Execution Reference Implementation ... SKIPPED
[INFO] planner ........................................... SKIPPED
[INFO] sqlparser ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:15.194s
[INFO] Finished at: Fri Jul 26 17:57:26 PDT 2013
[INFO] Final Memory: 24M/298M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project java-exec: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project java-exec: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:220)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
    at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:257)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:200)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:318)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:153)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.drill.exec:java-exec:jar:1.0-SNAPSHOT: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:198)
    at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
    ... 22 more
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
    at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:192)
    ... 23 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459)
    at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
    ... 24 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.drill:common:jar:tests:1.0-SNAPSHOT in conjars (http://conjars.org/repo)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004)
    at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:724)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :java-exec


I do see the same 2.5k compilation errors when i import existing maven projects in eclipse.


V



________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Friday, July 26, 2013 10:14 AM
Subject: Re: Fwd: git mirror(s) not updating
 

Are you running via bash? Also, I wouldn't suggest using an alpha
version of Maven.

Can you run the following script below.  You will need to be running
via cygwin/bash.  Once completed, please provide the file
/tmp/drill-build.log

For an example, I've also included my output.

Thanks,
Jacques


=========drill-build.sh=========
#!/bin/sh -x

LOG=/tmp/drill-build.log
TARGET=/tmp/drill-build-test/

set -e
echo "=====uname=====" > $LOG 2>&1
uname -a >> $LOG 2>&1
echo -e "\n\n=====java=====" >> $LOG 2>&1
java -version >> $LOG 2>&1
echo -e "\n\n=====protoc====="  >> $LOG 2>&1
protoc --version >> $LOG 2>&1
echo -e "\n\n=====mvn=====" >> $LOG 2>&1
mvn --version >> $LOG 2>&1
mkdir $TARGET >> $LOG 2>&1
echo -e "\n\n=====git clone=====" >> $LOG 2>&1
git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG 2>&1
cd $TARGET/sandbox/prototype
echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
git status >> $LOG 2>&1

set +e
echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
mvn clean install >> $LOG 2>&1
if [ $? != 0 ]; then
  echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
  mvn clean install -X >> $LOG 2>&1
fi
=========end drill-build.sh==========



output of drill-build.log
=============================================


=====uname=====
Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
-e

=====java=====
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
-e

=====protoc=====
libprotoc 2.5.0
-e

=====mvn=====
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
-e

=====git clone=====
Cloning into '/tmp/drill-build-test'...
-e

=====git status=====
# On branch master
nothing to commit (working directory clean)
-e

=====base mvn install=====
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] prototype-parent
[INFO] common
[INFO] contrib-parent
[INFO] pom
[INFO] exec
[INFO] java-exec
[INFO] Logical Plan Execution Reference Implementation
[INFO] planner
[INFO] sqlparser
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building prototype-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prototype-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
prototype-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
prototype-parent ---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
prototype-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building common 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common ---
[INFO]
[INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
[INFO] Protobuf dependency version 2.5.0
[INFO] 'protoc' executable version 2.5.0
[INFO] Input directories:
[INFO]     /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
(using default)
[INFO] Output directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
does not exist. Creating...
[INFO] Cleaning
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] Directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
[INFO]     Processing Types.proto
[INFO] Adding generated classes to classpath
[INFO]
[INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
[INFO] ANTLR: Processing source directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
ANTLR Parser Generator  Version 3.4
org/apache/drill/common/expression/parser/ExprLexer.g
org/apache/drill/common/expression/parser/ExprParser.g
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 112 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
[WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building contrib-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
contrib-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
contrib-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
contrib-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pom 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
storage-hbase ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
storage-hbase ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
storage-hbase ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
exec-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ exec-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
exec-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building java-exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
@ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 307 resources
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
java-exec ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO] Executed tasks
[INFO] Registering compile source root
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO]
[INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec ---
- Executing: FixedValueVectors.java
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
- Executing: NullableValueVectors.java
- Executing: RepeatedValueVectors.java
- Executing: TypeHelper.java
- Executing: VariableLengthVectors.java
[INFO] Done
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 403 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Some input files use unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.client.DrillClientSystemTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
sec - in org.apache.drill.exec.client.DrillClientSystemTest
Running org.apache.drill.exec.compile.TestClassCompilationTypes
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
Running org.apache.drill.exec.compile.TestClassTransformation
09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback.groovy]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback-test.xml]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Found resource [logback.xml] at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs multiple times on the classpath.
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
09:42:58,234 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug
attribute not set
09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [SOCKET]
09:42:58,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Waiting 1s to establish connections.
09:42:59,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Started de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[ch.qos.logback.core.ConsoleAppender]
09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [STDOUT]
09:42:59,307 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
[encoder] property
09:42:59,372 |-INFO in
ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
of logger [org.apache.drill] to false
09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- org.apache.drill level set to DEBUG
09:42:59,372 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [SOCKET] to Logger[org.apache.drill]
09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- ROOT level set to ERROR
09:42:59,373 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [STDOUT] to Logger[ROOT]
09:42:59,373 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - End of
configuration.
09:42:59,374 |-INFO in
ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
current configuration as safe fallback point

Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856979390'.
Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856980250'.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
sec - in org.apache.drill.exec.compile.TestClassTransformation
Running org.apache.drill.exec.expr.ExpressionTest

package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.BooleanHolder;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen1
    implements ProjectEvaluator
{

    BigIntVector vv4;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj5 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv4 = ((BigIntVector) obj5);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                BooleanHolder out1 = new BooleanHolder();
                out1 .value = 1;
                LongHolder out2 = new LongHolder();
                out2 .value = 1L;
                LongHolder out3 = new LongHolder();
                out3 .value = 0L;
                {
                    if (out1 .value) {
                        out0 .value = out2 .value;
                    } else {
                        out0 .value = out3 .value;
                    }
                }
                vv4 .getMutator().set((outIndex), out0 .value);
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.expr.holders.NullableLongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.NullableBigIntVector;

public class Gen2
    implements ProjectEvaluator
{

    NullableBigIntVector vv1;
    NullableBigIntVector vv5;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj2 = (outgoing).getValueVectorById(0,
NullableBigIntVector.class);
                vv1 = ((NullableBigIntVector) obj2);
                Object obj6 = (outgoing).getValueVectorById(-1,
NullableBigIntVector.class);
                vv5 = ((NullableBigIntVector) obj6);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                NullableLongHolder out3 = new NullableLongHolder();
                out3 .isSet = vv1 .isSet((inIndex));
                if (out3 .isSet) {
                    out3 .value = vv1 .getAccessor().get((inIndex));
                }
                NullableLongHolder out4;
                {
                    final NullableLongHolder out = new NullableLongHolder();
                    final LongHolder left = out0;
                    final NullableLongHolder right = out3;
                        out.value = left.value + right.value;

                    out4 = out;
                }
                if (!(out4 .isSet == 0)) {
                    vv5 .getMutator().set((outIndex), out4 .value);
                }
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen3
    implements ProjectEvaluator
{

    BigIntVector vv3;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj4 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv3 = ((BigIntVector) obj4);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                LongHolder out1 = new LongHolder();
                out1 .value = 1L;
                LongHolder out2 = new LongHolder();
                {
                    final LongHolder out = new LongHolder();
                    final LongHolder left = out0;
                    final LongHolder right = out1;
                        out.value = left.value + right.value;

                    out2 = out;
                }
                vv3 .getMutator().set((outIndex), out2 .value);
            }
        }
    }

}

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
sec - in org.apache.drill.exec.expr.ExpressionTest
Running org.apache.drill.exec.opt.BasicOptimizerTest
{
  head : {
    type : "APACHE_DRILL_LOGICAL",
    version : 1,
    generator : {
      type : "manual",
      info : "na"
    }
  },
  storage : null,
  query : [ {
    op : "scan",
    @id : 1,
    memo : "initial_scan",
    storageengine : "local-logs",
    selection : [ {
      records : 100,
      types : [ {
        name : "superhero_name",
        type : "VARCHAR2",
        mode : "REQUIRED",
        width : 100,
        precision : 1,
        scale : 2
      } ]
    } ],
    ref : null
  }, {
    op : "store",
    @id : 2,
    memo : "output sink",
    input : 1,
    target : {
      file : "console:///stdout"
    },
    partition : null,
    storageEngine : null
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
sec - in org.apache.drill.exec.opt.BasicOptimizerTest
Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
{
  head : {
    type : "APACHE_DRILL_PHYSICAL",
    version : 1,
    generator : {
      type : "manual"
    }
  },
  graph : [ {
    pop : "mock-scan",
    @id : 1,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  }, {
    pop : "filter",
    @id : 2,
    child : 1,
    expr : " ('b')  > (5) "
  }, {
    pop : "mock-store",
    @id : 3,
    child : 2
  }, {
    pop : "screen",
    @id : 4,
    child : 3
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
100
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Screen [endpoint=address: "10.37.129.2"
user_port: 31010
bit_port: 31011
, getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun


========NEW SCHEMA=========


blue[INT]    red[BIGINT]    green[INT]
1231175516    5287858580986119131    1231175516
-164772901    8799846913188660802    -164772901
2048874020    -7121805536862732989    2048874020
-630356414    6507368162334453519    -630356414
-1658174568    3916117835176324657    -1658174568
-538772157    7933680465857726639    -538772157
1515114717    -6476085228813953905    1515114717
-1163809009    -2510449763629423764    -1163809009
911792236    7590803397675079103    911792236
809610801    -1110584301807294467    809610801
1847203929    1091682576463935182    1847203929
1760020655    -7370560407846032172    1760020655
-1507831093    -1896581599882140696    -1507831093
-781986673    -7590657655126045516    -781986673
-584509635    -7501334069695153395    -584509635
-1402494100    7054544897973375621    -1402494100
1767371640    -2303040250317681148    1767371640
-297773633    378836375411953259    -297773633
-258578058    704830518410612624    -258578058
765896701    -6265012970101069804    765896701
254177156    7699206056298078177    254177156
-241322290    -286465506652601775    -241322290
-1716092324    3474992588053261389    -1716092324
650603732    -6212099751908211736    650603732
-441582315    2162988975349732927    -441582315
1534829544    4262689182934063527    1534829544
-1767337708    -1711545687340821137    -1767337708
1721552052    5099567896389371324    1721552052
-1746540440    2306126058349201747    -1746540440
1246296845    -8607218803653455804    1246296845
1642514229    -2707406553707401772    1642514229
1203720837    -5999663521335481055    1203720837
-536218344    171981504590358341    -536218344
677596676    -7008479742539568368    677596676
88204717    185736137147554192    88204717
544018027    7379811395264921593    544018027
164106143    4064563745358347954    164106143
1152913296    -2423600945885788535    1152913296
-1458687003    -9173019523007827864    -1458687003
-1410783212    4985966326957326590    -1410783212
1792611101    -8491022374157166294    1792611101
-1238442015    3548149695399474497    -1238442015
-66697949    5694495823765995608    -66697949
-1282293167    4303216988295231033    -1282293167
809084760    -3789691336584976973    809084760
-133714867    -6039872197356589475    -133714867
-1446367184    7007805640049434638    -1446367184
1379402728    703565122406875019    1379402728
503610115    5270243079909716804    503610115
1489933887    2535849898167762944    1489933887
992484666    1515619424491289134    992484666
682580391    6084966540739244708    682580391
-398500285    -2614631354067693139    -398500285
-114109073    1964983262133853456    -114109073
1187335675    -5337480778328411839    1187335675
-1404680772    586611647450490611    -1404680772
536936814    -4261245978647179133    536936814
-2094200493    3876225225528659905    -2094200493
-2004024295    1853511192562207706    -2004024295
-533966780    1627394297711577202    -533966780
-630367211    -7006834414459299279    -630367211
2008329684    -3516356488882797999    2008329684
-1396905520    -4128885022233695766    -1396905520
-1628574431    3773450197521307411    -1628574431
40042564    8917945143885011217    40042564
1762371397    2433435285322325546    1762371397
-1631788850    -7097020894611014444    -1631788850
-2107086064    3176505779764069211    -2107086064
43245064    3868880056601472050    43245064
1554127248    6938625987942068877    1554127248
1718246237    1475446638753219059    1718246237
874856441    -160555494525752092    874856441
946354993    -1423826279515010601    946354993
17039026    2943119666298084110    17039026
-564288569    4654665886714301714    -564288569
-819116407    2837518665685086428    -819116407
-2135760040    -8946003815338511882    -2135760040
895823976    2472037225824302612    895823976
1160885749    -3610006573687545102    1160885749
609861886    -2577058851388897147    609861886
-1976970205    8064379864579272890    -1976970205
1484249386    -6286443957540295846    1484249386
826117977    -3664724915965058105    826117977
1546794305    -1164812606284122189    1546794305
1325853127    -2638283927429287678    1325853127
-293306280    1089505616328311409    -293306280
1001920781    5259784053388363195    1001920781
717452857    -4728323686087652527    717452857
-882356274    -3238565205468684576    -882356274
-629529165    -6435334231075075780    -629529165
-1406267332    -1641343600559857814    -1406267332
-1278382499    7775433676292532188    -1278382499
1631631897    7864608856897313306    1631631897
-970973170    8031534345730509426    -970973170
163811520    -8755313317359893915    163811520
1298825099    7560904578491459558    1298825099
1227074088    718260841042213036    1227074088
-2114276540    1031086823429772319    -2114276540
590423564    8489563619448972719    590423564
0    5327890460417788564    0


========NEW SCHEMA=========


blue[INT]    red[BIGINT]    green[INT]
1071877964    4603680801522170153    1071877964
839104809    8795468935186986793    839104809
2047854693    7248584310476665764    2047854693
1791866665    4271383248664261705    1791866665
1687692550    2775681286770369077    1687692550
-1771146332    -1286320214865975314    -1771146332
994508911    -964581976029601418    994508911
338687049    -587085575599175432    338687049
646263660    4431806240361243104    646263660
-1817861579    4856101453192572246    -1817861579
-299494764    4417099809272626813    -299494764
1837262830    -6696839925682249251    1837262830
-224584243    -2672538250061575455    -224584243
-1442651786    -4094778505489323174    -1442651786
-136691513    -4807534037270819750    -136691513
-1918383880    1326150426312344810    -1918383880
1031860299    8372968948752634470    1031860299
2115461600    -5355606097295888504    2115461600
1130649226    8330584019555099236    1130649226
-20107946    -8030852640020879642    -20107946
1028436191    -4614617478500816242    1028436191
-1390150019    5633275421003304833    -1390150019
-1559229551    6922110406233763879    -1559229551
-1475452451    3748353003305300463    -1475452451
-622248801    2733813631186054384    -622248801
208636641    -7705336554471762053    208636641
-953389916    7911241222648844256    -953389916
-228103334    -249159696605963277    -228103334
-1119341245    -7097636562846116589    -1119341245
-1226863526    -1434648499001767745    -1226863526
308768457    -8676558704013842174    308768457
1460962538    -6503154135793562315    1460962538
1949483749    3385793017903221491    1949483749
-1580805530    8616662783728363564    -1580805530
-1246949215    -7104751201779703117    -1246949215
901984136    -8065034379105118513    901984136
1939615239    -6291716916065010301    1939615239
1226875492    -7084482709835719502    1226875492
-1869828590    4961372917926536783    -1869828590
-1140054298    -7278634483234997974    -1140054298
-1074424358    -4877050188370260699    -1074424358
1134979726    -3830866227979756072    1134979726
1311599142    5107523268172689892    1311599142
651644801    5618459733376236167    651644801
1611679421    -6464975173158205901    1611679421
1402548263    937148392565453367    1402548263
872731442    -2535983442591352139    872731442
1724379631    4023495295739186553    1724379631
636515587    -5472459227270386822    636515587
1626811632    392184235575738368    1626811632
-1794038470    3734624138260386074    -1794038470
1944115067    821116307317450456    1944115067
1841979385    -7067505697344987476    1841979385
-127316000    835710728337294600    -127316000
-58012013    3825862773742771021    -58012013
2004163571    -7315835352224632576    2004163571
-1652547290    -6515120605262246441    -1652547290
-1497656045    -513463698036697830    -1497656045
-334030134    7333898398108488246    -334030134
-1888237377    3822794012054001521    -1888237377
-2020168748    -188930805634264294    -2020168748
1047423234    -5775951365210125132    1047423234
-1514133564    -8589354329101145368    -1514133564
-932606667    7692867172073538621    -932606667
788316367    -1809223758011834383    788316367
-1558279437    -8637145990967770783    -1558279437
2006223142    -3583094921751908379    2006223142
359999532    7883368449581626889    359999532
-1654203796    3297495884165996169    -1654203796
-1335614797    -2940317256743841151    -1335614797
-1877787146    -6565071325511205977    -1877787146
1814058703    5574352112741645968    1814058703
-1464904500    -106540929721838522    -1464904500
-1096745597    5523370523303055304    -1096745597
-1649484670    -7186907433141943525    -1649484670
-1227334478    1930597346843971870    -1227334478
1155159649    -1854363695297784769    1155159649
-482269617    2468838402422583228    -482269617
-1694689152    -7784193007311605727    -1694689152
1490975018    6608495093067473173    1490975018
-1135526735    -4052017863360067    -1135526735
-2106569435    5586034981434005050    -2106569435
-891943050    8594082490645433357    -891943050
1664736728    -8854210860728709013    1664736728
1189187930    6654704987465114304    1189187930
24752612    -4369605768339690767    24752612
1308149596    1264704074423122473    1308149596
280623751    -1456370974782771670    280623751
-1505244331    -9068631672806047110    -1505244331
976193075    -3997520581358223387    976193075
218196863    2030594004216824369    218196863
1890660919    -1200399650681617168    1890660919
-590454658    8895158378893059025    -590454658
-1005454667    4291369346430846958    -1005454667
936792999    -9064366656584586539    936792999
1912425849    -520802618099648147    1912425849
-1274156205    5104289142610281441    -1274156205
-1094882438    -4649153839099110090    -1094882438
91312508    -356751754517126086    91312508
0    4867427316414773479    0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
Running org.apache.drill.exec.pop.TestFragmentChecker
=================Building plan fragments for
[/physical_single_exchange.json].  Allowing 1 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destination : ""
}=================Building plan fragments for
[/physical_double_exchange.json].  Allowing 2 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-store",
    @id : 2,
    child : {
      pop : "filter",
      @id : 3,
      child : {
        pop : "random-receiver",
        @id : 4,
        sender-major-fragment : 2,
        providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=", "Cglsb2NhbGhvc3QY0wk=" ]
      },
      expr : " ('b')  > (5) "
    }
  },
  destination : ""
}=========Fragment [2:0]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}=========Fragment [2:1]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
sec - in org.apache.drill.exec.pop.TestFragmentChecker
Running org.apache.drill.exec.pop.TestFragmenter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
sec - in org.apache.drill.exec.pop.TestFragmenter
Running org.apache.drill.exec.pop.TestInjectionValue
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
sec - in org.apache.drill.exec.pop.TestInjectionValue
Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Found 1 errors.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Running org.apache.drill.exec.record.vector.TestValueVector
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
sec - in org.apache.drill.exec.record.vector.TestValueVector
Running org.apache.drill.exec.server.TestBitRpc
connected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
sec - in org.apache.drill.exec.server.TestBitRpc
Running org.apache.drill.exec.store.JSONRecordReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
sec - in org.apache.drill.exec.store.JSONRecordReaderTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 4

[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ java-exec ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Logical Plan Execution Reference Implementation 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
Running org.apache.drill.exec.ref.rops.ConstantROPTest
09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
java.lang.RuntimeException:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
construct instance of org.apache.drill.common.PlanProperties$PlanType
from String value 'apache_drill_logical_plan': value not one of
declared Enum instance names
at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
    at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
    at org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
    at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
    at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
    at mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
    at mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
    at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
Can not construct instance of
org.apache.drill.common.PlanProperties$PlanType from String value
'apache_drill_logical_plan': value not one of declared Enum instance
names
at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
    at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
    at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
    at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
    at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
    at com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
    at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
    at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
    at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
    at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
    at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
    ... 35 more
09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
Constant [memo=null]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
c2=StringScalar [seq=string 1]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
c2=StringScalar [seq=string 2]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
c2=StringScalar [seq=string 3]]]]
end test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
Running org.apache.drill.exec.ref.rops.JoinROPTest
09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 6 records.
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 7 records.
09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
sec - in org.apache.drill.exec.ref.rops.JoinROPTest
Running org.apache.drill.exec.ref.rops.LimitROPTest
09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
sec - in org.apache.drill.exec.ref.rops.LimitROPTest
Running org.apache.drill.exec.ref.rops.OrderROPTest
09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
sec - in org.apache.drill.exec.ref.rops.OrderROPTest
Running org.apache.drill.exec.ref.rops.UnionROPTest
09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 10 records.
09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.ref.rops.UnionROPTest
Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.665 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.666 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.671 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.674 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.675 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.680 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.683 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.684 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073
sec - in org.apache.drill.exec.ref.rops.WindowFrameROPTest
Running org.apache.drill.exec.ref.RSERegistryTest
09:43:21.690 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.693 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.694 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.695 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
sec - in org.apache.drill.exec.ref.RSERegistryTest

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ref ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building planner 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ planner ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ planner ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ planner ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ planner ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ planner ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sqlparser 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sqlparser ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
sqlparser ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ sqlparser ---
Downloading: http://conjars.org/repo/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ sqlparser ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.drill.jdbc.test.JdbcTest
09:43:27.922 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
< 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:28.444 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.729 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.732 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.786 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.791 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.880 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.885 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.913 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.918 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.920 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.928 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:28.942 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.048 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.049 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.124 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.144 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.148 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.150 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.167 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.170 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.186 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.191 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.235 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"(1
+ 3)","ref":"output.C"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.251 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.254 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.256 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.268 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.270 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.279 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.282 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.287 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.292 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.293 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.294 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.297 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.304 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.305 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.343 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.360 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.363 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.364 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.377 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.379 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.389 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.392 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.433 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.448 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.451 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.452 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.463 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.466 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.475 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.479 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.483 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.487 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.488 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.489 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.492 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.575 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.591 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.594 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.595 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.606 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.608 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.617 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.619 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.622 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.625 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.626 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.627 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.629 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.630 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.635 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.636 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.708 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
> 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.722 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.725 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.726 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.735 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.737 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.742 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.745 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.748 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.750 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.751 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.752 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.754 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.757 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed -1 bytes, 0 records.
09:43:29.758 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=-1, records=0, exception=null]
09:43:29.982 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.donuts.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP.donuts","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.996 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.998 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.999 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.012 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.014 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.027 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.029 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.189 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.202 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.205 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.206 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.214 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.215 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.228 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.230 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.232 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.235 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.235 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.236 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.239 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.243 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 3 records.
09:43:30.244 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=3, exception=null]
09:43:30.304 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.323 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.327 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.328 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.339 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.341 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.348 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.350 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.360 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.361 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.368 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:30.369 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283
sec - in org.apache.drill.jdbc.test.JdbcTest

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sqlparser ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] prototype-parent .................................. SUCCESS [1.510s]
[INFO] common ............................................ SUCCESS [5.874s]
[INFO] contrib-parent .................................... SUCCESS [0.198s]
[INFO] pom ............................................... SUCCESS [0.402s]
[INFO] exec .............................................. SUCCESS [0.191s]
[INFO] java-exec ......................................... SUCCESS [29.448s]
[INFO] Logical Plan Execution Reference Implementation ... SUCCESS [4.844s]
[INFO] planner ........................................... SUCCESS [0.282s]
[INFO] sqlparser ......................................... SUCCESS [8.215s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.426s
[INFO] Finished at: Fri Jul 26 09:43:30 PDT 2013
[INFO] Final Memory: 46M/437M
[INFO] ------------------------------------------------------------------------

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Hi J,

1.
Finding the bug as low priority. Thank you for the pointer.

2. Successful mvn install, still didn't add the 'generated-sources' to the classpath.
Will look into it, later, as low priority.

V


________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: Sree V <sr...@yahoo.com> 
Cc: "drill-dev@incubator.apache.org" <dr...@incubator.apache.org> 
Sent: Saturday, July 27, 2013 8:56 AM
Subject: Re: Fwd: git mirror(s) not updating
 

Looks like there is a bug inside of the class transformation stuff
when running on Windows.

org.apache.drill.exec.compile.ClassTransformer.getImplementationClass(ClassTransformer.java:119)

Can you try to figure out what the bug is?

For the eclipse errors, I've found that I need to have a successful
mvn install before I even import.  As such, you may need to either
delete all project settings and configurations for the eclipse stuff
(including all .settings, .classpath, etc files) in each of the module
directories and then try to reimport.  If that doesn't work, you may
need to tell eclipse manually where generated sources are.

J



On Fri, Jul 26, 2013 at 7:43 PM, Sree V <sr...@yahoo.com> wrote:
> Hi J,
>
> Please find here attached the drill-build.log
> This is run from cygwin 64 bash shell.
>
> -bash-4.1$ pwd
> /home/svaddi
> -bash-4.1$ ls -l
> total 4
> -rwxr-xr-x 1 svaddi Domain Users 820 Jul 26 19:34 drill-build.sh
> -bash-4.1$ ./drill-build.sh
>
>
> V
>
>
> ________________________________
> From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prototype-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]    Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ common
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ exec-parent
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ java-exec
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ref
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
> sec - in org.apache.drill.exec.ref.rops.OrderROPTest
> Running org.apache.drill.exec.ref.rops.UnionROPTest
> 09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 10 records.
> 09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.ref.rops.UnionROPTest
> Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
> 09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.665 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.666 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.671 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.674 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.675 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.680 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.683 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.684 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073
> sec - in org.apache.drill.exec.ref.rops.WindowFrameROPTest
> Running org.apache.drill.exec.ref.RSERegistryTest
> 09:43:21.690 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.693 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.694 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.695 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
> sec - in org.apache.drill.exec.ref.RSERegistryTest
>
> Results :
>
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ref ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ref ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ref ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building planner 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ planner ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ planner
> ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ planner ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> planner ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/planner/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ planner ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ planner ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/planner/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ planner ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ planner ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ planner ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ planner ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ planner
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building sqlparser 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sqlparser ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> sqlparser ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ sqlparser
> ---
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom
>
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom
>
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom
>
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> sqlparser ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ sqlparser
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 17 source files to
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ sqlparser ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ sqlparser ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ sqlparser ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.jdbc.test.JdbcTest
> 09:43:27.922 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
> < 4)"},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:28.444 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:28.729 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:28.732 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:28.786 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.791 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.880 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.885 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.913 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:28.918 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:28.920 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:28.928 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:28.942 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:29.048 [pool-1-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.049 [pool-1-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.124 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.144 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.148 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.150 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.167 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.170 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.186 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.191 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.235 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"(1
> +
> 3)","ref":"output.C"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.251 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.254 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.256 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.268 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.270 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.279 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.282 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.287 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.292 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.293 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.294 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.297 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.304 [pool-2-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.305 [pool-2-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.343 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.360 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.363 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.364 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.377 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.379 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.389 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.392 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.433 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.448 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.451 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.452 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.463 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.466 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.475 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.479 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.483 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.487 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.488 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.489 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.492 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.498 [pool-3-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.498 [pool-3-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.575 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.591 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.594 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.595 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.606 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.608 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.617 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.619 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.622 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.625 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.626 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.627 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.629 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.630 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.635 [pool-4-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.636 [pool-4-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.708 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
>> 4)"},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.722 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.725 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.726 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.735 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.737 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.742 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.745 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.748 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.750 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.751 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.752 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.754 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:29.757 [pool-5-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed -1 bytes, 0 records.
> 09:43:29.758 [pool-5-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=-1, records=0, exception=null]
> 09:43:29.982 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.donuts.ppu
>>
>> 0.6)"},{"op":"project","projections":[{"expr":"_MAP.donuts","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.996 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.998 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.999 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.012 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.014 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.027 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.029 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.189 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.ppu
>>
>> 0.6)"},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:30.202 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.205 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.206 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.214 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.215 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.228 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.230 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.232 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.235 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.235 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.236 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.239 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.243 [pool-6-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 3 records.
> 09:43:30.244 [pool-6-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=3, exception=null]
> 09:43:30.304 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:30.323 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.327 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.328 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.339 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.341 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.348 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.350 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.360 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:30.361 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.368 [pool-7-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:30.369 [pool-7-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283
> sec - in org.apache.drill.jdbc.test.JdbcTest
>
> Results :
>
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ sqlparser ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ sqlparser ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sqlparser
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT-tests.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [1.510s]
> [INFO] common ............................................ SUCCESS [5.874s]
> [INFO] contrib-parent .................................... SUCCESS [0.198s]
> [INFO] pom ............................................... SUCCESS [0.402s]
> [INFO] exec .............................................. SUCCESS [0.191s]
> [INFO] java-exec ......................................... SUCCESS [29.448s]
> [INFO] Logical Plan Execution Reference Implementation ... SUCCESS [4.844s]
> [INFO] planner ........................................... SUCCESS [0.282s]
> [INFO] sqlparser ......................................... SUCCESS [8.215s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 51.426s
> [INFO] Finished at: Fri Jul 26 09:43:30 PDT 2013
> [INFO] Final Memory: 46M/437M
> [INFO]
> ------------------------------------------------------------------------
>

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
Looks like there is a bug inside of the class transformation stuff
when running on Windows.

org.apache.drill.exec.compile.ClassTransformer.getImplementationClass(ClassTransformer.java:119)

Can you try to figure out what the bug is?

For the eclipse errors, I've found that I need to have a successful
mvn install before I even import.  As such, you may need to either
delete all project settings and configurations for the eclipse stuff
(including all .settings, .classpath, etc files) in each of the module
directories and then try to reimport.  If that doesn't work, you may
need to tell eclipse manually where generated sources are.

J



On Fri, Jul 26, 2013 at 7:43 PM, Sree V <sr...@yahoo.com> wrote:
> Hi J,
>
> Please find here attached the drill-build.log
> This is run from cygwin 64 bash shell.
>
> -bash-4.1$ pwd
> /home/svaddi
> -bash-4.1$ ls -l
> total 4
> -rwxr-xr-x 1 svaddi Domain Users 820 Jul 26 19:34 drill-build.sh
> -bash-4.1$ ./drill-build.sh
>
>
> V
>
>
> ________________________________
> From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 10:14 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
> Are you running via bash? Also, I wouldn't suggest using an alpha
> version of Maven.
>
> Can you run the following script below.  You will need to be running
> via cygwin/bash.  Once completed, please provide the file
> /tmp/drill-build.log
>
> For an example, I've also included my output.
>
> Thanks,
> Jacques
>
>
> =========drill-build.sh=========
> #!/bin/sh -x
>
> LOG=/tmp/drill-build.log
> TARGET=/tmp/drill-build-test/
>
> set -e
> echo "=====uname=====" > $LOG 2>&1
> uname -a >> $LOG 2>&1
> echo -e "\n\n=====java=====" >> $LOG 2>&1
> java -version >> $LOG 2>&1
> echo -e "\n\n=====protoc====="  >> $LOG 2>&1
> protoc --version >> $LOG 2>&1
> echo -e "\n\n=====mvn=====" >> $LOG 2>&1
> mvn --version >> $LOG 2>&1
> mkdir $TARGET >> $LOG 2>&1
> echo -e "\n\n=====git clone=====" >> $LOG 2>&1
> git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG 2>&1
> cd $TARGET/sandbox/prototype
> echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
> git status >> $LOG 2>&1
>
> set +e
> echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
> mvn clean install >> $LOG 2>&1
> if [ $? != 0 ]; then
>   echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
>   mvn clean install -X >> $LOG 2>&1
> fi
> =========end drill-build.sh==========
>
>
>
> output of drill-build.log
> =============================================
>
>
> =====uname=====
> Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
> 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
> -e
>
> =====java=====
> java version "1.7.0_09"
> Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
> Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
> -e
>
> =====protoc=====
> libprotoc 2.5.0
> -e
>
> =====mvn=====
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
> -e
>
> =====git clone=====
> Cloning into '/tmp/drill-build-test'...
> -e
>
> =====git status=====
> # On branch master
> nothing to commit (working directory clean)
> -e
>
> =====base mvn install=====
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] prototype-parent
> [INFO] common
> [INFO] contrib-parent
> [INFO] pom
> [INFO] exec
> [INFO] java-exec
> [INFO] Logical Plan Execution Reference Implementation
> [INFO] planner
> [INFO] sqlparser
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building prototype-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prototype-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> prototype-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> prototype-parent ---
> [INFO] Setting property: classpath.resource.loader.class =>
> 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> [INFO] Setting property: velocimacro.messages.on => 'false'.
> [INFO] Setting property: resource.loader => 'classpath'.
> [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> prototype-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building common 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common
> ---
> [INFO]
> [INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
> [INFO] Protobuf dependency version 2.5.0
> [INFO] 'protoc' executable version 2.5.0
> [INFO] Input directories:
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> (using default)
> [INFO] Output directory:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO]
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> does not exist. Creating...
> [INFO] Cleaning
> /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
> [INFO] Directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
> [INFO]    Processing Types.proto
> [INFO] Adding generated classes to classpath
> [INFO]
> [INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
> [INFO] ANTLR: Processing source directory
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
> ANTLR Parser Generator  Version 3.4
> org/apache/drill/common/expression/parser/ExprLexer.g
> org/apache/drill/common/expression/parser/ExprParser.g
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ common
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 112 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ common ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 8 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ common ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to
> /private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
>
> Results :
>
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
> [WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
> already attached to project, ignoring duplicate
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building contrib-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> contrib-parent ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> contrib-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building pom 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @
> storage-hbase ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
> storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ storage-hbase ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ storage-hbase ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> storage-hbase ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> exec-parent ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ exec-parent
> ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @
> exec-parent ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building java-exec 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
> @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 307 resources
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> java-exec ---
> [INFO]
> [INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
>
> main:
>     [mkdir] Created dir:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
> [INFO]
> [INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec ---
> - Executing: FixedValueVectors.java
> log4j:WARN No appenders could be found for logger (freemarker.cache).
> log4j:WARN Please initialize the log4j system properly.
> - Executing: NullableValueVectors.java
> - Executing: RepeatedValueVectors.java
> - Executing: TypeHelper.java
> - Executing: VariableLengthVectors.java
> [INFO] Done
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 403 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
> Recompile with -Xlint:deprecation for details.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Some input files use unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ java-exec ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ java-exec ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 119 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
> sun.misc.Unsafe is internal proprietary API and may be removed in a
> future release
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.client.DrillClientSystemTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
> sec - in org.apache.drill.exec.client.DrillClientSystemTest
> Running org.apache.drill.exec.compile.TestClassCompilationTypes
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
> sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
> Running org.apache.drill.exec.compile.TestClassTransformation
> 09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
> 09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
> 09:42:58,234 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug
> attribute not set
> 09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
> 09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [SOCKET]
> 09:42:58,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Waiting 1s to establish connections.
> 09:42:59,298 |-INFO in
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> - Started
> de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
> 09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - About to instantiate appender of type
> [ch.qos.logback.core.ConsoleAppender]
> 09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
> - Naming appender as [STDOUT]
> 09:42:59,307 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
> default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
> [encoder] property
> 09:42:59,372 |-INFO in
> ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
> of logger [org.apache.drill] to false
> 09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - org.apache.drill level set to DEBUG
> 09:42:59,372 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [SOCKET] to Logger[org.apache.drill]
> 09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
> - ROOT level set to ERROR
> 09:42:59,373 |-INFO in
> ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
> appender named [STDOUT] to Logger[ROOT]
> 09:42:59,373 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 09:42:59,374 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
> current configuration as safe fallback point
>
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856979390'.
> Generated a new class
> org.apache.drill.generated.GenExampleExternalInterface0 that provides
> the following getData response 'hello world, the time is now
> 1374856980250'.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
> sec - in org.apache.drill.exec.compile.TestClassTransformation
> Running org.apache.drill.exec.expr.ExpressionTest
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.BooleanHolder;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen1
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv4;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj5 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv4 = ((BigIntVector) obj5);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 BooleanHolder out1 = new BooleanHolder();
>                 out1 .value = 1;
>                 LongHolder out2 = new LongHolder();
>                 out2 .value = 1L;
>                 LongHolder out3 = new LongHolder();
>                 out3 .value = 0L;
>                 {
>                     if (out1 .value) {
>                         out0 .value = out2 .value;
>                     } else {
>                         out0 .value = out3 .value;
>                     }
>                 }
>                 vv4 .getMutator().set((outIndex), out0 .value);
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.expr.holders.NullableLongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.NullableBigIntVector;
>
> public class Gen2
>     implements ProjectEvaluator
> {
>
>     NullableBigIntVector vv1;
>     NullableBigIntVector vv5;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj2 = (outgoing).getValueVectorById(0,
> NullableBigIntVector.class);
>                 vv1 = ((NullableBigIntVector) obj2);
>                 Object obj6 = (outgoing).getValueVectorById(-1,
> NullableBigIntVector.class);
>                 vv5 = ((NullableBigIntVector) obj6);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 NullableLongHolder out3 = new NullableLongHolder();
>                 out3 .isSet = vv1 .isSet((inIndex));
>                 if (out3 .isSet) {
>                     out3 .value = vv1 .getAccessor().get((inIndex));
>                 }
>                 NullableLongHolder out4;
>                 {
>                     final NullableLongHolder out = new NullableLongHolder();
>                     final LongHolder left = out0;
>                     final NullableLongHolder right = out3;
>                         out.value = left.value + right.value;
>
>                     out4 = out;
>                 }
>                 if (!(out4 .isSet == 0)) {
>                     vv5 .getMutator().set((outIndex), out4 .value);
>                 }
>             }
>         }
>     }
>
> }
>
>
> package org.apache.drill.exec.test.generated;
>
> import org.apache.drill.exec.exception.SchemaChangeException;
> import org.apache.drill.exec.expr.holders.LongHolder;
> import org.apache.drill.exec.ops.FragmentContext;
> import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
> import org.apache.drill.exec.record.RecordBatch;
> import org.apache.drill.exec.vector.BigIntVector;
>
> public class Gen3
>     implements ProjectEvaluator
> {
>
>     BigIntVector vv3;
>
>     public void doSetup(FragmentContext context, RecordBatch incoming,
> RecordBatch outgoing)
>         throws SchemaChangeException
>     {
>         {
>             {
>                 Object obj4 = (outgoing).getValueVectorById(-1,
> BigIntVector.class);
>                 vv3 = ((BigIntVector) obj4);
>             }
>         }
>     }
>
>     public void doEval(int inIndex, int outIndex) {
>         {
>             {
>                 LongHolder out0 = new LongHolder();
>                 out0 .value = 1L;
>                 LongHolder out1 = new LongHolder();
>                 out1 .value = 1L;
>                 LongHolder out2 = new LongHolder();
>                 {
>                     final LongHolder out = new LongHolder();
>                     final LongHolder left = out0;
>                     final LongHolder right = out1;
>                         out.value = left.value + right.value;
>
>                     out2 = out;
>                 }
>                 vv3 .getMutator().set((outIndex), out2 .value);
>             }
>         }
>     }
>
> }
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
> sec - in org.apache.drill.exec.expr.ExpressionTest
> Running org.apache.drill.exec.opt.BasicOptimizerTest
> {
>   head : {
>     type : "APACHE_DRILL_LOGICAL",
>     version : 1,
>     generator : {
>       type : "manual",
>       info : "na"
>     }
>   },
>   storage : null,
>   query : [ {
>     op : "scan",
>     @id : 1,
>     memo : "initial_scan",
>     storageengine : "local-logs",
>     selection : [ {
>       records : 100,
>       types : [ {
>         name : "superhero_name",
>         type : "VARCHAR2",
>         mode : "REQUIRED",
>         width : 100,
>         precision : 1,
>         scale : 2
>       } ]
>     } ],
>     ref : null
>   }, {
>     op : "store",
>     @id : 2,
>     memo : "output sink",
>     input : 1,
>     target : {
>       file : "console:///stdout"
>     },
>     partition : null,
>     storageEngine : null
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
> sec - in org.apache.drill.exec.opt.BasicOptimizerTest
> Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> {
>   head : {
>     type : "APACHE_DRILL_PHYSICAL",
>     version : 1,
>     generator : {
>       type : "manual"
>     }
>   },
>   graph : [ {
>     pop : "mock-scan",
>     @id : 1,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   }, {
>     pop : "filter",
>     @id : 2,
>     child : 1,
>     expr : " ('b')  > (5) "
>   }, {
>     pop : "mock-store",
>     @id : 3,
>     child : 2
>   }, {
>     pop : "screen",
>     @id : 4,
>     child : 3
>   } ]
> }
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
> Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
> sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
> Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> 100
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
> sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
> Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
> sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
> Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Screen [endpoint=address: "10.37.129.2"
> user_port: 31010
> bit_port: 31011
> , getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
> sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
> Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1231175516    5287858580986119131    1231175516
> -164772901    8799846913188660802    -164772901
> 2048874020    -7121805536862732989    2048874020
> -630356414    6507368162334453519    -630356414
> -1658174568    3916117835176324657    -1658174568
> -538772157    7933680465857726639    -538772157
> 1515114717    -6476085228813953905    1515114717
> -1163809009    -2510449763629423764    -1163809009
> 911792236    7590803397675079103    911792236
> 809610801    -1110584301807294467    809610801
> 1847203929    1091682576463935182    1847203929
> 1760020655    -7370560407846032172    1760020655
> -1507831093    -1896581599882140696    -1507831093
> -781986673    -7590657655126045516    -781986673
> -584509635    -7501334069695153395    -584509635
> -1402494100    7054544897973375621    -1402494100
> 1767371640    -2303040250317681148    1767371640
> -297773633    378836375411953259    -297773633
> -258578058    704830518410612624    -258578058
> 765896701    -6265012970101069804    765896701
> 254177156    7699206056298078177    254177156
> -241322290    -286465506652601775    -241322290
> -1716092324    3474992588053261389    -1716092324
> 650603732    -6212099751908211736    650603732
> -441582315    2162988975349732927    -441582315
> 1534829544    4262689182934063527    1534829544
> -1767337708    -1711545687340821137    -1767337708
> 1721552052    5099567896389371324    1721552052
> -1746540440    2306126058349201747    -1746540440
> 1246296845    -8607218803653455804    1246296845
> 1642514229    -2707406553707401772    1642514229
> 1203720837    -5999663521335481055    1203720837
> -536218344    171981504590358341    -536218344
> 677596676    -7008479742539568368    677596676
> 88204717    185736137147554192    88204717
> 544018027    7379811395264921593    544018027
> 164106143    4064563745358347954    164106143
> 1152913296    -2423600945885788535    1152913296
> -1458687003    -9173019523007827864    -1458687003
> -1410783212    4985966326957326590    -1410783212
> 1792611101    -8491022374157166294    1792611101
> -1238442015    3548149695399474497    -1238442015
> -66697949    5694495823765995608    -66697949
> -1282293167    4303216988295231033    -1282293167
> 809084760    -3789691336584976973    809084760
> -133714867    -6039872197356589475    -133714867
> -1446367184    7007805640049434638    -1446367184
> 1379402728    703565122406875019    1379402728
> 503610115    5270243079909716804    503610115
> 1489933887    2535849898167762944    1489933887
> 992484666    1515619424491289134    992484666
> 682580391    6084966540739244708    682580391
> -398500285    -2614631354067693139    -398500285
> -114109073    1964983262133853456    -114109073
> 1187335675    -5337480778328411839    1187335675
> -1404680772    586611647450490611    -1404680772
> 536936814    -4261245978647179133    536936814
> -2094200493    3876225225528659905    -2094200493
> -2004024295    1853511192562207706    -2004024295
> -533966780    1627394297711577202    -533966780
> -630367211    -7006834414459299279    -630367211
> 2008329684    -3516356488882797999    2008329684
> -1396905520    -4128885022233695766    -1396905520
> -1628574431    3773450197521307411    -1628574431
> 40042564    8917945143885011217    40042564
> 1762371397    2433435285322325546    1762371397
> -1631788850    -7097020894611014444    -1631788850
> -2107086064    3176505779764069211    -2107086064
> 43245064    3868880056601472050    43245064
> 1554127248    6938625987942068877    1554127248
> 1718246237    1475446638753219059    1718246237
> 874856441    -160555494525752092    874856441
> 946354993    -1423826279515010601    946354993
> 17039026    2943119666298084110    17039026
> -564288569    4654665886714301714    -564288569
> -819116407    2837518665685086428    -819116407
> -2135760040    -8946003815338511882    -2135760040
> 895823976    2472037225824302612    895823976
> 1160885749    -3610006573687545102    1160885749
> 609861886    -2577058851388897147    609861886
> -1976970205    8064379864579272890    -1976970205
> 1484249386    -6286443957540295846    1484249386
> 826117977    -3664724915965058105    826117977
> 1546794305    -1164812606284122189    1546794305
> 1325853127    -2638283927429287678    1325853127
> -293306280    1089505616328311409    -293306280
> 1001920781    5259784053388363195    1001920781
> 717452857    -4728323686087652527    717452857
> -882356274    -3238565205468684576    -882356274
> -629529165    -6435334231075075780    -629529165
> -1406267332    -1641343600559857814    -1406267332
> -1278382499    7775433676292532188    -1278382499
> 1631631897    7864608856897313306    1631631897
> -970973170    8031534345730509426    -970973170
> 163811520    -8755313317359893915    163811520
> 1298825099    7560904578491459558    1298825099
> 1227074088    718260841042213036    1227074088
> -2114276540    1031086823429772319    -2114276540
> 590423564    8489563619448972719    590423564
> 0    5327890460417788564    0
>
>
> ========NEW SCHEMA=========
>
>
> blue[INT]    red[BIGINT]    green[INT]
> 1071877964    4603680801522170153    1071877964
> 839104809    8795468935186986793    839104809
> 2047854693    7248584310476665764    2047854693
> 1791866665    4271383248664261705    1791866665
> 1687692550    2775681286770369077    1687692550
> -1771146332    -1286320214865975314    -1771146332
> 994508911    -964581976029601418    994508911
> 338687049    -587085575599175432    338687049
> 646263660    4431806240361243104    646263660
> -1817861579    4856101453192572246    -1817861579
> -299494764    4417099809272626813    -299494764
> 1837262830    -6696839925682249251    1837262830
> -224584243    -2672538250061575455    -224584243
> -1442651786    -4094778505489323174    -1442651786
> -136691513    -4807534037270819750    -136691513
> -1918383880    1326150426312344810    -1918383880
> 1031860299    8372968948752634470    1031860299
> 2115461600    -5355606097295888504    2115461600
> 1130649226    8330584019555099236    1130649226
> -20107946    -8030852640020879642    -20107946
> 1028436191    -4614617478500816242    1028436191
> -1390150019    5633275421003304833    -1390150019
> -1559229551    6922110406233763879    -1559229551
> -1475452451    3748353003305300463    -1475452451
> -622248801    2733813631186054384    -622248801
> 208636641    -7705336554471762053    208636641
> -953389916    7911241222648844256    -953389916
> -228103334    -249159696605963277    -228103334
> -1119341245    -7097636562846116589    -1119341245
> -1226863526    -1434648499001767745    -1226863526
> 308768457    -8676558704013842174    308768457
> 1460962538    -6503154135793562315    1460962538
> 1949483749    3385793017903221491    1949483749
> -1580805530    8616662783728363564    -1580805530
> -1246949215    -7104751201779703117    -1246949215
> 901984136    -8065034379105118513    901984136
> 1939615239    -6291716916065010301    1939615239
> 1226875492    -7084482709835719502    1226875492
> -1869828590    4961372917926536783    -1869828590
> -1140054298    -7278634483234997974    -1140054298
> -1074424358    -4877050188370260699    -1074424358
> 1134979726    -3830866227979756072    1134979726
> 1311599142    5107523268172689892    1311599142
> 651644801    5618459733376236167    651644801
> 1611679421    -6464975173158205901    1611679421
> 1402548263    937148392565453367    1402548263
> 872731442    -2535983442591352139    872731442
> 1724379631    4023495295739186553    1724379631
> 636515587    -5472459227270386822    636515587
> 1626811632    392184235575738368    1626811632
> -1794038470    3734624138260386074    -1794038470
> 1944115067    821116307317450456    1944115067
> 1841979385    -7067505697344987476    1841979385
> -127316000    835710728337294600    -127316000
> -58012013    3825862773742771021    -58012013
> 2004163571    -7315835352224632576    2004163571
> -1652547290    -6515120605262246441    -1652547290
> -1497656045    -513463698036697830    -1497656045
> -334030134    7333898398108488246    -334030134
> -1888237377    3822794012054001521    -1888237377
> -2020168748    -188930805634264294    -2020168748
> 1047423234    -5775951365210125132    1047423234
> -1514133564    -8589354329101145368    -1514133564
> -932606667    7692867172073538621    -932606667
> 788316367    -1809223758011834383    788316367
> -1558279437    -8637145990967770783    -1558279437
> 2006223142    -3583094921751908379    2006223142
> 359999532    7883368449581626889    359999532
> -1654203796    3297495884165996169    -1654203796
> -1335614797    -2940317256743841151    -1335614797
> -1877787146    -6565071325511205977    -1877787146
> 1814058703    5574352112741645968    1814058703
> -1464904500    -106540929721838522    -1464904500
> -1096745597    5523370523303055304    -1096745597
> -1649484670    -7186907433141943525    -1649484670
> -1227334478    1930597346843971870    -1227334478
> 1155159649    -1854363695297784769    1155159649
> -482269617    2468838402422583228    -482269617
> -1694689152    -7784193007311605727    -1694689152
> 1490975018    6608495093067473173    1490975018
> -1135526735    -4052017863360067    -1135526735
> -2106569435    5586034981434005050    -2106569435
> -891943050    8594082490645433357    -891943050
> 1664736728    -8854210860728709013    1664736728
> 1189187930    6654704987465114304    1189187930
> 24752612    -4369605768339690767    24752612
> 1308149596    1264704074423122473    1308149596
> 280623751    -1456370974782771670    280623751
> -1505244331    -9068631672806047110    -1505244331
> 976193075    -3997520581358223387    976193075
> 218196863    2030594004216824369    218196863
> 1890660919    -1200399650681617168    1890660919
> -590454658    8895158378893059025    -590454658
> -1005454667    4291369346430846958    -1005454667
> 936792999    -9064366656584586539    936792999
> 1912425849    -520802618099648147    1912425849
> -1274156205    5104289142610281441    -1274156205
> -1094882438    -4649153839099110090    -1094882438
> 91312508    -356751754517126086    91312508
> 0    4867427316414773479    0
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
> sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
> Running org.apache.drill.exec.pop.TestFragmentChecker
> =================Building plan fragments for
> [/physical_single_exchange.json].  Allowing 1 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destination : ""
> }=================Building plan fragments for
> [/physical_double_exchange.json].  Allowing 2 total
> Drillbits.==================
> =========ROOT FRAGMENT [0:0] =========
> {
>   pop : "screen",
>   @id : 1,
>   child : {
>     pop : "random-receiver",
>     @id : 2,
>     sender-major-fragment : 1,
>     providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
>   }
> }=========Fragment [1:0]=====
> {
>   pop : "single-sender",
>   @id : 1,
>   receiver-major-fragment : 0,
>   child : {
>     pop : "mock-store",
>     @id : 2,
>     child : {
>       pop : "filter",
>       @id : 3,
>       child : {
>         pop : "random-receiver",
>         @id : 4,
>         sender-major-fragment : 2,
>         providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=",
> "Cglsb2NhbGhvc3QY0wk=" ]
>       },
>       expr : " ('b')  > (5) "
>     }
>   },
>   destination : ""
> }=========Fragment [2:0]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }=========Fragment [2:1]=====
> {
>   pop : "hash-partition-sender",
>   @id : 1,
>   receiver-major-fragment : 1,
>   child : {
>     pop : "mock-scan",
>     @id : 2,
>     url : "http://apache.org",
>     entries : [ {
>       records : 100,
>       types : [ {
>         name : "blue",
>         type : "INT",
>         mode : "REQUIRED"
>       }, {
>         name : "red",
>         type : "BIGINT",
>         mode : "REQUIRED"
>       }, {
>         name : "green",
>         type : "INT",
>         mode : "REQUIRED"
>       } ]
>     } ]
>   },
>   destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
> }Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
> sec - in org.apache.drill.exec.pop.TestFragmentChecker
> Running org.apache.drill.exec.pop.TestFragmenter
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
> sec - in org.apache.drill.exec.pop.TestFragmenter
> Running org.apache.drill.exec.pop.TestInjectionValue
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
> sec - in org.apache.drill.exec.pop.TestInjectionValue
> Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Found 1 errors.
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
> sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
> Running org.apache.drill.exec.record.vector.TestValueVector
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
> sec - in org.apache.drill.exec.record.vector.TestValueVector
> Running org.apache.drill.exec.server.TestBitRpc
> connected
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
> sec - in org.apache.drill.exec.server.TestBitRpc
> Running org.apache.drill.exec.store.JSONRecordReaderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
> sec - in org.apache.drill.exec.store.JSONRecordReaderTest
>
> Results :
>
> Tests run: 36, Failures: 0, Errors: 0, Skipped: 4
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ java-exec
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Logical Plan Execution Reference Implementation 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref
> ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 2 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 85 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ ref ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 19 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ref
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 10 source files to
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Some input files use or override a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> 09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
> sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
> Running org.apache.drill.exec.ref.rops.ConstantROPTest
> 09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> java.lang.RuntimeException:
> com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
> construct instance of org.apache.drill.common.PlanProperties$PlanType
> from String value 'apache_drill_logical_plan': value not one of
> declared Enum instance names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
>     at
> org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
>     at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
>     at
> mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
>     at
> mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:601)
>     at
> mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
>     at
> mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
>     at
> mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
>     at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
>     at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
>     at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
>     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>     at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>     at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>     at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
> Can not construct instance of
> org.apache.drill.common.PlanProperties$PlanType from String value
> 'apache_drill_logical_plan': value not one of declared Enum instance
> names
> at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
> (through reference chain:
> org.apache.drill.common.PlanProperties["type"])
>     at
> com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
>     at
> com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
>     at
> com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
>     at
> com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
>     at
> com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
>     at
> com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
>     at
> org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
>     ... 35 more
> 09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> Constant [memo=null]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
> c2=StringScalar [seq=string 1]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
> c2=StringScalar [seq=string 2]]]]
> UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
> c2=StringScalar [seq=string 3]]]]
> end test
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
> sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
> Running org.apache.drill.exec.ref.rops.JoinROPTest
> 09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 6 records.
> 09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 7 records.
> 09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Join.  Looking for a generic
> option...
> 09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
> sec - in org.apache.drill.exec.ref.rops.JoinROPTest
> Running org.apache.drill.exec.ref.rops.LimitROPTest
> 09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
> sec - in org.apache.drill.exec.ref.rops.LimitROPTest
> Running org.apache.drill.exec.ref.rops.OrderROPTest
> 09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Segment.  Looking for a generic
> option...
> 09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
> a generic option...
> 09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Order.  Looking for a generic
> option...
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 4 records.
> 09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
> sec - in org.apache.drill.exec.ref.rops.OrderROPTest
> Running org.apache.drill.exec.ref.rops.UnionROPTest
> 09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 5 records.
> 09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> 09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> 09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Union.  Looking for a generic
> option...
> 09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
> Progressed 0 bytes, 10 records.
> 09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
> Breaking because no more records were found.
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
> sec - in org.apache.drill.exec.ref.rops.UnionROPTest
> Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
> 09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.665 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.666 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.671 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.674 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.675 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.680 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.683 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.684 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073
> sec - in org.apache.drill.exec.ref.rops.WindowFrameROPTest
> Running org.apache.drill.exec.ref.RSERegistryTest
> 09:43:21.690 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:21.693 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Constant, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project]
> 09:43:21.694 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:21.695 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE]
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
> sec - in org.apache.drill.exec.ref.RSERegistryTest
>
> Results :
>
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ref ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ref ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ref ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building planner 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ planner ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ planner
> ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ planner ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> planner ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/planner/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ planner ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ planner ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/planner/src/test/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ planner ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ planner ---
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ planner ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ planner ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ planner
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building sqlparser 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sqlparser ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
> sqlparser ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ sqlparser
> ---
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom
>
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom
>
> Downloading:
> http://conjars.org/repo/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom
>
> Downloading:
> http://repo1.maven.org/maven2/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom
>
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
> sqlparser ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ sqlparser
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 17 source files to
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java
> uses unchecked or unsafe operations.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
> Recompile with -Xlint:unchecked for details.
> [INFO]
> [INFO] --- maven-resources-plugin:2.6:testResources
> (default-testResources) @ sqlparser ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
> @ sqlparser ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/test-classes
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java
> uses or overrides a deprecated API.
> [WARNING]
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ sqlparser ---
> [INFO] Surefire report directory:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.drill.jdbc.test.JdbcTest
> 09:43:27.922 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
> < 4)"},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:28.444 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:28.729 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:28.732 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:28.786 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.791 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.880 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.885 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:28.913 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:28.918 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:28.920 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:28.928 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:28.942 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:29.048 [pool-1-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.049 [pool-1-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.124 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.144 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.148 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.150 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.167 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.170 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.186 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.191 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.235 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"(1
> +
> 3)","ref":"output.C"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.251 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.254 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.256 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.268 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.270 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.279 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.282 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.287 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.292 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.293 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.294 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.297 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.304 [pool-2-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.305 [pool-2-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.343 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.360 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.363 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.364 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.377 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.379 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.389 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.392 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.433 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.448 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.451 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.452 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.463 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.466 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.475 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.479 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.483 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.487 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.488 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.489 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.492 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.498 [pool-3-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.498 [pool-3-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.575 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.591 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.594 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.595 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.606 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.608 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.617 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.619 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.622 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.625 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.626 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.627 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.629 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.630 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:29.635 [pool-4-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:29.636 [pool-4-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> 09:43:29.708 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
>> 4)"},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.722 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.725 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.726 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.735 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.737 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.742 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.745 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:29.748 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.750 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.751 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:29.752 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:29.754 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:29.757 [pool-5-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed -1 bytes, 0 records.
> 09:43:29.758 [pool-5-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=-1, records=0, exception=null]
> 09:43:29.982 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.donuts.ppu
>>
>> 0.6)"},{"op":"project","projections":[{"expr":"_MAP.donuts","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:29.996 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:29.998 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:29.999 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.012 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.014 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.027 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.029 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.189 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.ppu
>>
>> 0.6)"},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:30.202 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.205 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.206 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.214 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.215 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.228 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.230 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.232 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.235 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.235 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.236 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Filter.  Looking for a generic
> option...
> 09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.239 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.243 [pool-6-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 3 records.
> 09:43:30.244 [pool-6-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=3, exception=null]
> 09:43:30.304 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
> implementing enumerable
> {"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
> sink","target":{"number":0}}]}]}
> 09:43:30.323 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.327 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.328 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.339 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.341 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.348 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.350 [main] DEBUG org.apache.drill.common.JSONOptions -
> Creating Deserializer.
> 09:43:30.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
> Loading configs at the following URLs
> [jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
> jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
> 09:43:30.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
> Logical Operator sub types: [class
> org.apache.drill.common.logical.data.RunningAggregate, class
> org.apache.drill.common.logical.data.Segment, class
> org.apache.drill.common.logical.data.Project, class
> org.apache.drill.common.logical.data.Sequence, class
> org.apache.drill.common.logical.data.Store, class
> org.apache.drill.common.logical.data.WindowFrame, class
> org.apache.drill.common.logical.data.Order, class
> org.apache.drill.common.logical.data.Transform, class
> org.apache.drill.common.logical.data.Join, class
> org.apache.drill.common.logical.data.Filter, class
> org.apache.drill.common.logical.data.Scan, class
> org.apache.drill.common.logical.data.Limit, class
> org.apache.drill.common.logical.data.CollapsingAggregate, class
> org.apache.drill.common.logical.data.Flatten, class
> org.apache.drill.common.logical.data.Union, class
> org.apache.drill.common.logical.data.Constant]
> 09:43:30.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
> Storage Engine Configs including [class
> org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
> org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
> org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
> org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
> 09:43:30.360 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
> storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
> org.apache.drill.exec.ref.rse.QueueRSE, class
> org.apache.drill.exec.ref.rse.ClasspathRSE, class
> org.apache.drill.exec.ref.rse.FileSystemRSE]
> 09:43:30.361 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
> is no convertSpecific method for type class
> org.apache.drill.common.logical.data.Project.  Looking for a generic
> option...
> 09:43:30.368 [pool-7-thread-1] DEBUG
> o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
> 09:43:30.369 [pool-7-thread-1] DEBUG
> o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
> were found.
> ============
> RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283
> sec - in org.apache.drill.jdbc.test.JdbcTest
>
> Results :
>
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ sqlparser ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ sqlparser ---
> [INFO] Building jar:
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
> [INFO]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sqlparser
> ---
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.jar
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/pom.xml to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.pom
> [INFO] Installing
> /private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
> to
> /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT-tests.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] prototype-parent .................................. SUCCESS [1.510s]
> [INFO] common ............................................ SUCCESS [5.874s]
> [INFO] contrib-parent .................................... SUCCESS [0.198s]
> [INFO] pom ............................................... SUCCESS [0.402s]
> [INFO] exec .............................................. SUCCESS [0.191s]
> [INFO] java-exec ......................................... SUCCESS [29.448s]
> [INFO] Logical Plan Execution Reference Implementation ... SUCCESS [4.844s]
> [INFO] planner ........................................... SUCCESS [0.282s]
> [INFO] sqlparser ......................................... SUCCESS [8.215s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 51.426s
> [INFO] Finished at: Fri Jul 26 09:43:30 PDT 2013
> [INFO] Final Memory: 46M/437M
> [INFO]
> ------------------------------------------------------------------------
>

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
Are you running via bash? Also, I wouldn't suggest using an alpha
version of Maven.

Can you run the following script below.  You will need to be running
via cygwin/bash.  Once completed, please provide the file
/tmp/drill-build.log

For an example, I've also included my output.

Thanks,
Jacques


=========drill-build.sh=========
#!/bin/sh -x

LOG=/tmp/drill-build.log
TARGET=/tmp/drill-build-test/

set -e
echo "=====uname=====" > $LOG 2>&1
uname -a >> $LOG 2>&1
echo -e "\n\n=====java=====" >> $LOG 2>&1
java -version >> $LOG 2>&1
echo -e "\n\n=====protoc====="  >> $LOG 2>&1
protoc --version >> $LOG 2>&1
echo -e "\n\n=====mvn=====" >> $LOG 2>&1
mvn --version >> $LOG 2>&1
mkdir $TARGET >> $LOG 2>&1
echo -e "\n\n=====git clone=====" >> $LOG 2>&1
git clone https://github.com/apache/incubator-drill.git $TARGET >> $LOG 2>&1
cd $TARGET/sandbox/prototype
echo -e "\n\n=====git status=====" >> $LOG 2>&1>>  $LOG 2>&1
git status >> $LOG 2>&1

set +e
echo -e "\n\n=====base mvn install=====" >> $LOG 2>&1
mvn clean install >> $LOG 2>&1
if [ $? != 0 ]; then
  echo -e "\n\n=====mvn debug build=====" >> $LOG 2>&1
  mvn clean install -X >> $LOG 2>&1
fi
=========end drill-build.sh==========



output of drill-build.log
=============================================


=====uname=====
Darwin jnmac.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6
22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
-e

=====java=====
java version "1.7.0_09"
Java(TM) SE Runtime Environment (build 1.7.0_09-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode)
-e

=====protoc=====
libprotoc 2.5.0
-e

=====mvn=====
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.3", arch: "x86_64", family: "mac"
-e

=====git clone=====
Cloning into '/tmp/drill-build-test'...
-e

=====git status=====
# On branch master
nothing to commit (working directory clean)
-e

=====base mvn install=====
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] prototype-parent
[INFO] common
[INFO] contrib-parent
[INFO] pom
[INFO] exec
[INFO] java-exec
[INFO] Logical Plan Execution Reference Implementation
[INFO] planner
[INFO] sqlparser
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building prototype-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prototype-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
prototype-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
prototype-parent ---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ prototype-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
prototype-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/target/prototype-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/prototype-parent/1.0-SNAPSHOT/prototype-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building common 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ common ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ common ---
[INFO]
[INFO] --- protobuf-maven-plugin:0.6.3:run (default) @ common ---
[INFO] Protobuf dependency version 2.5.0
[INFO] 'protoc' executable version 2.5.0
[INFO] Input directories:
[INFO]     /private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
(using default)
[INFO] Output directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] /private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
does not exist. Creating...
[INFO] Cleaning
/private/tmp/drill-build-test/sandbox/prototype/common/target/generated-sources
[INFO] Directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/protobuf
[INFO]     Processing Types.proto
[INFO] Adding generated classes to classpath
[INFO]
[INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ common ---
[INFO] ANTLR: Processing source directory
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/antlr3
ANTLR Parser Generator  Version 3.4
org/apache/drill/common/expression/parser/ExprLexer.g
org/apache/drill/common/expression/parser/ExprParser.g
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ common ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 112 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/expression/ArgumentValidators.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
/private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/common/src/main/java/org/apache/drill/common/util/Hook.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to
/private/tmp/drill-build-test/sandbox/prototype/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ common ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/common/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ common ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ common ---
[WARNING] Artifact org.apache.drill:common:test-jar:tests:1.0-SNAPSHOT
already attached to project, ignoring duplicate
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ common ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/common/1.0-SNAPSHOT/common-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building contrib-parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ contrib-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
contrib-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
contrib-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ contrib-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
contrib-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/target/contrib-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/contrib-parent/1.0-SNAPSHOT/contrib-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pom 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ storage-hbase ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
storage-hbase ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @
storage-hbase ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ storage-hbase ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ storage-hbase ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ storage-hbase ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ storage-hbase ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
storage-hbase ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/contrib/storage-hbase/target/storage-hbase-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/contrib/storage-hbase/1.0-SNAPSHOT/storage-hbase-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ exec-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
exec-parent ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ exec-parent ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ exec-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
exec-parent ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/target/exec-parent-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/exec-parent/1.0-SNAPSHOT/exec-parent-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building java-exec 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources)
@ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 307 resources
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
java-exec ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (generate-sources) @ java-exec ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
    [mkdir] Created dir:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO] Executed tasks
[INFO] Registering compile source root
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/generated-sources
[INFO]
[INFO] --- fmpp-maven-plugin:1.0:generate (generate-sources) @ java-exec ---
- Executing: FixedValueVectors.java
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
- Executing: NullableValueVectors.java
- Executing: RepeatedValueVectors.java
- Executing: TypeHelper.java
- Executing: VariableLengthVectors.java
[INFO] Done
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ java-exec ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 403 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/rpc/bit/BitConnection.java:
Recompile with -Xlint:deprecation for details.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Some input files use unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/schema/DataRecord.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ java-exec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ java-exec ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[25,16]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[53,17]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[94,12]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[95,14]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[98,26]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestExecutionAbstractions.java:[100,27]
sun.misc.Unsafe is internal proprietary API and may be removed in a
future release
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/src/test/java/org/apache/drill/exec/store/JSONRecordReaderTest.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ java-exec ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.client.DrillClientSystemTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.606
sec - in org.apache.drill.exec.client.DrillClientSystemTest
Running org.apache.drill.exec.compile.TestClassCompilationTypes
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019
sec - in org.apache.drill.exec.compile.TestClassCompilationTypes
Running org.apache.drill.exec.compile.TestClassTransformation
09:42:58,145 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback.groovy]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Could NOT find resource [logback-test.xml]
09:42:58,146 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
Found resource [logback.xml] at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs multiple times on the classpath.
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/test-classes/logback.xml]
09:42:58,147 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
Resource [logback.xml] occurs at
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT-tests.jar!/logback.xml]
09:42:58,234 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - debug
attribute not set
09:42:58,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender]
09:42:58,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [SOCKET]
09:42:58,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Waiting 1s to establish connections.
09:42:59,298 |-INFO in
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
- Started de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender[SOCKET]
09:42:59,298 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[ch.qos.logback.core.ConsoleAppender]
09:42:59,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [STDOUT]
09:42:59,307 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming
default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
[encoder] property
09:42:59,372 |-INFO in
ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity
of logger [org.apache.drill] to false
09:42:59,372 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- org.apache.drill level set to DEBUG
09:42:59,372 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [SOCKET] to Logger[org.apache.drill]
09:42:59,373 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- ROOT level set to ERROR
09:42:59,373 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
appender named [STDOUT] to Logger[ROOT]
09:42:59,373 |-INFO in
ch.qos.logback.classic.joran.action.ConfigurationAction - End of
configuration.
09:42:59,374 |-INFO in
ch.qos.logback.classic.joran.JoranConfigurator@7d90f66a - Registering
current configuration as safe fallback point

Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856979390'.
Generated a new class
org.apache.drill.generated.GenExampleExternalInterface0 that provides
the following getData response 'hello world, the time is now
1374856980250'.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362
sec - in org.apache.drill.exec.compile.TestClassTransformation
Running org.apache.drill.exec.expr.ExpressionTest

package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.BooleanHolder;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen1
    implements ProjectEvaluator
{

    BigIntVector vv4;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj5 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv4 = ((BigIntVector) obj5);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                BooleanHolder out1 = new BooleanHolder();
                out1 .value = 1;
                LongHolder out2 = new LongHolder();
                out2 .value = 1L;
                LongHolder out3 = new LongHolder();
                out3 .value = 0L;
                {
                    if (out1 .value) {
                        out0 .value = out2 .value;
                    } else {
                        out0 .value = out3 .value;
                    }
                }
                vv4 .getMutator().set((outIndex), out0 .value);
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.expr.holders.NullableLongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.NullableBigIntVector;

public class Gen2
    implements ProjectEvaluator
{

    NullableBigIntVector vv1;
    NullableBigIntVector vv5;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj2 = (outgoing).getValueVectorById(0,
NullableBigIntVector.class);
                vv1 = ((NullableBigIntVector) obj2);
                Object obj6 = (outgoing).getValueVectorById(-1,
NullableBigIntVector.class);
                vv5 = ((NullableBigIntVector) obj6);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                NullableLongHolder out3 = new NullableLongHolder();
                out3 .isSet = vv1 .isSet((inIndex));
                if (out3 .isSet) {
                    out3 .value = vv1 .getAccessor().get((inIndex));
                }
                NullableLongHolder out4;
                {
                    final NullableLongHolder out = new NullableLongHolder();
                    final LongHolder left = out0;
                    final NullableLongHolder right = out3;
                        out.value = left.value + right.value;

                    out4 = out;
                }
                if (!(out4 .isSet == 0)) {
                    vv5 .getMutator().set((outIndex), out4 .value);
                }
            }
        }
    }

}


package org.apache.drill.exec.test.generated;

import org.apache.drill.exec.exception.SchemaChangeException;
import org.apache.drill.exec.expr.holders.LongHolder;
import org.apache.drill.exec.ops.FragmentContext;
import org.apache.drill.exec.physical.impl.project.ProjectEvaluator;
import org.apache.drill.exec.record.RecordBatch;
import org.apache.drill.exec.vector.BigIntVector;

public class Gen3
    implements ProjectEvaluator
{

    BigIntVector vv3;

    public void doSetup(FragmentContext context, RecordBatch incoming,
RecordBatch outgoing)
        throws SchemaChangeException
    {
        {
            {
                Object obj4 = (outgoing).getValueVectorById(-1,
BigIntVector.class);
                vv3 = ((BigIntVector) obj4);
            }
        }
    }

    public void doEval(int inIndex, int outIndex) {
        {
            {
                LongHolder out0 = new LongHolder();
                out0 .value = 1L;
                LongHolder out1 = new LongHolder();
                out1 .value = 1L;
                LongHolder out2 = new LongHolder();
                {
                    final LongHolder out = new LongHolder();
                    final LongHolder left = out0;
                    final LongHolder right = out1;
                        out.value = left.value + right.value;

                    out2 = out;
                }
                vv3 .getMutator().set((outIndex), out2 .value);
            }
        }
    }

}

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.174
sec - in org.apache.drill.exec.expr.ExpressionTest
Running org.apache.drill.exec.opt.BasicOptimizerTest
{
  head : {
    type : "APACHE_DRILL_LOGICAL",
    version : 1,
    generator : {
      type : "manual",
      info : "na"
    }
  },
  storage : null,
  query : [ {
    op : "scan",
    @id : 1,
    memo : "initial_scan",
    storageengine : "local-logs",
    selection : [ {
      records : 100,
      types : [ {
        name : "superhero_name",
        type : "VARCHAR2",
        mode : "REQUIRED",
        width : 100,
        precision : 1,
        scale : 2
      } ]
    } ],
    ref : null
  }, {
    op : "store",
    @id : 2,
    memo : "output sink",
    input : 1,
    target : {
      file : "console:///stdout"
    },
    partition : null,
    storageEngine : null
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199
sec - in org.apache.drill.exec.opt.BasicOptimizerTest
Running org.apache.drill.exec.physical.config.TestParsePhysicalPlan
{
  head : {
    type : "APACHE_DRILL_PHYSICAL",
    version : 1,
    generator : {
      type : "manual"
    }
  },
  graph : [ {
    pop : "mock-scan",
    @id : 1,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  }, {
    pop : "filter",
    @id : 2,
    child : 1,
    expr : " ('b')  > (5) "
  }, {
    pop : "mock-store",
    @id : 3,
    child : 2
  }, {
    pop : "screen",
    @id : 4,
    child : 3
  } ]
}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.physical.config.TestParsePhysicalPlan
Running org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286
sec - in org.apache.drill.exec.physical.impl.filter.TestSimpleFilter
Running org.apache.drill.exec.physical.impl.project.TestSimpleProjection
100
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141
sec - in org.apache.drill.exec.physical.impl.project.TestSimpleProjection
Running org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151
sec - in org.apache.drill.exec.physical.impl.svremover.TestSVRemover
Running org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Screen [endpoint=address: "10.37.129.2"
user_port: 31010
bit_port: 31011
, getChild()=org.apache.drill.exec.physical.config.MockScanPOP@167e01ff]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.869
sec - in org.apache.drill.exec.physical.impl.TestDistributedFragmentRun
Running org.apache.drill.exec.physical.impl.TestSimpleFragmentRun


========NEW SCHEMA=========


blue[INT]	red[BIGINT]	green[INT]
1231175516	5287858580986119131	1231175516
-164772901	8799846913188660802	-164772901
2048874020	-7121805536862732989	2048874020
-630356414	6507368162334453519	-630356414
-1658174568	3916117835176324657	-1658174568
-538772157	7933680465857726639	-538772157
1515114717	-6476085228813953905	1515114717
-1163809009	-2510449763629423764	-1163809009
911792236	7590803397675079103	911792236
809610801	-1110584301807294467	809610801
1847203929	1091682576463935182	1847203929
1760020655	-7370560407846032172	1760020655
-1507831093	-1896581599882140696	-1507831093
-781986673	-7590657655126045516	-781986673
-584509635	-7501334069695153395	-584509635
-1402494100	7054544897973375621	-1402494100
1767371640	-2303040250317681148	1767371640
-297773633	378836375411953259	-297773633
-258578058	704830518410612624	-258578058
765896701	-6265012970101069804	765896701
254177156	7699206056298078177	254177156
-241322290	-286465506652601775	-241322290
-1716092324	3474992588053261389	-1716092324
650603732	-6212099751908211736	650603732
-441582315	2162988975349732927	-441582315
1534829544	4262689182934063527	1534829544
-1767337708	-1711545687340821137	-1767337708
1721552052	5099567896389371324	1721552052
-1746540440	2306126058349201747	-1746540440
1246296845	-8607218803653455804	1246296845
1642514229	-2707406553707401772	1642514229
1203720837	-5999663521335481055	1203720837
-536218344	171981504590358341	-536218344
677596676	-7008479742539568368	677596676
88204717	185736137147554192	88204717
544018027	7379811395264921593	544018027
164106143	4064563745358347954	164106143
1152913296	-2423600945885788535	1152913296
-1458687003	-9173019523007827864	-1458687003
-1410783212	4985966326957326590	-1410783212
1792611101	-8491022374157166294	1792611101
-1238442015	3548149695399474497	-1238442015
-66697949	5694495823765995608	-66697949
-1282293167	4303216988295231033	-1282293167
809084760	-3789691336584976973	809084760
-133714867	-6039872197356589475	-133714867
-1446367184	7007805640049434638	-1446367184
1379402728	703565122406875019	1379402728
503610115	5270243079909716804	503610115
1489933887	2535849898167762944	1489933887
992484666	1515619424491289134	992484666
682580391	6084966540739244708	682580391
-398500285	-2614631354067693139	-398500285
-114109073	1964983262133853456	-114109073
1187335675	-5337480778328411839	1187335675
-1404680772	586611647450490611	-1404680772
536936814	-4261245978647179133	536936814
-2094200493	3876225225528659905	-2094200493
-2004024295	1853511192562207706	-2004024295
-533966780	1627394297711577202	-533966780
-630367211	-7006834414459299279	-630367211
2008329684	-3516356488882797999	2008329684
-1396905520	-4128885022233695766	-1396905520
-1628574431	3773450197521307411	-1628574431
40042564	8917945143885011217	40042564
1762371397	2433435285322325546	1762371397
-1631788850	-7097020894611014444	-1631788850
-2107086064	3176505779764069211	-2107086064
43245064	3868880056601472050	43245064
1554127248	6938625987942068877	1554127248
1718246237	1475446638753219059	1718246237
874856441	-160555494525752092	874856441
946354993	-1423826279515010601	946354993
17039026	2943119666298084110	17039026
-564288569	4654665886714301714	-564288569
-819116407	2837518665685086428	-819116407
-2135760040	-8946003815338511882	-2135760040
895823976	2472037225824302612	895823976
1160885749	-3610006573687545102	1160885749
609861886	-2577058851388897147	609861886
-1976970205	8064379864579272890	-1976970205
1484249386	-6286443957540295846	1484249386
826117977	-3664724915965058105	826117977
1546794305	-1164812606284122189	1546794305
1325853127	-2638283927429287678	1325853127
-293306280	1089505616328311409	-293306280
1001920781	5259784053388363195	1001920781
717452857	-4728323686087652527	717452857
-882356274	-3238565205468684576	-882356274
-629529165	-6435334231075075780	-629529165
-1406267332	-1641343600559857814	-1406267332
-1278382499	7775433676292532188	-1278382499
1631631897	7864608856897313306	1631631897
-970973170	8031534345730509426	-970973170
163811520	-8755313317359893915	163811520
1298825099	7560904578491459558	1298825099
1227074088	718260841042213036	1227074088
-2114276540	1031086823429772319	-2114276540
590423564	8489563619448972719	590423564
0	5327890460417788564	0


========NEW SCHEMA=========


blue[INT]	red[BIGINT]	green[INT]
1071877964	4603680801522170153	1071877964
839104809	8795468935186986793	839104809
2047854693	7248584310476665764	2047854693
1791866665	4271383248664261705	1791866665
1687692550	2775681286770369077	1687692550
-1771146332	-1286320214865975314	-1771146332
994508911	-964581976029601418	994508911
338687049	-587085575599175432	338687049
646263660	4431806240361243104	646263660
-1817861579	4856101453192572246	-1817861579
-299494764	4417099809272626813	-299494764
1837262830	-6696839925682249251	1837262830
-224584243	-2672538250061575455	-224584243
-1442651786	-4094778505489323174	-1442651786
-136691513	-4807534037270819750	-136691513
-1918383880	1326150426312344810	-1918383880
1031860299	8372968948752634470	1031860299
2115461600	-5355606097295888504	2115461600
1130649226	8330584019555099236	1130649226
-20107946	-8030852640020879642	-20107946
1028436191	-4614617478500816242	1028436191
-1390150019	5633275421003304833	-1390150019
-1559229551	6922110406233763879	-1559229551
-1475452451	3748353003305300463	-1475452451
-622248801	2733813631186054384	-622248801
208636641	-7705336554471762053	208636641
-953389916	7911241222648844256	-953389916
-228103334	-249159696605963277	-228103334
-1119341245	-7097636562846116589	-1119341245
-1226863526	-1434648499001767745	-1226863526
308768457	-8676558704013842174	308768457
1460962538	-6503154135793562315	1460962538
1949483749	3385793017903221491	1949483749
-1580805530	8616662783728363564	-1580805530
-1246949215	-7104751201779703117	-1246949215
901984136	-8065034379105118513	901984136
1939615239	-6291716916065010301	1939615239
1226875492	-7084482709835719502	1226875492
-1869828590	4961372917926536783	-1869828590
-1140054298	-7278634483234997974	-1140054298
-1074424358	-4877050188370260699	-1074424358
1134979726	-3830866227979756072	1134979726
1311599142	5107523268172689892	1311599142
651644801	5618459733376236167	651644801
1611679421	-6464975173158205901	1611679421
1402548263	937148392565453367	1402548263
872731442	-2535983442591352139	872731442
1724379631	4023495295739186553	1724379631
636515587	-5472459227270386822	636515587
1626811632	392184235575738368	1626811632
-1794038470	3734624138260386074	-1794038470
1944115067	821116307317450456	1944115067
1841979385	-7067505697344987476	1841979385
-127316000	835710728337294600	-127316000
-58012013	3825862773742771021	-58012013
2004163571	-7315835352224632576	2004163571
-1652547290	-6515120605262246441	-1652547290
-1497656045	-513463698036697830	-1497656045
-334030134	7333898398108488246	-334030134
-1888237377	3822794012054001521	-1888237377
-2020168748	-188930805634264294	-2020168748
1047423234	-5775951365210125132	1047423234
-1514133564	-8589354329101145368	-1514133564
-932606667	7692867172073538621	-932606667
788316367	-1809223758011834383	788316367
-1558279437	-8637145990967770783	-1558279437
2006223142	-3583094921751908379	2006223142
359999532	7883368449581626889	359999532
-1654203796	3297495884165996169	-1654203796
-1335614797	-2940317256743841151	-1335614797
-1877787146	-6565071325511205977	-1877787146
1814058703	5574352112741645968	1814058703
-1464904500	-106540929721838522	-1464904500
-1096745597	5523370523303055304	-1096745597
-1649484670	-7186907433141943525	-1649484670
-1227334478	1930597346843971870	-1227334478
1155159649	-1854363695297784769	1155159649
-482269617	2468838402422583228	-482269617
-1694689152	-7784193007311605727	-1694689152
1490975018	6608495093067473173	1490975018
-1135526735	-4052017863360067	-1135526735
-2106569435	5586034981434005050	-2106569435
-891943050	8594082490645433357	-891943050
1664736728	-8854210860728709013	1664736728
1189187930	6654704987465114304	1189187930
24752612	-4369605768339690767	24752612
1308149596	1264704074423122473	1308149596
280623751	-1456370974782771670	280623751
-1505244331	-9068631672806047110	-1505244331
976193075	-3997520581358223387	976193075
218196863	2030594004216824369	218196863
1890660919	-1200399650681617168	1890660919
-590454658	8895158378893059025	-590454658
-1005454667	4291369346430846958	-1005454667
936792999	-9064366656584586539	936792999
1912425849	-520802618099648147	1912425849
-1274156205	5104289142610281441	-1274156205
-1094882438	-4649153839099110090	-1094882438
91312508	-356751754517126086	91312508
0	4867427316414773479	0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158
sec - in org.apache.drill.exec.physical.impl.TestSimpleFragmentRun
Running org.apache.drill.exec.pop.TestFragmentChecker
=================Building plan fragments for
[/physical_single_exchange.json].  Allowing 1 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destination : ""
}=================Building plan fragments for
[/physical_double_exchange.json].  Allowing 2 total
Drillbits.==================
=========ROOT FRAGMENT [0:0] =========
{
  pop : "screen",
  @id : 1,
  child : {
    pop : "random-receiver",
    @id : 2,
    sender-major-fragment : 1,
    providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=" ]
  }
}=========Fragment [1:0]=====
{
  pop : "single-sender",
  @id : 1,
  receiver-major-fragment : 0,
  child : {
    pop : "mock-store",
    @id : 2,
    child : {
      pop : "filter",
      @id : 3,
      child : {
        pop : "random-receiver",
        @id : 4,
        sender-major-fragment : 2,
        providingEndpoints : [ "Cglsb2NhbGhvc3QY0gk=", "Cglsb2NhbGhvc3QY0wk=" ]
      },
      expr : " ('b')  > (5) "
    }
  },
  destination : ""
}=========Fragment [2:0]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}=========Fragment [2:1]=====
{
  pop : "hash-partition-sender",
  @id : 1,
  receiver-major-fragment : 1,
  child : {
    pop : "mock-scan",
    @id : 2,
    url : "http://apache.org",
    entries : [ {
      records : 100,
      types : [ {
        name : "blue",
        type : "INT",
        mode : "REQUIRED"
      }, {
        name : "red",
        type : "BIGINT",
        mode : "REQUIRED"
      }, {
        name : "green",
        type : "INT",
        mode : "REQUIRED"
      } ]
    } ]
  },
  destinations : [ "Cglsb2NhbGhvc3QY0gk=" ]
}Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069
sec - in org.apache.drill.exec.pop.TestFragmentChecker
Running org.apache.drill.exec.pop.TestFragmenter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049
sec - in org.apache.drill.exec.pop.TestFragmenter
Running org.apache.drill.exec.pop.TestInjectionValue
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024
sec - in org.apache.drill.exec.pop.TestInjectionValue
Running org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Found 1 errors.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009
sec - in org.apache.drill.exec.record.ExpressionTreeMaterializerTest
Running org.apache.drill.exec.record.vector.TestValueVector
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055
sec - in org.apache.drill.exec.record.vector.TestValueVector
Running org.apache.drill.exec.server.TestBitRpc
connected
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071
sec - in org.apache.drill.exec.server.TestBitRpc
Running org.apache.drill.exec.store.JSONRecordReaderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.123
sec - in org.apache.drill.exec.store.JSONRecordReaderTest

Results :

Tests run: 36, Failures: 0, Errors: 0, Skipped: 4

[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.2:test-jar (default) @ java-exec ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ java-exec ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/pom.xml
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/java-exec/target/java-exec-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/java-exec/1.0-SNAPSHOT/java-exec-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Logical Plan Execution Reference Implementation 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ref ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ ref ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ ref ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 85 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ref ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Some input files use or override a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/exec/ref/src/test/java/org/apache/drill/exec/ref/RSERegistryTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ ref ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.drill.exec.ref.rops.CollapsingAggregateTest
09:43:20.064 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:20.620 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:20.625 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:20.774 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.779 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.899 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.903 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:20.925 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:20.941 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:20.943 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:20.946 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.043 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.058 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813
sec - in org.apache.drill.exec.ref.rops.CollapsingAggregateTest
Running org.apache.drill.exec.ref.rops.ConstantROPTest
09:43:21.066 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.070 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.071 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
java.lang.RuntimeException:
com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not
construct instance of org.apache.drill.common.PlanProperties$PlanType
from String value 'apache_drill_logical_plan': value not one of
declared Enum instance names
 at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
	at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:96)
	at org.apache.drill.exec.ref.rops.ConstantROPTest.testRefInterp(ConstantROPTest.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.executeTestMethod(JUnit4TestRunnerDecorator.java:120)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:65)
	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:29)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at mockit.internal.util.MethodReflection.invokeWithCheckedThrows(MethodReflection.java:95)
	at mockit.internal.annotations.MockMethodBridge.callMock(MockMethodBridge.java:76)
	at mockit.internal.annotations.MockMethodBridge.invoke(MockMethodBridge.java:41)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException:
Can not construct instance of
org.apache.drill.common.PlanProperties$PlanType from String value
'apache_drill_logical_plan': value not one of declared Enum instance
names
 at [Source: java.io.StringReader@41d206d9; line: 3, column: 5]
(through reference chain:
org.apache.drill.common.PlanProperties["type"])
	at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:55)
	at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:650)
	at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:85)
	at com.fasterxml.jackson.databind.deser.std.EnumDeserializer.deserialize(EnumDeserializer.java:20)
	at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
	at com.fasterxml.jackson.databind.deser.impl.FieldProperty.deserializeAndSet(FieldProperty.java:107)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:308)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
	at com.fasterxml.jackson.databind.deser.SettableBeanProperty.deserialize(SettableBeanProperty.java:375)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:559)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObjectUsingNonDefault(BeanDeserializer.java:393)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:289)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:121)
	at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2796)
	at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:1942)
	at org.apache.drill.common.logical.LogicalPlan.parse(LogicalPlan.java:93)
	... 35 more
09:43:21.092 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.097 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.099 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.102 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.104 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
Constant [memo=null]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=1],
c2=StringScalar [seq=string 1]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=2],
c2=StringScalar [seq=string 2]]]]
UnbackedRecord [root=SimpleMapValue [map=[c1=IntegerScalar [i=3],
c2=StringScalar [seq=string 3]]]]
end test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116
sec - in org.apache.drill.exec.ref.rops.ConstantROPTest
Running org.apache.drill.exec.ref.rops.JoinROPTest
09:43:21.183 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.188 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.189 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.205 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.208 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.219 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.222 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.224 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.226 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 6 records.
09:43:21.236 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.241 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.244 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.245 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.260 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.262 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.273 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.276 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.278 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.281 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.285 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 7 records.
09:43:21.286 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.291 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.294 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.296 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.311 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.314 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.324 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.327 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.329 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.331 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Join.  Looking for a generic
option...
09:43:21.335 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.336 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157
sec - in org.apache.drill.exec.ref.rops.JoinROPTest
Running org.apache.drill.exec.ref.rops.LimitROPTest
09:43:21.344 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.347 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.349 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.365 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.369 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.370 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.375 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.378 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.379 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042
sec - in org.apache.drill.exec.ref.rops.LimitROPTest
Running org.apache.drill.exec.ref.rops.OrderROPTest
09:43:21.386 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.389 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.390 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.406 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.408 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.432 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.434 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.436 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.438 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.439 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.440 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.443 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.444 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.449 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.453 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.455 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.469 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.472 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.496 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.499 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.500 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.502 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Segment.  Looking for a generic
option...
09:43:21.503 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.CollapsingAggregate.  Looking for
a generic option...
09:43:21.504 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Order.  Looking for a generic
option...
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 4 records.
09:43:21.506 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124
sec - in org.apache.drill.exec.ref.rops.OrderROPTest
Running org.apache.drill.exec.ref.rops.UnionROPTest
09:43:21.511 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.515 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.517 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.528 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.530 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.546 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.550 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.552 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.554 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.555 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.556 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.561 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 5 records.
09:43:21.562 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
09:43:21.565 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.568 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.570 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.582 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.584 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.598 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.601 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:21.603 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
09:43:21.606 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.607 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:21.608 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Union.  Looking for a generic
option...
09:43:21.610 [main] DEBUG o.a.drill.exec.ref.BasicStatusHandle -
Progressed 0 bytes, 10 records.
09:43:21.611 [main] DEBUG o.a.drill.exec.ref.rops.BaseSinkROP -
Breaking because no more records were found.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103
sec - in org.apache.drill.exec.ref.rops.UnionROPTest
Running org.apache.drill.exec.ref.rops.WindowFrameROPTest
09:43:21.619 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.623 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.624 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.638 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.641 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.643 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.650 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.654 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.655 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.662 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.665 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.666 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.671 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.674 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.675 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.680 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.683 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.684 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073
sec - in org.apache.drill.exec.ref.rops.WindowFrameROPTest
Running org.apache.drill.exec.ref.RSERegistryTest
09:43:21.690 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/classes/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:21.693 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Constant, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project]
09:43:21.694 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:21.695 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
sec - in org.apache.drill.exec.ref.RSERegistryTest

Results :

Tests run: 21, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ ref ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ref ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/exec/ref/1.0-SNAPSHOT/ref-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building planner 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ planner ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @ planner ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ planner ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ planner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/planner/src/test/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ planner ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ planner ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ planner ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ planner ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/planner/target/planner-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/planner/1.0-SNAPSHOT/planner-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building sqlparser 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sqlparser ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (no_commons_logging) @
sqlparser ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ sqlparser ---
Downloading: http://conjars.org/repo/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-xom/1.3.1/eigenbase-xom-1.3.1.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-properties/1.1.2/eigenbase-properties-1.1.2.pom

Downloading: http://conjars.org/repo/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

Downloading: http://repo1.maven.org/maven2/eigenbase/eigenbase-resgen/1.3.1/eigenbase-resgen-1.3.1.pom

[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java
uses unchecked or unsafe operations.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/main/java/org/apache/drill/optiq/EnumerableDrill.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources
(default-testResources) @ sqlparser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile)
@ sqlparser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/test-classes
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java
uses or overrides a deprecated API.
[WARNING] /private/tmp/drill-build-test/sandbox/prototype/sqlparser/src/test/java/org/apache/drill/jdbc/test/JdbcAssert.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ sqlparser ---
[INFO] Surefire report directory:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.drill.jdbc.test.JdbcTest
09:43:27.922 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
< 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:28.444 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.729 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.732 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.786 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.791 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.880 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.885 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:28.913 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:28.918 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:28.920 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:28.928 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:28.942 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.048 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.049 [pool-1-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.124 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.144 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.148 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.150 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.167 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.170 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.186 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.191 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.235 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"(1
+ 3)","ref":"output.C"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.251 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.254 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.256 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.268 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.270 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.279 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.282 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.287 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.292 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.293 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.294 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.297 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.304 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.305 [pool-2-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.343 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.360 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.363 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.364 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.377 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.379 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.389 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.392 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.433 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.448 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.451 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.452 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.463 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.466 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.475 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.479 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.483 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.487 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.488 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.489 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.492 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.498 [pool-3-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.575 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.ppu","ref":"output.PPU"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.591 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.594 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.595 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.606 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.608 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.617 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.619 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.622 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.625 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.626 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.627 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.629 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.630 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:29.635 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:29.636 [pool-4-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
09:43:29.708 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(3
> 4)"},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.722 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.725 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.726 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.735 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.737 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.742 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.745 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:29.748 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.750 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.751 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:29.752 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:29.754 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:29.757 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed -1 bytes, 0 records.
09:43:29.758 [pool-5-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=-1, records=0, exception=null]
09:43:29.982 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.donuts.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP.donuts","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:29.996 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:29.998 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:29.999 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.012 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.014 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.027 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.029 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.189 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"filter","expr":"(_MAP.ppu
> 0.6)"},{"op":"project","projections":[{"expr":"_MAP","ref":"output.D"}]},{"op":"project","projections":[{"expr":"D.name","ref":"output.NAME"},{"expr":"D.xx","ref":"output.XX"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.202 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.205 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.206 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.214 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.215 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.228 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.230 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.232 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.235 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.235 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.236 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Filter.  Looking for a generic
option...
09:43:30.238 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.239 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.243 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 3 records.
09:43:30.244 [pool-6-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=3, exception=null]
09:43:30.304 [main] DEBUG o.a.drill.optiq.EnumerableDrillRel -
implementing enumerable
{"head":{"type":"APACHE_DRILL_LOGICAL","version":"1","generator":{"type":"manual","info":"na"}},"storage":{"donuts-json":{"type":"classpath"},"queue":{"type":"queue"}},"query":[{"op":"sequence","do":[{"op":"scan","memo":"initial_scan","ref":"_MAP","storageengine":"donuts-json","selection":{"path":"/donuts.json","type":"JSON"}},{"op":"project","projections":[{"expr":"_MAP","ref":"output._MAP"}]},{"op":"store","storageengine":"queue","memo":"output
sink","target":{"number":0}}]}]}
09:43:30.323 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.327 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.328 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.339 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.341 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.348 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.350 [main] DEBUG org.apache.drill.common.JSONOptions -
Creating Deserializer.
09:43:30.354 [main] DEBUG o.a.drill.common.config.DrillConfig -
Loading configs at the following URLs
[jar:file:/private/tmp/drill-build-test/sandbox/prototype/common/target/common-1.0-SNAPSHOT.jar!/drill-module.conf,
jar:file:/private/tmp/drill-build-test/sandbox/prototype/exec/ref/target/ref-1.0-SNAPSHOT.jar!/drill-module.conf]
09:43:30.358 [main] DEBUG o.a.d.c.l.data.LogicalOperatorBase - Adding
Logical Operator sub types: [class
org.apache.drill.common.logical.data.RunningAggregate, class
org.apache.drill.common.logical.data.Segment, class
org.apache.drill.common.logical.data.Project, class
org.apache.drill.common.logical.data.Sequence, class
org.apache.drill.common.logical.data.Store, class
org.apache.drill.common.logical.data.WindowFrame, class
org.apache.drill.common.logical.data.Order, class
org.apache.drill.common.logical.data.Transform, class
org.apache.drill.common.logical.data.Join, class
org.apache.drill.common.logical.data.Filter, class
org.apache.drill.common.logical.data.Scan, class
org.apache.drill.common.logical.data.Limit, class
org.apache.drill.common.logical.data.CollapsingAggregate, class
org.apache.drill.common.logical.data.Flatten, class
org.apache.drill.common.logical.data.Union, class
org.apache.drill.common.logical.data.Constant]
09:43:30.359 [main] DEBUG o.a.d.c.l.StorageEngineConfigBase - Adding
Storage Engine Configs including [class
org.apache.drill.exec.ref.rse.FileSystemRSE$FileSystemRSEConfig, class
org.apache.drill.exec.ref.rse.ClasspathRSE$ClasspathRSEConfig, class
org.apache.drill.exec.ref.rse.ConsoleRSE$ConsoleRSEConfig, class
org.apache.drill.exec.ref.rse.QueueRSE$QueueRSEConfig]
09:43:30.360 [main] DEBUG o.a.drill.exec.ref.rse.RSERegistry - Loading
storage engines [class org.apache.drill.exec.ref.rse.ConsoleRSE, class
org.apache.drill.exec.ref.rse.QueueRSE, class
org.apache.drill.exec.ref.rse.ClasspathRSE, class
org.apache.drill.exec.ref.rse.FileSystemRSE]
09:43:30.361 [main] DEBUG o.apache.drill.exec.ref.ROPConverter - There
is no convertSpecific method for type class
org.apache.drill.common.logical.data.Project.  Looking for a generic
option...
09:43:30.368 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.BasicStatusHandle - Progressed 0 bytes, 5 records.
09:43:30.369 [pool-7-thread-1] DEBUG
o.a.drill.exec.ref.rops.BaseSinkROP - Breaking because no more records
were found.
============
RunOutcome [outcome=SUCCESS, bytes=0, records=5, exception=null]
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.283
sec - in org.apache.drill.jdbc.test.JdbcTest

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ sqlparser ---
[INFO] Building jar:
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sqlparser ---
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.jar
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/pom.xml to
/Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT.pom
[INFO] Installing
/private/tmp/drill-build-test/sandbox/prototype/sqlparser/target/sqlparser-1.0-SNAPSHOT-tests.jar
to /Users/jnadeau/.m2/repository/org/apache/drill/sqlparser/1.0-SNAPSHOT/sqlparser-1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] prototype-parent .................................. SUCCESS [1.510s]
[INFO] common ............................................ SUCCESS [5.874s]
[INFO] contrib-parent .................................... SUCCESS [0.198s]
[INFO] pom ............................................... SUCCESS [0.402s]
[INFO] exec .............................................. SUCCESS [0.191s]
[INFO] java-exec ......................................... SUCCESS [29.448s]
[INFO] Logical Plan Execution Reference Implementation ... SUCCESS [4.844s]
[INFO] planner ........................................... SUCCESS [0.282s]
[INFO] sqlparser ......................................... SUCCESS [8.215s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.426s
[INFO] Finished at: Fri Jul 26 09:43:30 PDT 2013
[INFO] Final Memory: 46M/437M
[INFO] ------------------------------------------------------------------------

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
J,

Attachment undelivered to this mail distribution.
Sent it to you alone directly.

V


________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Friday, July 26, 2013 8:17 AM
Subject: Re: Fwd: git mirror(s) not updating
 

Can you give us the entire trace? Clone.  Change directory.  Mvn install
On Jul 26, 2013 8:14 AM, "Sree V" <sr...@yahoo.com> wrote:

> Lisen,
>
> mvn install fails as compilation fails.
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 12:39 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> V,
>
> This is generated from common/src/main/protobuf/Types.proto, have you
> successfully 'mvn install'-ed the common module first?
>
> As Jacques pointed out, I haven't tried under win64, but maybe that would
> work.
>
>
>
>
>
> On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > When doing these checks,
> > 1.
> > missing parquet*, due to missing repository entry for sonatype.org in
> > java-exec pom.xml
> >
> > fixed. will file jira and submit patch later.
> >
> > 2.
> > I saw a lot of files generated in target/generated-sources/.
> > That says, the protoc win 32 working fine on win 64.
> >
> > But, java-exec compilation failed with,
> >
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class
> > org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> >
> > I think, this artifact didn't get generated, causing further compilation
> > errors including the above.
> >
> > org.apache.drill.common.types.TypeProtos
> >
> >
> > Count of compilation reduces to very few :-), thank you.
> >
> > any further pointers, please.
> >
> > V
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 9:18 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > then can you
> >
> > immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
> >
> >
> > you should find something like:
> >
> >      [exec] Executing 'protoc' with arguments:
> >
> > without errors.
> >
> > If so, can you should find these source file at:
> >
> > target/generated-sources/
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > C:\>protoc --version
> > > libprotoc 2.5.0
> > >
> > > V
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:59 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > can you type under cmd:
> > >
> > > $ protoc --version
> > > libprotoc 2.5.0
> > >
> > > can you get the version number 2.5 ?
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Lisen,
> > > >
> > > > I downloaded,
> > > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > > .
> > > > Included in PATH.
> > > > Restarted eclipse.
> > > > mvn clean
> > > > mvn install
> > > >
> > > > Didn't generate these classes.
> > > >
> > > > created new workspace and imported mvn projects in eclipse.
> > > > didn't generate these classes, still.
> > > >
> > > > What am I missing ?
> > > >
> > > > Thanks in advance.
> > > >
> > > > V
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >  From: Lisen Mu <im...@gmail.com>
> > > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > > Sent: Thursday, July 25, 2013 8:26 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > V,
> > > >
> > > > These are generated from protoc, you need to install protoc compiler
> > > prior
> > > > to 'mvn compile' to generate these classes like TypeProtos,
> UserProtos
> > > etc.
> > > >
> > > > Lisen
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > > wrote:
> > > >
> > > > > Sorry, J.
> > > > >
> > > > > I mean missing imports in java files.
> > > > > like these:
> > > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > > >
> > > > > V
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > You need to have the 2.5 version of protobuf compiler installed.
> The
> > > > > executable that is installed is called protoc.
> > > > >
> > > > > J
> > > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > Before running any, J.
> > > > > > I just setup a fresh work space from apache.
> > > > > >
> > > > > > More details on protoc 2.5, please ?
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > > To: drill-dev@incubator.apache.org
> > > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Are you running protoc 2.5?
> > > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com>
> wrote:
> > > > > >
> > > > > > > I updated from both github and from apache.
> > > > > > > They seems in sync, now.
> > > > > > >
> > > > > > > Both missing checkins related to 'protos'.
> > > > > > > Lots of compilation errors.
> > > > > > >
> > > > > > > Thanking you.
> > > > > > >
> > > > > > > With Regards
> > > > > > > Sree
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > > >
> > > > > > >
> > > > > > > Git mirrors are all better.
> > > > > > >
> > > > > > > ---------- Forwarded message ----------
> > > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > > Subject: Re: git mirror(s) not updating
> > > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Shazam!
> > > > > > >
> > > > > > > The changes have propagated all the way to github.
> > > > > > >
> > > > > > > Looks great.  Thanks Jukka.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > > jukka.zitting@gmail.com
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > > ted.dunning@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > No change.  Still out of date.
> > > > > > > >
> > > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > > script
> > > > > > > > checks for whether a github mirror is available. That check
> no
> > > > longer
> > > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > > >
> > > > > > > > I replaced the wget check with a "git ls-remote" invocation
> > (see
> > > > > infra
> > > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > > >
> > > > > > > > I started a new sync of all the git mirrors. It looks better
> > now.
> > > > > > > >
> > > > > > > > BR,
> > > > > > > >
> > > > > > > > Jukka Zitting
> > > > > > > >
> > > > >
> > > >
> > >
> >

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
Can you give us the entire trace? Clone.  Change directory.  Mvn install
On Jul 26, 2013 8:14 AM, "Sree V" <sr...@yahoo.com> wrote:

> Lisen,
>
> mvn install fails as compilation fails.
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Friday, July 26, 2013 12:39 AM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> V,
>
> This is generated from common/src/main/protobuf/Types.proto, have you
> successfully 'mvn install'-ed the common module first?
>
> As Jacques pointed out, I haven't tried under win64, but maybe that would
> work.
>
>
>
>
>
> On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > When doing these checks,
> > 1.
> > missing parquet*, due to missing repository entry for sonatype.org in
> > java-exec pom.xml
> >
> > fixed. will file jira and submit patch later.
> >
> > 2.
> > I saw a lot of files generated in target/generated-sources/.
> > That says, the protoc win 32 working fine on win 64.
> >
> > But, java-exec compilation failed with,
> >
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class
> > org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> >
> > I think, this artifact didn't get generated, causing further compilation
> > errors including the above.
> >
> > org.apache.drill.common.types.TypeProtos
> >
> >
> > Count of compilation reduces to very few :-), thank you.
> >
> > any further pointers, please.
> >
> > V
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 9:18 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > then can you
> >
> > immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
> >
> >
> > you should find something like:
> >
> >      [exec] Executing 'protoc' with arguments:
> >
> > without errors.
> >
> > If so, can you should find these source file at:
> >
> > target/generated-sources/
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > C:\>protoc --version
> > > libprotoc 2.5.0
> > >
> > > V
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:59 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > can you type under cmd:
> > >
> > > $ protoc --version
> > > libprotoc 2.5.0
> > >
> > > can you get the version number 2.5 ?
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Lisen,
> > > >
> > > > I downloaded,
> > > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > > .
> > > > Included in PATH.
> > > > Restarted eclipse.
> > > > mvn clean
> > > > mvn install
> > > >
> > > > Didn't generate these classes.
> > > >
> > > > created new workspace and imported mvn projects in eclipse.
> > > > didn't generate these classes, still.
> > > >
> > > > What am I missing ?
> > > >
> > > > Thanks in advance.
> > > >
> > > > V
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >  From: Lisen Mu <im...@gmail.com>
> > > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > > Sent: Thursday, July 25, 2013 8:26 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > V,
> > > >
> > > > These are generated from protoc, you need to install protoc compiler
> > > prior
> > > > to 'mvn compile' to generate these classes like TypeProtos,
> UserProtos
> > > etc.
> > > >
> > > > Lisen
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > > wrote:
> > > >
> > > > > Sorry, J.
> > > > >
> > > > > I mean missing imports in java files.
> > > > > like these:
> > > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > > >
> > > > > V
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > You need to have the 2.5 version of protobuf compiler installed.
> The
> > > > > executable that is installed is called protoc.
> > > > >
> > > > > J
> > > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > Before running any, J.
> > > > > > I just setup a fresh work space from apache.
> > > > > >
> > > > > > More details on protoc 2.5, please ?
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > > To: drill-dev@incubator.apache.org
> > > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Are you running protoc 2.5?
> > > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com>
> wrote:
> > > > > >
> > > > > > > I updated from both github and from apache.
> > > > > > > They seems in sync, now.
> > > > > > >
> > > > > > > Both missing checkins related to 'protos'.
> > > > > > > Lots of compilation errors.
> > > > > > >
> > > > > > > Thanking you.
> > > > > > >
> > > > > > > With Regards
> > > > > > > Sree
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > > >
> > > > > > >
> > > > > > > Git mirrors are all better.
> > > > > > >
> > > > > > > ---------- Forwarded message ----------
> > > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > > Subject: Re: git mirror(s) not updating
> > > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Shazam!
> > > > > > >
> > > > > > > The changes have propagated all the way to github.
> > > > > > >
> > > > > > > Looks great.  Thanks Jukka.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > > jukka.zitting@gmail.com
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > > ted.dunning@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > No change.  Still out of date.
> > > > > > > >
> > > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > > script
> > > > > > > > checks for whether a github mirror is available. That check
> no
> > > > longer
> > > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > > >
> > > > > > > > I replaced the wget check with a "git ls-remote" invocation
> > (see
> > > > > infra
> > > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > > >
> > > > > > > > I started a new sync of all the git mirrors. It looks better
> > now.
> > > > > > > >
> > > > > > > > BR,
> > > > > > > >
> > > > > > > > Jukka Zitting
> > > > > > > >
> > > > >
> > > >
> > >
> >

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Lisen,

mvn install fails as compilation fails.

V


________________________________
 From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Friday, July 26, 2013 12:39 AM
Subject: Re: Fwd: git mirror(s) not updating
 

V,

This is generated from common/src/main/protobuf/Types.proto, have you
successfully 'mvn install'-ed the common module first?

As Jacques pointed out, I haven't tried under win64, but maybe that would
work.





On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:

> Lisen,
>
> When doing these checks,
> 1.
> missing parquet*, due to missing repository entry for sonatype.org in
> java-exec pom.xml
>
> fixed. will file jira and submit patch later.
>
> 2.
> I saw a lot of files generated in target/generated-sources/.
> That says, the protoc win 32 working fine on win 64.
>
> But, java-exec compilation failed with,
>
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class
> org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
>
> I think, this artifact didn't get generated, causing further compilation
> errors including the above.
>
> org.apache.drill.common.types.TypeProtos
>
>
> Count of compilation reduces to very few :-), thank you.
>
> any further pointers, please.
>
> V
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 9:18 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> then can you
>
> immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
>
>
> you should find something like:
>
>      [exec] Executing 'protoc' with arguments:
>
> without errors.
>
> If so, can you should find these source file at:
>
> target/generated-sources/
>
>
>
>
> On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:
>
> > C:\>protoc --version
> > libprotoc 2.5.0
> >
> > V
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:59 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > can you type under cmd:
> >
> > $ protoc --version
> > libprotoc 2.5.0
> >
> > can you get the version number 2.5 ?
> >
> >
> > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Lisen,
> > >
> > > I downloaded,
> > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > .
> > > Included in PATH.
> > > Restarted eclipse.
> > > mvn clean
> > > mvn install
> > >
> > > Didn't generate these classes.
> > >
> > > created new workspace and imported mvn projects in eclipse.
> > > didn't generate these classes, still.
> > >
> > > What am I missing ?
> > >
> > > Thanks in advance.
> > >
> > > V
> > >
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:26 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > V,
> > >
> > > These are generated from protoc, you need to install protoc compiler
> > prior
> > > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> > etc.
> > >
> > > Lisen
> > >
> > >
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Sorry, J.
> > > >
> > > > I mean missing imports in java files.
> > > > like these:
> > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > >
> > > > V
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > You need to have the 2.5 version of protobuf compiler installed. The
> > > > executable that is installed is called protoc.
> > > >
> > > > J
> > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > Before running any, J.
> > > > > I just setup a fresh work space from apache.
> > > > >
> > > > > More details on protoc 2.5, please ?
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Are you running protoc 2.5?
> > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > I updated from both github and from apache.
> > > > > > They seems in sync, now.
> > > > > >
> > > > > > Both missing checkins related to 'protos'.
> > > > > > Lots of compilation errors.
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Git mirrors are all better.
> > > > > >
> > > > > > ---------- Forwarded message ----------
> > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > Subject: Re: git mirror(s) not updating
> > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > >
> > > > > >
> > > > > >
> > > > > > Shazam!
> > > > > >
> > > > > > The changes have propagated all the way to github.
> > > > > >
> > > > > > Looks great.  Thanks Jukka.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > jukka.zitting@gmail.com
> > > > > > >wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > ted.dunning@gmail.com>
> > > > > > > wrote:
> > > > > > > > No change.  Still out of date.
> > > > > > >
> > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > script
> > > > > > > checks for whether a github mirror is available. That check no
> > > longer
> > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > >
> > > > > > > I replaced the wget check with a "git ls-remote" invocation
> (see
> > > > infra
> > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > >
> > > > > > > I started a new sync of all the git mirrors. It looks better
> now.
> > > > > > >
> > > > > > > BR,
> > > > > > >
> > > > > > > Jukka Zitting
> > > > > > >
> > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Hi Ted,

mvn 3 and above should be ok, i guess.

C:\SreeVaddi>mvn --version
Apache Maven 3.1.0-alpha-1 (c726cdd3a9ad5c3a419e1171f8c1925e336ead18; 2013-06-01 06:03:28-0700)
Maven home: C:\SreeVaddi\Software\apache-maven-3.1.0-alpha-1
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: C:\Progra~1\Java\jdk1.7.0_25\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

V


________________________________
 From: Ted Dunning <te...@gmail.com>
To: drill <dr...@incubator.apache.org> 
Cc: Sree V <sr...@yahoo.com> 
Sent: Friday, July 26, 2013 5:05 AM
Subject: Re: Fwd: git mirror(s) not updating
 

It is also possible that there is a maven version issue.

What does

mvn --version

say?



On Fri, Jul 26, 2013 at 12:39 AM, Lisen Mu <im...@gmail.com> wrote:

> V,
>
> This is generated from common/src/main/protobuf/Types.proto, have you
> successfully 'mvn install'-ed the common module first?
>
> As Jacques pointed out, I haven't tried under win64, but maybe that would
> work.
>
>
>
>
>
> On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > When doing these checks,
> > 1.
> > missing parquet*, due to missing repository entry for sonatype.org in
> > java-exec pom.xml
> >
> > fixed. will file jira and submit patch later.
> >
> > 2.
> > I saw a lot of files generated in target/generated-sources/.
> > That says, the protoc win 32 working fine on win 64.
> >
> > But, java-exec compilation failed with,
> >
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class
> > org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> >
> > I think, this artifact didn't get generated, causing further compilation
> > errors including the above.
> >
> > org.apache.drill.common.types.TypeProtos
> >
> >
> > Count of compilation reduces to very few :-), thank you.
> >
> > any further pointers, please.
> >
> > V
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 9:18 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > then can you
> >
> > immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
> >
> >
> > you should find something like:
> >
> >      [exec] Executing 'protoc' with arguments:
> >
> > without errors.
> >
> > If so, can you should find these source file at:
> >
> > target/generated-sources/
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > C:\>protoc --version
> > > libprotoc 2.5.0
> > >
> > > V
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:59 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > can you type under cmd:
> > >
> > > $ protoc --version
> > > libprotoc 2.5.0
> > >
> > > can you get the version number 2.5 ?
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Lisen,
> > > >
> > > > I downloaded,
> > > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > > .
> > > > Included in PATH.
> > > > Restarted eclipse.
> > > > mvn clean
> > > > mvn install
> > > >
> > > > Didn't generate these classes.
> > > >
> > > > created new workspace and imported mvn projects in eclipse.
> > > > didn't generate these classes, still.
> > > >
> > > > What am I missing ?
> > > >
> > > > Thanks in advance.
> > > >
> > > > V
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >  From: Lisen Mu <im...@gmail.com>
> > > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > > Sent: Thursday, July 25, 2013 8:26 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > V,
> > > >
> > > > These are generated from protoc, you need to install protoc compiler
> > > prior
> > > > to 'mvn compile' to generate these classes like TypeProtos,
> UserProtos
> > > etc.
> > > >
> > > > Lisen
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > > wrote:
> > > >
> > > > > Sorry, J.
> > > > >
> > > > > I mean missing imports in java files.
> > > > > like these:
> > > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > > >
> > > > > V
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > You need to have the 2.5 version of protobuf compiler installed.
> The
> > > > > executable that is installed is called protoc.
> > > > >
> > > > > J
> > > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > Before running any, J.
> > > > > > I just setup a fresh work space from apache.
> > > > > >
> > > > > > More details on protoc 2.5, please ?
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > > To: drill-dev@incubator.apache.org
> > > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Are you running protoc 2.5?
> > > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com>
> wrote:
> > > > > >
> > > > > > > I updated from both github and from apache.
> > > > > > > They seems in sync, now.
> > > > > > >
> > > > > > > Both missing checkins related to 'protos'.
> > > > > > > Lots of compilation errors.
> > > > > > >
> > > > > > > Thanking you.
> > > > > > >
> > > > > > > With Regards
> > > > > > > Sree
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > > >
> > > > > > >
> > > > > > > Git mirrors are all better.
> > > > > > >
> > > > > > > ---------- Forwarded message ----------
> > > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > > Subject: Re: git mirror(s) not updating
> > > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Shazam!
> > > > > > >
> > > > > > > The changes have propagated all the way to github.
> > > > > > >
> > > > > > > Looks great.  Thanks Jukka.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > > jukka.zitting@gmail.com
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > > ted.dunning@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > No change.  Still out of date.
> > > > > > > >
> > > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > > script
> > > > > > > > checks for whether a github mirror is available. That check
> no
> > > > longer
> > > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > > >
> > > > > > > > I replaced the wget check with a "git ls-remote" invocation
> > (see
> > > > > infra
> > > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > > >
> > > > > > > > I started a new sync of all the git mirrors. It looks better
> > now.
> > > > > > > >
> > > > > > > > BR,
> > > > > > > >
> > > > > > > > Jukka Zitting
> > > > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Ted Dunning <te...@gmail.com>.
It is also possible that there is a maven version issue.

What does

mvn --version

say?



On Fri, Jul 26, 2013 at 12:39 AM, Lisen Mu <im...@gmail.com> wrote:

> V,
>
> This is generated from common/src/main/protobuf/Types.proto, have you
> successfully 'mvn install'-ed the common module first?
>
> As Jacques pointed out, I haven't tried under win64, but maybe that would
> work.
>
>
>
>
>
> On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > When doing these checks,
> > 1.
> > missing parquet*, due to missing repository entry for sonatype.org in
> > java-exec pom.xml
> >
> > fixed. will file jira and submit patch later.
> >
> > 2.
> > I saw a lot of files generated in target/generated-sources/.
> > That says, the protoc win 32 working fine on win 64.
> >
> > But, java-exec compilation failed with,
> >
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> > [ERROR]
> >
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> > cannot find symbol
> >   symbol:   class MajorType
> >   location: class
> > org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> > [INFO] 2 errors
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> >
> > I think, this artifact didn't get generated, causing further compilation
> > errors including the above.
> >
> > org.apache.drill.common.types.TypeProtos
> >
> >
> > Count of compilation reduces to very few :-), thank you.
> >
> > any further pointers, please.
> >
> > V
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 9:18 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > then can you
> >
> > immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
> >
> >
> > you should find something like:
> >
> >      [exec] Executing 'protoc' with arguments:
> >
> > without errors.
> >
> > If so, can you should find these source file at:
> >
> > target/generated-sources/
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > C:\>protoc --version
> > > libprotoc 2.5.0
> > >
> > > V
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:59 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > can you type under cmd:
> > >
> > > $ protoc --version
> > > libprotoc 2.5.0
> > >
> > > can you get the version number 2.5 ?
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Lisen,
> > > >
> > > > I downloaded,
> > > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > > .
> > > > Included in PATH.
> > > > Restarted eclipse.
> > > > mvn clean
> > > > mvn install
> > > >
> > > > Didn't generate these classes.
> > > >
> > > > created new workspace and imported mvn projects in eclipse.
> > > > didn't generate these classes, still.
> > > >
> > > > What am I missing ?
> > > >
> > > > Thanks in advance.
> > > >
> > > > V
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >  From: Lisen Mu <im...@gmail.com>
> > > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > > Sent: Thursday, July 25, 2013 8:26 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > V,
> > > >
> > > > These are generated from protoc, you need to install protoc compiler
> > > prior
> > > > to 'mvn compile' to generate these classes like TypeProtos,
> UserProtos
> > > etc.
> > > >
> > > > Lisen
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > > wrote:
> > > >
> > > > > Sorry, J.
> > > > >
> > > > > I mean missing imports in java files.
> > > > > like these:
> > > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > > >
> > > > > V
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > You need to have the 2.5 version of protobuf compiler installed.
> The
> > > > > executable that is installed is called protoc.
> > > > >
> > > > > J
> > > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > Before running any, J.
> > > > > > I just setup a fresh work space from apache.
> > > > > >
> > > > > > More details on protoc 2.5, please ?
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > > To: drill-dev@incubator.apache.org
> > > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Are you running protoc 2.5?
> > > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com>
> wrote:
> > > > > >
> > > > > > > I updated from both github and from apache.
> > > > > > > They seems in sync, now.
> > > > > > >
> > > > > > > Both missing checkins related to 'protos'.
> > > > > > > Lots of compilation errors.
> > > > > > >
> > > > > > > Thanking you.
> > > > > > >
> > > > > > > With Regards
> > > > > > > Sree
> > > > > > >
> > > > > > >
> > > > > > > ________________________________
> > > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > > >
> > > > > > >
> > > > > > > Git mirrors are all better.
> > > > > > >
> > > > > > > ---------- Forwarded message ----------
> > > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > > Subject: Re: git mirror(s) not updating
> > > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Shazam!
> > > > > > >
> > > > > > > The changes have propagated all the way to github.
> > > > > > >
> > > > > > > Looks great.  Thanks Jukka.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > > jukka.zitting@gmail.com
> > > > > > > >wrote:
> > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > > ted.dunning@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > No change.  Still out of date.
> > > > > > > >
> > > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > > script
> > > > > > > > checks for whether a github mirror is available. That check
> no
> > > > longer
> > > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > > >
> > > > > > > > I replaced the wget check with a "git ls-remote" invocation
> > (see
> > > > > infra
> > > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > > >
> > > > > > > > I started a new sync of all the git mirrors. It looks better
> > now.
> > > > > > > >
> > > > > > > > BR,
> > > > > > > >
> > > > > > > > Jukka Zitting
> > > > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Lisen Mu <im...@gmail.com>.
V,

This is generated from common/src/main/protobuf/Types.proto, have you
successfully 'mvn install'-ed the common module first?

As Jacques pointed out, I haven't tried under win64, but maybe that would
work.





On Fri, Jul 26, 2013 at 2:46 PM, Sree V <sr...@yahoo.com> wrote:

> Lisen,
>
> When doing these checks,
> 1.
> missing parquet*, due to missing repository entry for sonatype.org in
> java-exec pom.xml
>
> fixed. will file jira and submit patch later.
>
> 2.
> I saw a lot of files generated in target/generated-sources/.
> That says, the protoc win 32 working fine on win 64.
>
> But, java-exec compilation failed with,
>
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
> [ERROR]
> /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10]
> cannot find symbol
>   symbol:   class MajorType
>   location: class
> org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
>
> I think, this artifact didn't get generated, causing further compilation
> errors including the above.
>
> org.apache.drill.common.types.TypeProtos
>
>
> Count of compilation reduces to very few :-), thank you.
>
> any further pointers, please.
>
> V
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 9:18 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> then can you
>
> immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt
>
>
> you should find something like:
>
>      [exec] Executing 'protoc' with arguments:
>
> without errors.
>
> If so, can you should find these source file at:
>
> target/generated-sources/
>
>
>
>
> On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:
>
> > C:\>protoc --version
> > libprotoc 2.5.0
> >
> > V
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:59 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > can you type under cmd:
> >
> > $ protoc --version
> > libprotoc 2.5.0
> >
> > can you get the version number 2.5 ?
> >
> >
> > On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Lisen,
> > >
> > > I downloaded,
> > https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > > .
> > > Included in PATH.
> > > Restarted eclipse.
> > > mvn clean
> > > mvn install
> > >
> > > Didn't generate these classes.
> > >
> > > created new workspace and imported mvn projects in eclipse.
> > > didn't generate these classes, still.
> > >
> > > What am I missing ?
> > >
> > > Thanks in advance.
> > >
> > > V
> > >
> > >
> > >
> > > ________________________________
> > >  From: Lisen Mu <im...@gmail.com>
> > > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > > Sent: Thursday, July 25, 2013 8:26 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > V,
> > >
> > > These are generated from protoc, you need to install protoc compiler
> > prior
> > > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> > etc.
> > >
> > > Lisen
> > >
> > >
> > >
> > >
> > > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> > wrote:
> > >
> > > > Sorry, J.
> > > >
> > > > I mean missing imports in java files.
> > > > like these:
> > > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > > >
> > > > V
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 7:37 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > You need to have the 2.5 version of protobuf compiler installed. The
> > > > executable that is installed is called protoc.
> > > >
> > > > J
> > > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > Before running any, J.
> > > > > I just setup a fresh work space from apache.
> > > > >
> > > > > More details on protoc 2.5, please ?
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > > To: drill-dev@incubator.apache.org
> > > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > > Subject: Re: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Are you running protoc 2.5?
> > > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > > >
> > > > > > I updated from both github and from apache.
> > > > > > They seems in sync, now.
> > > > > >
> > > > > > Both missing checkins related to 'protos'.
> > > > > > Lots of compilation errors.
> > > > > >
> > > > > > Thanking you.
> > > > > >
> > > > > > With Regards
> > > > > > Sree
> > > > > >
> > > > > >
> > > > > > ________________________________
> > > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > > To: drill <dr...@incubator.apache.org>
> > > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > > Subject: Fwd: git mirror(s) not updating
> > > > > >
> > > > > >
> > > > > > Git mirrors are all better.
> > > > > >
> > > > > > ---------- Forwarded message ----------
> > > > > > From: Ted Dunning <te...@gmail.com>
> > > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > > Subject: Re: git mirror(s) not updating
> > > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > > >
> > > > > >
> > > > > >
> > > > > > Shazam!
> > > > > >
> > > > > > The changes have propagated all the way to github.
> > > > > >
> > > > > > Looks great.  Thanks Jukka.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > > jukka.zitting@gmail.com
> > > > > > >wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > > ted.dunning@gmail.com>
> > > > > > > wrote:
> > > > > > > > No change.  Still out of date.
> > > > > > >
> > > > > > > I dug a bit deeper, and found a problem in the way the update
> > > script
> > > > > > > checks for whether a github mirror is available. That check no
> > > longer
> > > > > > > worked, apparently because of an updated SSL certificate.
> > > > > > >
> > > > > > > I replaced the wget check with a "git ls-remote" invocation
> (see
> > > > infra
> > > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > > >
> > > > > > > I started a new sync of all the git mirrors. It looks better
> now.
> > > > > > >
> > > > > > > BR,
> > > > > > >
> > > > > > > Jukka Zitting
> > > > > > >
> > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Lisen,

When doing these checks,
1.
missing parquet*, due to missing repository entry for sonatype.org in java-exec pom.xml

fixed. will file jira and submit patch later.

2.
I saw a lot of files generated in target/generated-sources/.
That says, the protoc win 32 working fine on win 64.

But, java-exec compilation failed with,

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/expr/ValueVectorWriteExpression.java:[24,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.expr.ValueVectorWriteExpression
[ERROR] /C:/SreeVaddi/OpenSource/incubator-drill/sandbox/prototype/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/filter/ReturnValueExpression.java:[22,10] cannot find symbol
  symbol:   class MajorType
  location: class org.apache.drill.exec.physical.impl.filter.ReturnValueExpression
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

I think, this artifact didn't get generated, causing further compilation errors including the above. 

org.apache.drill.common.types.TypeProtos


Count of compilation reduces to very few :-), thank you.

any further pointers, please.

V

________________________________
 From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Thursday, July 25, 2013 9:18 PM
Subject: Re: Fwd: git mirror(s) not updating
 

then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Lisen Mu <im...@gmail.com>.
then can you

immars-brick:java-exec mulisen$ mvn -X compile > mvn.txt


you should find something like:

     [exec] Executing 'protoc' with arguments:

without errors.

If so, can you should find these source file at:

target/generated-sources/




On Fri, Jul 26, 2013 at 12:06 PM, Sree V <sr...@yahoo.com> wrote:

> C:\>protoc --version
> libprotoc 2.5.0
>
> V
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:59 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> can you type under cmd:
>
> $ protoc --version
> libprotoc 2.5.0
>
> can you get the version number 2.5 ?
>
>
> On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Lisen,
> >
> > I downloaded,
> https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> > .
> > Included in PATH.
> > Restarted eclipse.
> > mvn clean
> > mvn install
> >
> > Didn't generate these classes.
> >
> > created new workspace and imported mvn projects in eclipse.
> > didn't generate these classes, still.
> >
> > What am I missing ?
> >
> > Thanks in advance.
> >
> > V
> >
> >
> >
> > ________________________________
> >  From: Lisen Mu <im...@gmail.com>
> > To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> > Sent: Thursday, July 25, 2013 8:26 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > V,
> >
> > These are generated from protoc, you need to install protoc compiler
> prior
> > to 'mvn compile' to generate these classes like TypeProtos, UserProtos
> etc.
> >
> > Lisen
> >
> >
> >
> >
> > On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com>
> wrote:
> >
> > > Sorry, J.
> > >
> > > I mean missing imports in java files.
> > > like these:
> > > import org.apache.drill.common.types.TypeProtos.DataMode;
> > > import org.apache.drill.common.types.TypeProtos.MinorType;
> > >
> > > V
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 7:37 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > You need to have the 2.5 version of protobuf compiler installed. The
> > > executable that is installed is called protoc.
> > >
> > > J
> > > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > Before running any, J.
> > > > I just setup a fresh work space from apache.
> > > >
> > > > More details on protoc 2.5, please ?
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Jacques Nadeau <ja...@apache.org>
> > > > To: drill-dev@incubator.apache.org
> > > > Sent: Thursday, July 25, 2013 6:52 PM
> > > > Subject: Re: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Are you running protoc 2.5?
> > > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > > >
> > > > > I updated from both github and from apache.
> > > > > They seems in sync, now.
> > > > >
> > > > > Both missing checkins related to 'protos'.
> > > > > Lots of compilation errors.
> > > > >
> > > > > Thanking you.
> > > > >
> > > > > With Regards
> > > > > Sree
> > > > >
> > > > >
> > > > > ________________________________
> > > > >  From: Ted Dunning <te...@gmail.com>
> > > > > To: drill <dr...@incubator.apache.org>
> > > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > > Subject: Fwd: git mirror(s) not updating
> > > > >
> > > > >
> > > > > Git mirrors are all better.
> > > > >
> > > > > ---------- Forwarded message ----------
> > > > > From: Ted Dunning <te...@gmail.com>
> > > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > > Subject: Re: git mirror(s) not updating
> > > > > To: Jukka Zitting <ju...@gmail.com>
> > > > >
> > > > >
> > > > >
> > > > > Shazam!
> > > > >
> > > > > The changes have propagated all the way to github.
> > > > >
> > > > > Looks great.  Thanks Jukka.
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > > jukka.zitting@gmail.com
> > > > > >wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> > ted.dunning@gmail.com>
> > > > > > wrote:
> > > > > > > No change.  Still out of date.
> > > > > >
> > > > > > I dug a bit deeper, and found a problem in the way the update
> > script
> > > > > > checks for whether a github mirror is available. That check no
> > longer
> > > > > > worked, apparently because of an updated SSL certificate.
> > > > > >
> > > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > > infra
> > > > > > revision 871164, the earlier wget check wasn't committed).
> > > > > >
> > > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > > >
> > > > > > BR,
> > > > > >
> > > > > > Jukka Zitting
> > > > > >
> > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
C:\>protoc --version
libprotoc 2.5.0
 
V


________________________________
 From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Thursday, July 25, 2013 8:59 PM
Subject: Re: Fwd: git mirror(s) not updating
 

can you type under cmd:

$ protoc --version
libprotoc 2.5.0

can you get the version number 2.5 ?


On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:

> Lisen,
>
> I downloaded, https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> .
> Included in PATH.
> Restarted eclipse.
> mvn clean
> mvn install
>
> Didn't generate these classes.
>
> created new workspace and imported mvn projects in eclipse.
> didn't generate these classes, still.
>
> What am I missing ?
>
> Thanks in advance.
>
> V
>
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:26 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> V,
>
> These are generated from protoc, you need to install protoc compiler prior
> to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc.
>
> Lisen
>
>
>
>
> On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Sorry, J.
> >
> > I mean missing imports in java files.
> > like these:
> > import org.apache.drill.common.types.TypeProtos.DataMode;
> > import org.apache.drill.common.types.TypeProtos.MinorType;
> >
> > V
> >
> > ________________________________
> >  From: Jacques Nadeau <ja...@apache.org>
> > To: drill-dev@incubator.apache.org
> > Sent: Thursday, July 25, 2013 7:37 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > You need to have the 2.5 version of protobuf compiler installed. The
> > executable that is installed is called protoc.
> >
> > J
> > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> >
> > > Before running any, J.
> > > I just setup a fresh work space from apache.
> > >
> > > More details on protoc 2.5, please ?
> > >
> > > Thanking you.
> > >
> > > With Regards
> > > Sree
> > >
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 6:52 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > Are you running protoc 2.5?
> > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > I updated from both github and from apache.
> > > > They seems in sync, now.
> > > >
> > > > Both missing checkins related to 'protos'.
> > > > Lots of compilation errors.
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Ted Dunning <te...@gmail.com>
> > > > To: drill <dr...@incubator.apache.org>
> > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > Subject: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Git mirrors are all better.
> > > >
> > > > ---------- Forwarded message ----------
> > > > From: Ted Dunning <te...@gmail.com>
> > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > Subject: Re: git mirror(s) not updating
> > > > To: Jukka Zitting <ju...@gmail.com>
> > > >
> > > >
> > > >
> > > > Shazam!
> > > >
> > > > The changes have propagated all the way to github.
> > > >
> > > > Looks great.  Thanks Jukka.
> > > >
> > > >
> > > >
> > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > jukka.zitting@gmail.com
> > > > >wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> ted.dunning@gmail.com>
> > > > > wrote:
> > > > > > No change.  Still out of date.
> > > > >
> > > > > I dug a bit deeper, and found a problem in the way the update
> script
> > > > > checks for whether a github mirror is available. That check no
> longer
> > > > > worked, apparently because of an updated SSL certificate.
> > > > >
> > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > infra
> > > > > revision 871164, the earlier wget check wasn't committed).
> > > > >
> > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > >
> > > > > BR,
> > > > >
> > > > > Jukka Zitting
> > > > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Lisen Mu <im...@gmail.com>.
can you type under cmd:

$ protoc --version
libprotoc 2.5.0

can you get the version number 2.5 ?


On Fri, Jul 26, 2013 at 11:45 AM, Sree V <sr...@yahoo.com> wrote:

> Lisen,
>
> I downloaded, https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip
> .
> Included in PATH.
> Restarted eclipse.
> mvn clean
> mvn install
>
> Didn't generate these classes.
>
> created new workspace and imported mvn projects in eclipse.
> didn't generate these classes, still.
>
> What am I missing ?
>
> Thanks in advance.
>
> V
>
>
>
> ________________________________
>  From: Lisen Mu <im...@gmail.com>
> To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com>
> Sent: Thursday, July 25, 2013 8:26 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> V,
>
> These are generated from protoc, you need to install protoc compiler prior
> to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc.
>
> Lisen
>
>
>
>
> On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com> wrote:
>
> > Sorry, J.
> >
> > I mean missing imports in java files.
> > like these:
> > import org.apache.drill.common.types.TypeProtos.DataMode;
> > import org.apache.drill.common.types.TypeProtos.MinorType;
> >
> > V
> >
> > ________________________________
> >  From: Jacques Nadeau <ja...@apache.org>
> > To: drill-dev@incubator.apache.org
> > Sent: Thursday, July 25, 2013 7:37 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > You need to have the 2.5 version of protobuf compiler installed. The
> > executable that is installed is called protoc.
> >
> > J
> > On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
> >
> > > Before running any, J.
> > > I just setup a fresh work space from apache.
> > >
> > > More details on protoc 2.5, please ?
> > >
> > > Thanking you.
> > >
> > > With Regards
> > > Sree
> > >
> > >
> > > ________________________________
> > >  From: Jacques Nadeau <ja...@apache.org>
> > > To: drill-dev@incubator.apache.org
> > > Sent: Thursday, July 25, 2013 6:52 PM
> > > Subject: Re: Fwd: git mirror(s) not updating
> > >
> > >
> > > Are you running protoc 2.5?
> > > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> > >
> > > > I updated from both github and from apache.
> > > > They seems in sync, now.
> > > >
> > > > Both missing checkins related to 'protos'.
> > > > Lots of compilation errors.
> > > >
> > > > Thanking you.
> > > >
> > > > With Regards
> > > > Sree
> > > >
> > > >
> > > > ________________________________
> > > >  From: Ted Dunning <te...@gmail.com>
> > > > To: drill <dr...@incubator.apache.org>
> > > > Sent: Thursday, July 25, 2013 8:02 AM
> > > > Subject: Fwd: git mirror(s) not updating
> > > >
> > > >
> > > > Git mirrors are all better.
> > > >
> > > > ---------- Forwarded message ----------
> > > > From: Ted Dunning <te...@gmail.com>
> > > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > > Subject: Re: git mirror(s) not updating
> > > > To: Jukka Zitting <ju...@gmail.com>
> > > >
> > > >
> > > >
> > > > Shazam!
> > > >
> > > > The changes have propagated all the way to github.
> > > >
> > > > Looks great.  Thanks Jukka.
> > > >
> > > >
> > > >
> > > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> > jukka.zitting@gmail.com
> > > > >wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <
> ted.dunning@gmail.com>
> > > > > wrote:
> > > > > > No change.  Still out of date.
> > > > >
> > > > > I dug a bit deeper, and found a problem in the way the update
> script
> > > > > checks for whether a github mirror is available. That check no
> longer
> > > > > worked, apparently because of an updated SSL certificate.
> > > > >
> > > > > I replaced the wget check with a "git ls-remote" invocation (see
> > infra
> > > > > revision 871164, the earlier wget check wasn't committed).
> > > > >
> > > > > I started a new sync of all the git mirrors. It looks better now.
> > > > >
> > > > > BR,
> > > > >
> > > > > Jukka Zitting
> > > > >
> >
>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Lisen,

I downloaded, https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip.
Included in PATH.
Restarted eclipse.
mvn clean
mvn install

Didn't generate these classes.

created new workspace and imported mvn projects in eclipse.
didn't generate these classes, still.

What am I missing ?

Thanks in advance.

V



________________________________
 From: Lisen Mu <im...@gmail.com>
To: drill-dev@incubator.apache.org; Sree V <sr...@yahoo.com> 
Sent: Thursday, July 25, 2013 8:26 PM
Subject: Re: Fwd: git mirror(s) not updating
 

V,

These are generated from protoc, you need to install protoc compiler prior
to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc.

Lisen




On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com> wrote:

> Sorry, J.
>
> I mean missing imports in java files.
> like these:
> import org.apache.drill.common.types.TypeProtos.DataMode;
> import org.apache.drill.common.types.TypeProtos.MinorType;
>
> V
>
> ________________________________
>  From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org
> Sent: Thursday, July 25, 2013 7:37 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> You need to have the 2.5 version of protobuf compiler installed. The
> executable that is installed is called protoc.
>
> J
> On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
>
> > Before running any, J.
> > I just setup a fresh work space from apache.
> >
> > More details on protoc 2.5, please ?
> >
> > Thanking you.
> >
> > With Regards
> > Sree
> >
> >
> > ________________________________
> >  From: Jacques Nadeau <ja...@apache.org>
> > To: drill-dev@incubator.apache.org
> > Sent: Thursday, July 25, 2013 6:52 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > Are you running protoc 2.5?
> > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> >
> > > I updated from both github and from apache.
> > > They seems in sync, now.
> > >
> > > Both missing checkins related to 'protos'.
> > > Lots of compilation errors.
> > >
> > > Thanking you.
> > >
> > > With Regards
> > > Sree
> > >
> > >
> > > ________________________________
> > >  From: Ted Dunning <te...@gmail.com>
> > > To: drill <dr...@incubator.apache.org>
> > > Sent: Thursday, July 25, 2013 8:02 AM
> > > Subject: Fwd: git mirror(s) not updating
> > >
> > >
> > > Git mirrors are all better.
> > >
> > > ---------- Forwarded message ----------
> > > From: Ted Dunning <te...@gmail.com>
> > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > Subject: Re: git mirror(s) not updating
> > > To: Jukka Zitting <ju...@gmail.com>
> > >
> > >
> > >
> > > Shazam!
> > >
> > > The changes have propagated all the way to github.
> > >
> > > Looks great.  Thanks Jukka.
> > >
> > >
> > >
> > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> jukka.zitting@gmail.com
> > > >wrote:
> > >
> > > > Hi,
> > > >
> > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > > > wrote:
> > > > > No change.  Still out of date.
> > > >
> > > > I dug a bit deeper, and found a problem in the way the update script
> > > > checks for whether a github mirror is available. That check no longer
> > > > worked, apparently because of an updated SSL certificate.
> > > >
> > > > I replaced the wget check with a "git ls-remote" invocation (see
> infra
> > > > revision 871164, the earlier wget check wasn't committed).
> > > >
> > > > I started a new sync of all the git mirrors. It looks better now.
> > > >
> > > > BR,
> > > >
> > > > Jukka Zitting
> > > >
>

Re: Fwd: git mirror(s) not updating

Posted by Lisen Mu <im...@gmail.com>.
V,

These are generated from protoc, you need to install protoc compiler prior
to 'mvn compile' to generate these classes like TypeProtos, UserProtos etc.

Lisen




On Fri, Jul 26, 2013 at 11:13 AM, Sree V <sr...@yahoo.com> wrote:

> Sorry, J.
>
> I mean missing imports in java files.
> like these:
> import org.apache.drill.common.types.TypeProtos.DataMode;
> import org.apache.drill.common.types.TypeProtos.MinorType;
>
> V
>
> ________________________________
>  From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org
> Sent: Thursday, July 25, 2013 7:37 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> You need to have the 2.5 version of protobuf compiler installed. The
> executable that is installed is called protoc.
>
> J
> On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:
>
> > Before running any, J.
> > I just setup a fresh work space from apache.
> >
> > More details on protoc 2.5, please ?
> >
> > Thanking you.
> >
> > With Regards
> > Sree
> >
> >
> > ________________________________
> >  From: Jacques Nadeau <ja...@apache.org>
> > To: drill-dev@incubator.apache.org
> > Sent: Thursday, July 25, 2013 6:52 PM
> > Subject: Re: Fwd: git mirror(s) not updating
> >
> >
> > Are you running protoc 2.5?
> > On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
> >
> > > I updated from both github and from apache.
> > > They seems in sync, now.
> > >
> > > Both missing checkins related to 'protos'.
> > > Lots of compilation errors.
> > >
> > > Thanking you.
> > >
> > > With Regards
> > > Sree
> > >
> > >
> > > ________________________________
> > >  From: Ted Dunning <te...@gmail.com>
> > > To: drill <dr...@incubator.apache.org>
> > > Sent: Thursday, July 25, 2013 8:02 AM
> > > Subject: Fwd: git mirror(s) not updating
> > >
> > >
> > > Git mirrors are all better.
> > >
> > > ---------- Forwarded message ----------
> > > From: Ted Dunning <te...@gmail.com>
> > > Date: Thu, Jul 25, 2013 at 8:01 AM
> > > Subject: Re: git mirror(s) not updating
> > > To: Jukka Zitting <ju...@gmail.com>
> > >
> > >
> > >
> > > Shazam!
> > >
> > > The changes have propagated all the way to github.
> > >
> > > Looks great.  Thanks Jukka.
> > >
> > >
> > >
> > > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <
> jukka.zitting@gmail.com
> > > >wrote:
> > >
> > > > Hi,
> > > >
> > > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > > > wrote:
> > > > > No change.  Still out of date.
> > > >
> > > > I dug a bit deeper, and found a problem in the way the update script
> > > > checks for whether a github mirror is available. That check no longer
> > > > worked, apparently because of an updated SSL certificate.
> > > >
> > > > I replaced the wget check with a "git ls-remote" invocation (see
> infra
> > > > revision 871164, the earlier wget check wasn't committed).
> > > >
> > > > I started a new sync of all the git mirrors. It looks better now.
> > > >
> > > > BR,
> > > >
> > > > Jukka Zitting
> > > >
>

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Sorry, J.

I mean missing imports in java files.
like these:
import org.apache.drill.common.types.TypeProtos.DataMode;
import org.apache.drill.common.types.TypeProtos.MinorType;

V

________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Thursday, July 25, 2013 7:37 PM
Subject: Re: Fwd: git mirror(s) not updating
 

You need to have the 2.5 version of protobuf compiler installed. The
executable that is installed is called protoc.

J
On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:

> Before running any, J.
> I just setup a fresh work space from apache.
>
> More details on protoc 2.5, please ?
>
> Thanking you.
>
> With Regards
> Sree
>
>
> ________________________________
>  From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org
> Sent: Thursday, July 25, 2013 6:52 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running protoc 2.5?
> On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
>
> > I updated from both github and from apache.
> > They seems in sync, now.
> >
> > Both missing checkins related to 'protos'.
> > Lots of compilation errors.
> >
> > Thanking you.
> >
> > With Regards
> > Sree
> >
> >
> > ________________________________
> >  From: Ted Dunning <te...@gmail.com>
> > To: drill <dr...@incubator.apache.org>
> > Sent: Thursday, July 25, 2013 8:02 AM
> > Subject: Fwd: git mirror(s) not updating
> >
> >
> > Git mirrors are all better.
> >
> > ---------- Forwarded message ----------
> > From: Ted Dunning <te...@gmail.com>
> > Date: Thu, Jul 25, 2013 at 8:01 AM
> > Subject: Re: git mirror(s) not updating
> > To: Jukka Zitting <ju...@gmail.com>
> >
> >
> >
> > Shazam!
> >
> > The changes have propagated all the way to github.
> >
> > Looks great.  Thanks Jukka.
> >
> >
> >
> > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <jukka.zitting@gmail.com
> > >wrote:
> >
> > > Hi,
> > >
> > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > > wrote:
> > > > No change.  Still out of date.
> > >
> > > I dug a bit deeper, and found a problem in the way the update script
> > > checks for whether a github mirror is available. That check no longer
> > > worked, apparently because of an updated SSL certificate.
> > >
> > > I replaced the wget check with a "git ls-remote" invocation (see infra
> > > revision 871164, the earlier wget check wasn't committed).
> > >
> > > I started a new sync of all the git mirrors. It looks better now.
> > >
> > > BR,
> > >
> > > Jukka Zitting
> > >

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
You need to have the 2.5 version of protobuf compiler installed. The
executable that is installed is called protoc.

J
On Jul 25, 2013 7:08 PM, "Sree V" <sr...@yahoo.com> wrote:

> Before running any, J.
> I just setup a fresh work space from apache.
>
> More details on protoc 2.5, please ?
>
> Thanking you.
>
> With Regards
> Sree
>
>
> ________________________________
>  From: Jacques Nadeau <ja...@apache.org>
> To: drill-dev@incubator.apache.org
> Sent: Thursday, July 25, 2013 6:52 PM
> Subject: Re: Fwd: git mirror(s) not updating
>
>
> Are you running protoc 2.5?
> On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:
>
> > I updated from both github and from apache.
> > They seems in sync, now.
> >
> > Both missing checkins related to 'protos'.
> > Lots of compilation errors.
> >
> > Thanking you.
> >
> > With Regards
> > Sree
> >
> >
> > ________________________________
> >  From: Ted Dunning <te...@gmail.com>
> > To: drill <dr...@incubator.apache.org>
> > Sent: Thursday, July 25, 2013 8:02 AM
> > Subject: Fwd: git mirror(s) not updating
> >
> >
> > Git mirrors are all better.
> >
> > ---------- Forwarded message ----------
> > From: Ted Dunning <te...@gmail.com>
> > Date: Thu, Jul 25, 2013 at 8:01 AM
> > Subject: Re: git mirror(s) not updating
> > To: Jukka Zitting <ju...@gmail.com>
> >
> >
> >
> > Shazam!
> >
> > The changes have propagated all the way to github.
> >
> > Looks great.  Thanks Jukka.
> >
> >
> >
> > On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <jukka.zitting@gmail.com
> > >wrote:
> >
> > > Hi,
> > >
> > > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > > wrote:
> > > > No change.  Still out of date.
> > >
> > > I dug a bit deeper, and found a problem in the way the update script
> > > checks for whether a github mirror is available. That check no longer
> > > worked, apparently because of an updated SSL certificate.
> > >
> > > I replaced the wget check with a "git ls-remote" invocation (see infra
> > > revision 871164, the earlier wget check wasn't committed).
> > >
> > > I started a new sync of all the git mirrors. It looks better now.
> > >
> > > BR,
> > >
> > > Jukka Zitting
> > >

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
Before running any, J.
I just setup a fresh work space from apache.

More details on protoc 2.5, please ?

Thanking you.

With Regards
Sree


________________________________
 From: Jacques Nadeau <ja...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Thursday, July 25, 2013 6:52 PM
Subject: Re: Fwd: git mirror(s) not updating
 

Are you running protoc 2.5?
On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:

> I updated from both github and from apache.
> They seems in sync, now.
>
> Both missing checkins related to 'protos'.
> Lots of compilation errors.
>
> Thanking you.
>
> With Regards
> Sree
>
>
> ________________________________
>  From: Ted Dunning <te...@gmail.com>
> To: drill <dr...@incubator.apache.org>
> Sent: Thursday, July 25, 2013 8:02 AM
> Subject: Fwd: git mirror(s) not updating
>
>
> Git mirrors are all better.
>
> ---------- Forwarded message ----------
> From: Ted Dunning <te...@gmail.com>
> Date: Thu, Jul 25, 2013 at 8:01 AM
> Subject: Re: git mirror(s) not updating
> To: Jukka Zitting <ju...@gmail.com>
>
>
>
> Shazam!
>
> The changes have propagated all the way to github.
>
> Looks great.  Thanks Jukka.
>
>
>
> On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <jukka.zitting@gmail.com
> >wrote:
>
> > Hi,
> >
> > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > wrote:
> > > No change.  Still out of date.
> >
> > I dug a bit deeper, and found a problem in the way the update script
> > checks for whether a github mirror is available. That check no longer
> > worked, apparently because of an updated SSL certificate.
> >
> > I replaced the wget check with a "git ls-remote" invocation (see infra
> > revision 871164, the earlier wget check wasn't committed).
> >
> > I started a new sync of all the git mirrors. It looks better now.
> >
> > BR,
> >
> > Jukka Zitting
> >

Re: Fwd: git mirror(s) not updating

Posted by Jacques Nadeau <ja...@apache.org>.
Are you running protoc 2.5?
On Jul 25, 2013 6:44 PM, "Sree V" <sr...@yahoo.com> wrote:

> I updated from both github and from apache.
> They seems in sync, now.
>
> Both missing checkins related to 'protos'.
> Lots of compilation errors.
>
> Thanking you.
>
> With Regards
> Sree
>
>
> ________________________________
>  From: Ted Dunning <te...@gmail.com>
> To: drill <dr...@incubator.apache.org>
> Sent: Thursday, July 25, 2013 8:02 AM
> Subject: Fwd: git mirror(s) not updating
>
>
> Git mirrors are all better.
>
> ---------- Forwarded message ----------
> From: Ted Dunning <te...@gmail.com>
> Date: Thu, Jul 25, 2013 at 8:01 AM
> Subject: Re: git mirror(s) not updating
> To: Jukka Zitting <ju...@gmail.com>
>
>
>
> Shazam!
>
> The changes have propagated all the way to github.
>
> Looks great.  Thanks Jukka.
>
>
>
> On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <jukka.zitting@gmail.com
> >wrote:
>
> > Hi,
> >
> > On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> > wrote:
> > > No change.  Still out of date.
> >
> > I dug a bit deeper, and found a problem in the way the update script
> > checks for whether a github mirror is available. That check no longer
> > worked, apparently because of an updated SSL certificate.
> >
> > I replaced the wget check with a "git ls-remote" invocation (see infra
> > revision 871164, the earlier wget check wasn't committed).
> >
> > I started a new sync of all the git mirrors. It looks better now.
> >
> > BR,
> >
> > Jukka Zitting
> >

Re: Fwd: git mirror(s) not updating

Posted by Sree V <sr...@yahoo.com>.
I updated from both github and from apache.
They seems in sync, now.

Both missing checkins related to 'protos'.
Lots of compilation errors.

Thanking you.

With Regards
Sree


________________________________
 From: Ted Dunning <te...@gmail.com>
To: drill <dr...@incubator.apache.org> 
Sent: Thursday, July 25, 2013 8:02 AM
Subject: Fwd: git mirror(s) not updating
 

Git mirrors are all better.

---------- Forwarded message ----------
From: Ted Dunning <te...@gmail.com>
Date: Thu, Jul 25, 2013 at 8:01 AM
Subject: Re: git mirror(s) not updating
To: Jukka Zitting <ju...@gmail.com>



Shazam!

The changes have propagated all the way to github.

Looks great.  Thanks Jukka.



On Thu, Jul 25, 2013 at 7:55 AM, Jukka Zitting <ju...@gmail.com>wrote:

> Hi,
>
> On Thu, Jul 25, 2013 at 5:28 PM, Ted Dunning <te...@gmail.com>
> wrote:
> > No change.  Still out of date.
>
> I dug a bit deeper, and found a problem in the way the update script
> checks for whether a github mirror is available. That check no longer
> worked, apparently because of an updated SSL certificate.
>
> I replaced the wget check with a "git ls-remote" invocation (see infra
> revision 871164, the earlier wget check wasn't committed).
>
> I started a new sync of all the git mirrors. It looks better now.
>
> BR,
>
> Jukka Zitting
>