You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Benjamin Francisoud (JIRA)" <ji...@apache.org> on 2008/02/12 14:39:09 UTC

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

    [ https://issues.apache.org/jira/browse/PIG-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568112#action_12568112 ] 

Benjamin Francisoud commented on PIG-90:
----------------------------------------

Unless Stefan Groschupf says no, I think this one can be close as "already fix" or "see else where > PIG-32"

> 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
>            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.