You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 05:55:39 UTC

[jira] Assigned: (PIG-90) PigServer#store does swallow exception

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

Alan Gates reassigned PIG-90:
-----------------------------

    Assignee: Benjamin Francisoud

> PigServer#store does swallow exception
> --------------------------------------
>
>                 Key: PIG-90
>                 URL: https://issues.apache.org/jira/browse/PIG-90
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.0.0
>            Reporter: Stefan Groschupf
>            Assignee: Benjamin Francisoud
>            Priority: Critical
>             Fix For: 0.1.0
>
>         Attachments: PIG-90-v01.patch
>
>
> My custom DatabaseStoreFunction throws an (runtime or ioException) exception in putNext.
> Instead throwing this exception all the way up  (the exceptions contains a nice error message text) however in pigServer 326 a java.lang.NoSuchMethodError: java.io.IOException: method <init>(Ljava/lang/String;Ljava/lang/Throwable;)V not found Exception will be thrown. 

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