You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Jarek Cecho <ja...@apache.org> on 2012/02/18 18:26:41 UTC

Review Request: SQOOP-442: Ant target mvn-install is generating pom with dependencies on cloudera version of Hadoop

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3950/
-----------------------------------------------------------

Review request for Sqoop, Arvind Prabhakar and Bilung Lee.


Summary
-------

I've changed ivy configuration.


This addresses bug SQOOP-442.
    https://issues.apache.org/jira/browse/SQOOP-442


Diffs
-----

  /ivy/sqoop.xml 1245157 

Diff: https://reviews.apache.org/r/3950/diff


Testing
-------

Example of generated dependency:

    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-core</artifactId>
      <version>0.23.1-SNAPSHOT</version>
      <optional>true</optional>
    </dependency>


Thanks,

Jarek


Re: Review Request: SQOOP-442: Ant target mvn-install is generating pom with dependencies on cloudera version of Hadoop

Posted by Bilung Lee <bl...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3950/#review5600
-----------------------------------------------------------

Ship it!


Thanks for the patch!

- Bilung


On 2012-02-18 17:26:41, Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/3950/
> -----------------------------------------------------------
> 
> (Updated 2012-02-18 17:26:41)
> 
> 
> Review request for Sqoop, Arvind Prabhakar and Bilung Lee.
> 
> 
> Summary
> -------
> 
> I've changed ivy configuration.
> 
> 
> This addresses bug SQOOP-442.
>     https://issues.apache.org/jira/browse/SQOOP-442
> 
> 
> Diffs
> -----
> 
>   /ivy/sqoop.xml 1245157 
> 
> Diff: https://reviews.apache.org/r/3950/diff
> 
> 
> Testing
> -------
> 
> Example of generated dependency:
> 
>     <dependency>
>       <groupId>org.apache.hadoop</groupId>
>       <artifactId>hadoop-core</artifactId>
>       <version>0.23.1-SNAPSHOT</version>
>       <optional>true</optional>
>     </dependency>
> 
> 
> Thanks,
> 
> Jarek
> 
>