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/11/19 20:30:43 UTC

Review Request: SQOOP-713 Introduce maven profiles for different Hadoop versions

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

Review request for Sqoop.


Description
-------

I've added profiles for hadoop versions (currently 1.x and 2.x). Default profile is Hadoop 2.x. Please note that running in profile Hadoop 1.x will result in compilation errors that I'll fix in separate JIRA. You can choose proper hadoop distribution with -Dhadoop.profile={100,200}


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


Diffs
-----

  execution/mapreduce/pom.xml e529f5568dde149087aae8b9676ce1ca77134128 
  pom.xml c2fbd6ca4ce388384d81841c8438cbb0498efd5a 
  server/pom.xml 71aa6c9c2981bc527fc2626fb85ae1d5dd583d32 
  submission/mapreduce/pom.xml f8a7d3def1b06c96ee9f75545834d864e93fb939 

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


Testing
-------


Thanks,

Jarek Cecho


Re: Review Request: SQOOP-713 Introduce maven profiles for different Hadoop versions

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

Ship it!


Ship It!

- Bilung Lee


On Nov. 19, 2012, 8:45 p.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8126/
> -----------------------------------------------------------
> 
> (Updated Nov. 19, 2012, 8:45 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Description
> -------
> 
> I've added profiles for hadoop versions (currently 1.x and 2.x). Default profile is Hadoop 2.x. Please note that running in profile Hadoop 1.x will result in compilation errors that I'll fix in separate JIRA. You can choose proper hadoop distribution with -Dhadoop.profile={100,200}
> 
> 
> This addresses bug SQOOP-713.
>     https://issues.apache.org/jira/browse/SQOOP-713
> 
> 
> Diffs
> -----
> 
>   execution/mapreduce/pom.xml e529f5568dde149087aae8b9676ce1ca77134128 
>   pom.xml c2fbd6ca4ce388384d81841c8438cbb0498efd5a 
>   server/pom.xml 71aa6c9c2981bc527fc2626fb85ae1d5dd583d32 
>   submission/mapreduce/pom.xml f8a7d3def1b06c96ee9f75545834d864e93fb939 
> 
> Diff: https://reviews.apache.org/r/8126/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jarek Cecho
> 
>


Re: Review Request: SQOOP-713 Introduce maven profiles for different Hadoop versions

Posted by Jarek Cecho <ja...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8126/
-----------------------------------------------------------

(Updated Nov. 19, 2012, 8:45 p.m.)


Review request for Sqoop.


Changes
-------

I've added dependency on hadoop-mapreduce-client-jobclient for Hadoop 2 profile.


Description
-------

I've added profiles for hadoop versions (currently 1.x and 2.x). Default profile is Hadoop 2.x. Please note that running in profile Hadoop 1.x will result in compilation errors that I'll fix in separate JIRA. You can choose proper hadoop distribution with -Dhadoop.profile={100,200}


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


Diffs (updated)
-----

  execution/mapreduce/pom.xml e529f5568dde149087aae8b9676ce1ca77134128 
  pom.xml c2fbd6ca4ce388384d81841c8438cbb0498efd5a 
  server/pom.xml 71aa6c9c2981bc527fc2626fb85ae1d5dd583d32 
  submission/mapreduce/pom.xml f8a7d3def1b06c96ee9f75545834d864e93fb939 

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


Testing
-------


Thanks,

Jarek Cecho