[
https://issues.apache.org/jira/browse/SQOOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151819#comment-14151819
]
Pratik Khadloya commented on SQOOP-1456:
----------------------------------------
Oh ok great, thanks for the information [~gwenshap]. That clears some doubts
that i had about it.
> 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)