[
https://issues.apache.org/jira/browse/PIG-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931276#comment-13931276
]
David Dreyfus commented on PIG-3808:
------------------------------------
Thank you for helping. I don't know which jackson jars are missing from my POM.
I added the following:
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-asl</artifactId>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mrbean</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-smile</artifactId>
<version>1.9.13</version>
</dependency>
What am I missing. The project no longer loads. There is another dependency
somewhere, right?
I thought the whole point of Maven was to resolve these dependencies for us. Oh
well.
> 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)