[ 
https://issues.apache.org/jira/browse/SQOOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pratik Khadloya updated SQOOP-1456:
-----------------------------------

    Description: 
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}

  was:
Export the "COMMENT" metadata column of a table (as in mysql) to hive.

Example:
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',
  ....
) TYPE=MyISAM;



> 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.2#6252)

Reply via email to