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/14 02:43:45 UTC

Review Request: SQOOP-694 Introduce client "verbose" mode

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

Review request for Sqoop.


Description
-------

I've implemented rather general option on client to set various options and provided first implementation for "verbose" mode.


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


Diffs
-----

  client/src/main/java/org/apache/sqoop/client/core/Environment.java aa8c989e14780e5a4f627100b495d34839c6c850 
  client/src/main/java/org/apache/sqoop/client/shell/SetCommand.java 377c827bc89816f1d317c84778feb9acaa8c423d 
  client/src/main/java/org/apache/sqoop/client/shell/SetOptionFunction.java PRE-CREATION 
  client/src/main/java/org/apache/sqoop/client/utils/ThrowableDisplayer.java c8f8223d63db53575537358fa7e087396cd5863a 

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


Testing
-------

Tested on real cluster.


Thanks,

Jarek Cecho


Re: Review Request: SQOOP-694 Introduce client "verbose" mode

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

Ship it!


Ship It!

- Bilung Lee


On Nov. 14, 2012, 6:27 a.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8045/
> -----------------------------------------------------------
> 
> (Updated Nov. 14, 2012, 6:27 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Description
> -------
> 
> I've implemented rather general option on client to set various options and provided first implementation for "verbose" mode.
> 
> 
> This addresses bug SQOOP-694.
>     https://issues.apache.org/jira/browse/SQOOP-694
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/core/Environment.java aa8c989 
>   client/src/main/java/org/apache/sqoop/client/shell/SetCommand.java 377c827 
>   client/src/main/java/org/apache/sqoop/client/shell/SetOptionFunction.java PRE-CREATION 
>   client/src/main/java/org/apache/sqoop/client/utils/ThrowableDisplayer.java c8f8223 
> 
> Diff: https://reviews.apache.org/r/8045/diff/
> 
> 
> Testing
> -------
> 
> Tested on real cluster.
> 
> 
> Thanks,
> 
> Jarek Cecho
> 
>


Re: Review Request: SQOOP-694 Introduce client "verbose" mode

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

(Updated Nov. 14, 2012, 6:27 a.m.)


Review request for Sqoop.


Changes
-------

I've added licence header - thank you Bilung, that is excellent catch!


Description
-------

I've implemented rather general option on client to set various options and provided first implementation for "verbose" mode.


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


Diffs (updated)
-----

  client/src/main/java/org/apache/sqoop/client/core/Environment.java aa8c989 
  client/src/main/java/org/apache/sqoop/client/shell/SetCommand.java 377c827 
  client/src/main/java/org/apache/sqoop/client/shell/SetOptionFunction.java PRE-CREATION 
  client/src/main/java/org/apache/sqoop/client/utils/ThrowableDisplayer.java c8f8223 

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


Testing
-------

Tested on real cluster.


Thanks,

Jarek Cecho


Re: Review Request: SQOOP-694 Introduce client "verbose" mode

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


Thanks for the patch.  One comment below.


client/src/main/java/org/apache/sqoop/client/shell/SetOptionFunction.java
<https://reviews.apache.org/r/8045/#comment28752>

    Need a license header for this file.


- Bilung Lee


On Nov. 14, 2012, 1:43 a.m., Jarek Cecho wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/8045/
> -----------------------------------------------------------
> 
> (Updated Nov. 14, 2012, 1:43 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Description
> -------
> 
> I've implemented rather general option on client to set various options and provided first implementation for "verbose" mode.
> 
> 
> This addresses bug SQOOP-694.
>     https://issues.apache.org/jira/browse/SQOOP-694
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/sqoop/client/core/Environment.java aa8c989e14780e5a4f627100b495d34839c6c850 
>   client/src/main/java/org/apache/sqoop/client/shell/SetCommand.java 377c827bc89816f1d317c84778feb9acaa8c423d 
>   client/src/main/java/org/apache/sqoop/client/shell/SetOptionFunction.java PRE-CREATION 
>   client/src/main/java/org/apache/sqoop/client/utils/ThrowableDisplayer.java c8f8223d63db53575537358fa7e087396cd5863a 
> 
> Diff: https://reviews.apache.org/r/8045/diff/
> 
> 
> Testing
> -------
> 
> Tested on real cluster.
> 
> 
> Thanks,
> 
> Jarek Cecho
> 
>