Daniel Dai created PIG-4187:
-------------------------------
Summary: Fix Orc e2e tests
Key: PIG-4187
URL: https://issues.apache.org/jira/browse/PIG-4187
Project: Pig
Issue Type: Bug
Components: impl
Reporter: Daniel Dai
Assignee: Daniel Dai
Fix For: 0.14.0
Several Orc e2e tests still fail on trunk. There are several causes:
1. kryo.jar is missing if using PPD
2. UDFContext.tss is not updated in tez container reuse (Orc_3 on tez fail, the
second vertex get old UDFContext)
3. An old time bug PreCombinerLocalRearrange inner plan does not reset
parentPlan (Orc_3 on mr fail, the third MR job fail with ClassNotFound
exception for Orc class, because a stale parentPlan contains the whole
physicalPlan)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)