You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "David Dreyfus (JIRA)" <ji...@apache.org> on 2014/03/12 03:53:42 UTC

[jira] [Resolved] (PIG-3808) PigStorage with '-schema' generates Unhandled internal error.

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

David Dreyfus resolved PIG-3808.
--------------------------------

    Resolution: Not A Problem

> PigStorage with '-schema' generates Unhandled internal error. 
> --------------------------------------------------------------
>
>                 Key: PIG-3808
>                 URL: https://issues.apache.org/jira/browse/PIG-3808
>             Project: Pig
>          Issue Type: Bug
>          Components: data
>    Affects Versions: 0.12.0
>         Environment: Windows in local mode through Eclipse
>            Reporter: David Dreyfus
>         Attachments: test_data.txt
>
>
> The following script generates the error listed below.
> d1 = load 'test_data.txt' USING PigStorage() AS (f1: int, f2: int, f3: int, f4: int);
> store d1 into 'test_out' using PigStorage('\t','-schema');
> -- 2014-03-11 19:33:36 ERROR Grunt:125 - ERROR 2998: Unhandled internal error. org/codehaus/jackson/annotate/JsonUnwrapped



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