You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2009/02/16 08:17:02 UTC

[jira] Created: (HIVE-293) report deserialize exceptions from serde's via exceptions

report deserialize exceptions from serde's via exceptions
---------------------------------------------------------

                 Key: HIVE-293
                 URL: https://issues.apache.org/jira/browse/HIVE-293
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Joydeep Sen Sarma


lazyserde and dynamicserde should report exceptions on number (and other) parsing errors so higher layers can take the correct action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-293) report deserialize exceptions from serde's via exceptions

Posted by "Alex Rovner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879866#action_12879866 ] 

Alex Rovner commented on HIVE-293:
----------------------------------

How about if some one is using a custom input format?

> report deserialize exceptions from serde's via exceptions
> ---------------------------------------------------------
>
>                 Key: HIVE-293
>                 URL: https://issues.apache.org/jira/browse/HIVE-293
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Joydeep Sen Sarma
>
> lazyserde and dynamicserde should report exceptions on number (and other) parsing errors so higher layers can take the correct action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-293) report deserialize exceptions from serde's via exceptions

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao updated HIVE-293:
----------------------------

    Component/s: Serializers/Deserializers

> report deserialize exceptions from serde's via exceptions
> ---------------------------------------------------------
>
>                 Key: HIVE-293
>                 URL: https://issues.apache.org/jira/browse/HIVE-293
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Joydeep Sen Sarma
>
> lazyserde and dynamicserde should report exceptions on number (and other) parsing errors so higher layers can take the correct action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-293) report deserialize exceptions from serde's via exceptions

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734390#action_12734390 ] 

Zheng Shao commented on HIVE-293:
---------------------------------

We should work on this when Hive moves to hadoop 0.20 which has built-in support to ignore malformatted records.

> report deserialize exceptions from serde's via exceptions
> ---------------------------------------------------------
>
>                 Key: HIVE-293
>                 URL: https://issues.apache.org/jira/browse/HIVE-293
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Joydeep Sen Sarma
>
> lazyserde and dynamicserde should report exceptions on number (and other) parsing errors so higher layers can take the correct action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-293) report deserialize exceptions from serde's via exceptions

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792209#action_12792209 ] 

Zheng Shao commented on HIVE-293:
---------------------------------

This is harder now because LazySimpleSerDe does not do the serialization till the time we try to access the field.


> report deserialize exceptions from serde's via exceptions
> ---------------------------------------------------------
>
>                 Key: HIVE-293
>                 URL: https://issues.apache.org/jira/browse/HIVE-293
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Joydeep Sen Sarma
>
> lazyserde and dynamicserde should report exceptions on number (and other) parsing errors so higher layers can take the correct action

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.