You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/03/23 18:35:46 UTC

[jira] [Updated] (HIVE-6232) allow user to control out-of-range values in HCatStorer

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

Ashutosh Chauhan updated HIVE-6232:
-----------------------------------

    Fix Version/s: 0.13.0

> allow user to control out-of-range values in HCatStorer
> -------------------------------------------------------
>
>                 Key: HIVE-6232
>                 URL: https://issues.apache.org/jira/browse/HIVE-6232
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HCatalog
>    Affects Versions: 0.13.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>             Fix For: 0.13.0
>
>
> Pig values support wider range than Hive.  e.g. Pig BIGDECIMAL vs Hive DECIMAL.  When storing Pig data into Hive table, if the value is out of range there are 2 options:
> 1. throw an exception.
> 2. write NULL instead of the value
> The 1st has the drawback that it may kill the process that loads 100M rows after 90M rows have been loaded.  But the 2nd may not be appropriate for all use cases.
> Should add support for additional parameters in HCatStorer where the user can specify an option to controll this.
> see org.apache.pig.backend.hadoop.hbase.HBaseStorage for examples



--
This message was sent by Atlassian JIRA
(v6.2#6252)