[ 
https://issues.apache.org/jira/browse/SQOOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14148400#comment-14148400
 ] 

Gwen Shapira commented on SQOOP-1456:
-------------------------------------

JDBC should provide this. Are you running into this bug?
http://bugs.mysql.com/bug.php?id=65213

Note the work-around :)

> Import mysql column comments to hive
> ------------------------------------
>
>                 Key: SQOOP-1456
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1456
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Pratik Khadloya
>
> Export the "COMMENT" metadata column of a table (as in mysql) to hive.
> Example:
> {code:sql}
> CREATE TABLE foo (
>   id int(10) NOT NULL auto_increment COMMENT 'unique ID for each foo entry',
>   bar varchar(255) default NULL COMMENT 'the bar of the foo',
>   ....
> );
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to