|
|
-
Review Request: SQOOP-614: Provide client side ability to clone connection or job objectJarek Cecho 2012-10-01, 14:08
----------------------------------------------------------- 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 |