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/10/01 16:08:08 UTC

Review Request: SQOOP-614: Provide client side ability to clone connection or job object

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

Review request for Sqoop.


Description
-------

I've implemented new client side only command clone that will fetch connection or job object, supply it to user for changes (if needed) and creating new object on server side (thus cloning it).


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


Diffs
-----

  client/src/main/java/org/apache/sqoop/client/shell/CloneCommand.java PRE-CREATION 
  client/src/main/java/org/apache/sqoop/client/shell/CloneConnectionFunction.java PRE-CREATION 
  client/src/main/java/org/apache/sqoop/client/shell/CloneJobFunction.java PRE-CREATION 
  client/src/main/java/org/apache/sqoop/client/shell/SqoopShell.java 91682d1 
  client/src/main/java/org/apache/sqoop/client/shell/UpdateJobFunction.java 58749e9 

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


Testing
-------

No new unit tests introduced, just "by hand" testing.


Thanks,

Jarek Cecho


Re: Review Request: SQOOP-614: Provide client side ability to clone connection or job object

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

Ship it!


Ship It!

- Bilung Lee


On Oct. 1, 2012, 2:08 p.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/7372/
> -----------------------------------------------------------
> 
> (Updated Oct. 1, 2012, 2:08 p.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Description
> -------
> 
> I've implemented new client side only command clone that will fetch connection or job object, supply it to user for changes (if needed) and creating new object on server side (thus cloning it).
> 
> 
> This addresses bug SQOOP-614.
>     https://issues.apache.org/jira/browse/SQOOP-614
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/shell/CloneCommand.java PRE-CREATION 
>   client/src/main/java/org/apache/sqoop/client/shell/CloneConnectionFunction.java PRE-CREATION 
>   client/src/main/java/org/apache/sqoop/client/shell/CloneJobFunction.java PRE-CREATION 
>   client/src/main/java/org/apache/sqoop/client/shell/SqoopShell.java 91682d1 
>   client/src/main/java/org/apache/sqoop/client/shell/UpdateJobFunction.java 58749e9 
> 
> Diff: https://reviews.apache.org/r/7372/diff/
> 
> 
> Testing
> -------
> 
> No new unit tests introduced, just "by hand" testing.
> 
> 
> Thanks,
> 
> Jarek Cecho
> 
>