You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Sean Mackrory <ma...@gmail.com> on 2013/07/01 17:11:04 UTC

Re: SQOOP_URL

+dev - probably a more appropriate audience for questions about the tests.

It's possible this was required for Sqoop 1.4.x, but is not used in
the code for Sqoop 1.99.x. The latter is in the most recent release
and is a big change from the former.

On Mon, Jul 1, 2013 at 4:00 AM, Jay Vyas <ja...@gmail.com> wrote:
> Hi : Im finding that the pom.xml for the sqoop smoke tests requires a
> "SQOOP_URL":
>
>  <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>             <id>enforce-property</id>
>             <property>SQOOP_URL</property>
>              ...</requireProperty>
>               </rules>
>               <fail>true</fail>
> </plugin>
>
> What is the role this URL plays? Im not finding it used in the code
> anywhere.
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com

Re: SQOOP_URL

Posted by Roman Shaposhnik <rv...@apache.org>.
On Mon, Jul 1, 2013 at 11:39 AM, Jay Vyas <ja...@gmail.com> wrote:
> Hmmm..
>
> Brefily looking for "sqoop.server.url" brings very little up  .
>
> Is this a bleeding edge sqoop parameter?
>
> Sorry, not a sqoop expert.

It is a parameter of Sqoop2 tests:
    bigtop-tests/test-artifacts/sqoop/src/main/groovy/org/apache/bigtop/itest/sqoop/TestSqoopExport.groovy
    bigtop-tests/test-artifacts/sqoop/src/main/groovy/org/apache/bigtop/itest/sqoop/TestSqoopImport.groovy

Thanks,
Roman.

Re: SQOOP_URL

Posted by Jay Vyas <ja...@gmail.com>.
Hmmm..

Brefily looking for "sqoop.server.url" brings very little up  .

Is this a bleeding edge sqoop parameter?

Sorry, not a sqoop expert.


On Mon, Jul 1, 2013 at 12:19 PM, Roman Shaposhnik <rv...@apache.org> wrote:

> On Mon, Jul 1, 2013 at 8:11 AM, Sean Mackrory <ma...@gmail.com>
> wrote:
> > On Mon, Jul 1, 2013 at 4:00 AM, Jay Vyas <ja...@gmail.com> wrote:
> >> Hi : Im finding that the pom.xml for the sqoop smoke tests requires a
> >> "SQOOP_URL":
> >>
> >>  <plugin>
> >>         <groupId>org.apache.maven.plugins</groupId>
> >>             <id>enforce-property</id>
> >>             <property>SQOOP_URL</property>
> >>              ...</requireProperty>
> >>               </rules>
> >>               <fail>true</fail>
> >> </plugin>
> >>
> >> What is the role this URL plays? Im not finding it used in the code
> >> anywhere.
>
> Not sure what version of Bigtop you're looking at, but if you
> look at 0.6.0/trunk then you'll see this
>
>  <configuration>
>           <systemPropertyVariables>
>             <sqoop.server.url>${SQOOP_URL}</sqoop.server.url>
> .....
>
> (in bigtop-tests/test-execution/smokes/sqoop/pom.xml)
>
> SQOOP_URL is basically used to set sqoop.server.url sysprop
> for the Sqoop2 tests to be able to find the sqoop server.
>
> Thanks,
> Roman.
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: SQOOP_URL

Posted by Jay Vyas <ja...@gmail.com>.
Hmmm..

Brefily looking for "sqoop.server.url" brings very little up  .

Is this a bleeding edge sqoop parameter?

Sorry, not a sqoop expert.


On Mon, Jul 1, 2013 at 12:19 PM, Roman Shaposhnik <rv...@apache.org> wrote:

> On Mon, Jul 1, 2013 at 8:11 AM, Sean Mackrory <ma...@gmail.com>
> wrote:
> > On Mon, Jul 1, 2013 at 4:00 AM, Jay Vyas <ja...@gmail.com> wrote:
> >> Hi : Im finding that the pom.xml for the sqoop smoke tests requires a
> >> "SQOOP_URL":
> >>
> >>  <plugin>
> >>         <groupId>org.apache.maven.plugins</groupId>
> >>             <id>enforce-property</id>
> >>             <property>SQOOP_URL</property>
> >>              ...</requireProperty>
> >>               </rules>
> >>               <fail>true</fail>
> >> </plugin>
> >>
> >> What is the role this URL plays? Im not finding it used in the code
> >> anywhere.
>
> Not sure what version of Bigtop you're looking at, but if you
> look at 0.6.0/trunk then you'll see this
>
>  <configuration>
>           <systemPropertyVariables>
>             <sqoop.server.url>${SQOOP_URL}</sqoop.server.url>
> .....
>
> (in bigtop-tests/test-execution/smokes/sqoop/pom.xml)
>
> SQOOP_URL is basically used to set sqoop.server.url sysprop
> for the Sqoop2 tests to be able to find the sqoop server.
>
> Thanks,
> Roman.
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: SQOOP_URL

Posted by Roman Shaposhnik <rv...@apache.org>.
On Mon, Jul 1, 2013 at 8:11 AM, Sean Mackrory <ma...@gmail.com> wrote:
> On Mon, Jul 1, 2013 at 4:00 AM, Jay Vyas <ja...@gmail.com> wrote:
>> Hi : Im finding that the pom.xml for the sqoop smoke tests requires a
>> "SQOOP_URL":
>>
>>  <plugin>
>>         <groupId>org.apache.maven.plugins</groupId>
>>             <id>enforce-property</id>
>>             <property>SQOOP_URL</property>
>>              ...</requireProperty>
>>               </rules>
>>               <fail>true</fail>
>> </plugin>
>>
>> What is the role this URL plays? Im not finding it used in the code
>> anywhere.

Not sure what version of Bigtop you're looking at, but if you
look at 0.6.0/trunk then you'll see this

 <configuration>
          <systemPropertyVariables>
            <sqoop.server.url>${SQOOP_URL}</sqoop.server.url>
.....

(in bigtop-tests/test-execution/smokes/sqoop/pom.xml)

SQOOP_URL is basically used to set sqoop.server.url sysprop
for the Sqoop2 tests to be able to find the sqoop server.

Thanks,
Roman.

Re: SQOOP_URL

Posted by Roman Shaposhnik <rv...@apache.org>.
On Mon, Jul 1, 2013 at 8:11 AM, Sean Mackrory <ma...@gmail.com> wrote:
> On Mon, Jul 1, 2013 at 4:00 AM, Jay Vyas <ja...@gmail.com> wrote:
>> Hi : Im finding that the pom.xml for the sqoop smoke tests requires a
>> "SQOOP_URL":
>>
>>  <plugin>
>>         <groupId>org.apache.maven.plugins</groupId>
>>             <id>enforce-property</id>
>>             <property>SQOOP_URL</property>
>>              ...</requireProperty>
>>               </rules>
>>               <fail>true</fail>
>> </plugin>
>>
>> What is the role this URL plays? Im not finding it used in the code
>> anywhere.

Not sure what version of Bigtop you're looking at, but if you
look at 0.6.0/trunk then you'll see this

 <configuration>
          <systemPropertyVariables>
            <sqoop.server.url>${SQOOP_URL}</sqoop.server.url>
.....

(in bigtop-tests/test-execution/smokes/sqoop/pom.xml)

SQOOP_URL is basically used to set sqoop.server.url sysprop
for the Sqoop2 tests to be able to find the sqoop server.

Thanks,
Roman.