You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Kathleen Ting <ka...@cloudera.com> on 2012/03/14 23:47:39 UTC

Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

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

Review request for Sqoop and Arvind Prabhakar.


Summary
-------

Updated documentation.


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


Diffs
-----

  ./src/docs/user/troubleshooting.txt 1300726 

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


Testing
-------

Built docs and verified.


Thanks,

Kathleen


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

Posted by Cheolsoo Park <ch...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4357/#review5969
-----------------------------------------------------------

Ship it!


+1


./src/docs/user/troubleshooting.txt
<https://reviews.apache.org/r/4357/#comment12943>

    It looks like space is missing between TINYINT(1) and datatype.


- Cheolsoo


On 2012-03-14 22:47:39, Kathleen Ting wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/4357/
> -----------------------------------------------------------
> 
> (Updated 2012-03-14 22:47:39)
> 
> 
> Review request for Sqoop and Arvind Prabhakar.
> 
> 
> Summary
> -------
> 
> Updated documentation.
> 
> 
> This addresses bug SQOOP-463.
>     https://issues.apache.org/jira/browse/SQOOP-463
> 
> 
> Diffs
> -----
> 
>   ./src/docs/user/troubleshooting.txt 1300726 
> 
> Diff: https://reviews.apache.org/r/4357/diff
> 
> 
> Testing
> -------
> 
> Built docs and verified.
> 
> 
> Thanks,
> 
> Kathleen
> 
>


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

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

Ship it!


Thank you for the change Kate!

- Jarek


On 2012-03-21 01:49:19, Kathleen Ting wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/4357/
> -----------------------------------------------------------
> 
> (Updated 2012-03-21 01:49:19)
> 
> 
> Review request for Sqoop and Jarek Cecho.
> 
> 
> Summary
> -------
> 
> Updated documentation.
> 
> 
> This addresses bug SQOOP-463.
>     https://issues.apache.org/jira/browse/SQOOP-463
> 
> 
> Diffs
> -----
> 
>   ./src/docs/user/troubleshooting.txt 1300726 
> 
> Diff: https://reviews.apache.org/r/4357/diff
> 
> 
> Testing
> -------
> 
> Built docs and verified.
> 
> 
> Thanks,
> 
> Kathleen
> 
>


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

Posted by Kathleen Ting <ka...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4357/
-----------------------------------------------------------

(Updated 2012-03-21 01:49:19.048841)


Review request for Sqoop and Jarek Cecho.


Changes
-------

Added use case of non-Hive import to HDFS.


Summary
-------

Updated documentation.


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


Diffs (updated)
-----

  ./src/docs/user/troubleshooting.txt 1300726 

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


Testing
-------

Built docs and verified.


Thanks,

Kathleen


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

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


I did not yet try how MySQL JDBC driver will behave myself, but column defined as TINYINT(1) might contain valid values in range 0-255 (in unsigned form). So if the driver is reporting type BIT for such columns, then there must be some data truncation. Therefore I would suggest extending this new section also for normal (non-hive) import case.

- Jarek


On 2012-03-20 20:10:41, Kathleen Ting wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/4357/
> -----------------------------------------------------------
> 
> (Updated 2012-03-20 20:10:41)
> 
> 
> Review request for Sqoop and Jarek Cecho.
> 
> 
> Summary
> -------
> 
> Updated documentation.
> 
> 
> This addresses bug SQOOP-463.
>     https://issues.apache.org/jira/browse/SQOOP-463
> 
> 
> Diffs
> -----
> 
>   ./src/docs/user/troubleshooting.txt 1300726 
> 
> Diff: https://reviews.apache.org/r/4357/diff
> 
> 
> Testing
> -------
> 
> Built docs and verified.
> 
> 
> Thanks,
> 
> Kathleen
> 
>


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

Posted by Kathleen Ting <ka...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4357/
-----------------------------------------------------------

(Updated 2012-03-20 20:10:41.312155)


Review request for Sqoop and Jarek Cecho.


Summary
-------

Updated documentation.


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


Diffs
-----

  ./src/docs/user/troubleshooting.txt 1300726 

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


Testing
-------

Built docs and verified.


Thanks,

Kathleen


Re: Review Request: Sqoop User Guide's troubleshooting section should explain how to override the column mapping when importing a table from MySQL into Hive

Posted by Kathleen Ting <ka...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4357/
-----------------------------------------------------------

(Updated 2012-03-14 23:08:50.341102)


Review request for Sqoop and Arvind Prabhakar.


Summary
-------

Updated documentation.


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


Diffs (updated)
-----

  ./src/docs/user/troubleshooting.txt 1300726 

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


Testing
-------

Built docs and verified.


Thanks,

Kathleen