You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Mitesh Patel (JIRA)" <ji...@apache.org> on 2013/02/24 22:04:12 UTC

[jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏

Mitesh Patel created DRILL-39:
---------------------------------

             Summary: prototype/sqlparser project because of missing ref:test jar‏
                 Key: DRILL-39
                 URL: https://issues.apache.org/jira/browse/DRILL-39
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mitesh Patel
            Priority: Minor


Got latest source code ( https://git-wip-us.apache.org/repos/asf/incubator-drill.git ) and try to build from command line. 

In sandbox/prototype project, sqlparser project is failing because :
 
1) In sqlparser/pom.xlm, classifier value should be "tests" instead of "test" in dependency for artifact for org.apache.drill.exec:ref:jar:test 
2) Missing dependencies. sqlparser is using org.apache.drill.exec:ref:jar:test which is not not present into my local maven repo because ref/pom.xml missing how to create test jar for that project. 


Not using any eclipse plugin for maven. If run Tests of sqlparser project in eclipse every thing is fine. 
It only fails if I try to build from command line. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏

Posted by Ted Dunning <te...@gmail.com>.
Mitesh,

This patch should help a lot.  thanks!

On Sun, Feb 24, 2013 at 2:33 PM, MIT PATEL <mi...@hotmail.com> wrote:

> Hi Sree,
> Yes. I see same problem with https://github.com/apache/incubator-driltoo. I created JIRA for this issue, DRILL-39. I have also created git
> format-patch and attached patch to DIRLL-39 in JIRA. Do I need to follow
> any other steps further.
> Thanks, Mitesh
> > Date: Sun, 24 Feb 2013 14:21:06 -0800
> > From: sree_at_chess@yahoo.com
> > Subject: Re: [jira] [Created] (DRILL-39) prototype/sqlparser project
> because of missing ref:test jar‏
> > To: drill-dev@incubator.apache.org
> >
> > Hi Mitesh,
> >
> >
> > Do you see the same issue with the code from,
> https://github.com/apache/incubator-drill ?
> >
> > It seems more current than the apache git.
> >
> > Thanking you.
> >
> >
> > With Regards
> > Sree
> >
> >
> >
> > ________________________________
> >  From: Mitesh Patel (JIRA) <ji...@apache.org>
> > To: drill-dev@incubator.apache.org
> > Sent: Sunday, February 24, 2013 1:04 PM
> > Subject: [jira] [Created] (DRILL-39) prototype/sqlparser project because
> of missing ref:test jar‏
> >
> > Mitesh Patel created DRILL-39:
> > ---------------------------------
> >
> >              Summary: prototype/sqlparser project because of missing
> ref:test jar‏
> >                  Key: DRILL-39
> >                  URL: https://issues.apache.org/jira/browse/DRILL-39
> >              Project: Apache Drill
> >           Issue Type: Bug
> >             Reporter: Mitesh Patel
> >             Priority: Minor
> >
> >
> > Got latest source code (
> https://git-wip-us.apache.org/repos/asf/incubator-drill.git ) and try to
> build from command line.
> >
> > In sandbox/prototype project, sqlparser project is failing because :
> >
> > 1) In sqlparser/pom.xlm, classifier value should be "tests" instead of
> "test" in dependency for artifact for org.apache.drill.exec:ref:jar:test
> > 2) Missing dependencies. sqlparser is using
> org.apache.drill.exec:ref:jar:test which is not not present into my local
> maven repo because ref/pom.xml missing how to create test jar for that
> project.
> >
> >
> > Not using any eclipse plugin for maven. If run Tests of sqlparser
> project in eclipse every thing is fine.
> > It only fails if I try to build from command line.
> >
> > --
> > This message is automatically generated by JIRA.
> > If you think it was sent incorrectly, please contact your JIRA
> administrators
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
>
>

RE: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏

Posted by MIT PATEL <mi...@hotmail.com>.
Hi Sree,
Yes. I see same problem with https://github.com/apache/incubator-dril too. I created JIRA for this issue, DRILL-39. I have also created git format-patch and attached patch to DIRLL-39 in JIRA. Do I need to follow any other steps further. 
Thanks, Mitesh   
> Date: Sun, 24 Feb 2013 14:21:06 -0800
> From: sree_at_chess@yahoo.com
> Subject: Re: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏
> To: drill-dev@incubator.apache.org
> 
> Hi Mitesh,
> 
> 
> Do you see the same issue with the code from, https://github.com/apache/incubator-drill ?
> 
> It seems more current than the apache git.
> 
> Thanking you.
> 
> 
> With Regards
> Sree
> 
> 
> 
> ________________________________
>  From: Mitesh Patel (JIRA) <ji...@apache.org>
> To: drill-dev@incubator.apache.org 
> Sent: Sunday, February 24, 2013 1:04 PM
> Subject: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏
>  
> Mitesh Patel created DRILL-39:
> ---------------------------------
> 
>              Summary: prototype/sqlparser project because of missing ref:test jar‏
>                  Key: DRILL-39
>                  URL: https://issues.apache.org/jira/browse/DRILL-39
>              Project: Apache Drill
>           Issue Type: Bug
>             Reporter: Mitesh Patel
>             Priority: Minor
> 
> 
> Got latest source code ( https://git-wip-us.apache.org/repos/asf/incubator-drill.git ) and try to build from command line. 
> 
> In sandbox/prototype project, sqlparser project is failing because :
> 
> 1) In sqlparser/pom.xlm, classifier value should be "tests" instead of "test" in dependency for artifact for org.apache.drill.exec:ref:jar:test 
> 2) Missing dependencies. sqlparser is using org.apache.drill.exec:ref:jar:test which is not not present into my local maven repo because ref/pom.xml missing how to create test jar for that project. 
> 
> 
> Not using any eclipse plugin for maven. If run Tests of sqlparser project in eclipse every thing is fine. 
> It only fails if I try to build from command line. 
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira
 		 	   		  

Re: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏

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


Do you see the same issue with the code from, https://github.com/apache/incubator-drill ?

It seems more current than the apache git.

Thanking you.


With Regards
Sree



________________________________
 From: Mitesh Patel (JIRA) <ji...@apache.org>
To: drill-dev@incubator.apache.org 
Sent: Sunday, February 24, 2013 1:04 PM
Subject: [jira] [Created] (DRILL-39) prototype/sqlparser project because of missing ref:test jar‏
 
Mitesh Patel created DRILL-39:
---------------------------------

             Summary: prototype/sqlparser project because of missing ref:test jar‏
                 Key: DRILL-39
                 URL: https://issues.apache.org/jira/browse/DRILL-39
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mitesh Patel
            Priority: Minor


Got latest source code ( https://git-wip-us.apache.org/repos/asf/incubator-drill.git ) and try to build from command line. 

In sandbox/prototype project, sqlparser project is failing because :

1) In sqlparser/pom.xlm, classifier value should be "tests" instead of "test" in dependency for artifact for org.apache.drill.exec:ref:jar:test 
2) Missing dependencies. sqlparser is using org.apache.drill.exec:ref:jar:test which is not not present into my local maven repo because ref/pom.xml missing how to create test jar for that project. 


Not using any eclipse plugin for maven. If run Tests of sqlparser project in eclipse every thing is fine. 
It only fails if I try to build from command line. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira