David Dreyfus created PIG-3808:
----------------------------------
Summary: 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)