You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Veena Basavaraj (JIRA)" <ji...@apache.org> on 2014/11/13 02:32:09 UTC

[jira] [Updated] (SQOOP-1720) Schema Type Mappings between the From and To

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

Veena Basavaraj updated SQOOP-1720:
-----------------------------------
    Description: 
It is unclear today as to what is the optimal place where the type mappings described in the SQOOP-515 between the From and To can happen.

For example in case of HIVE, if the IDF FixedPoint size attribute is given, the destination schema column type might be dependent on the value of this size in the From schema.

   For example in Hive.
   Default: bigint
   if size < 1 then tinyint
   if size < 2 then smallint
   if size < 4 then int
   Read more: https://issues.apache.org/jira/secure/attachment/12589331/Sqoop2Datatypes.pdf



  was:
It is unclear today as to what is the optimal place where the type mappings described in the SQOOP-515 between the From and To can happen.

For example

//todo


> Schema Type Mappings between the From and To
> --------------------------------------------
>
>                 Key: SQOOP-1720
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1720
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-framework
>            Reporter: Veena Basavaraj
>            Assignee: Veena Basavaraj
>             Fix For: 1.99.5
>
>
> It is unclear today as to what is the optimal place where the type mappings described in the SQOOP-515 between the From and To can happen.
> For example in case of HIVE, if the IDF FixedPoint size attribute is given, the destination schema column type might be dependent on the value of this size in the From schema.
>    For example in Hive.
>    Default: bigint
>    if size < 1 then tinyint
>    if size < 2 then smallint
>    if size < 4 then int
>    Read more: https://issues.apache.org/jira/secure/attachment/12589331/Sqoop2Datatypes.pdf



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