Cheolsoo Park created PIG-3639:
----------------------------------
Summary: TestRegisteredJarVisibility is broken in trunk
Key: PIG-3639
URL: https://issues.apache.org/jira/browse/PIG-3639
Project: Pig
Issue Type: Bug
Reporter: Cheolsoo Park
Assignee: Cheolsoo Park
Fix For: 0.13.0
{code}
[junit] Running org.apache.pig.test.TestRegisteredJarVisibility
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 44.127 sec
[junit] Test org.apache.pig.test.TestRegisteredJarVisibility FAILED
{code}
This is a side-effect of PIG-3584 that bumped avro version to 1.7.5.
The problem is that avro 1.7.5 pulls jackson 1.9.9 jars as dependencies, and
that makes TestRegisteredJarVisibility.testRegisterJarOverridePigJarPackages
because the test case assumes that jackson 1.9.9 jars are not present in
classpath.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)