[
https://issues.apache.org/jira/browse/PIG-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheolsoo Park updated PIG-3599:
-------------------------------
Attachment: PIG-3599-2.patch
After debugging further, I learned that Join_1 was failing because of
TezSession reuse. By tearing down TezSession after each test, All the e2e tests
pass now.
The new patch includes the following changes-
* Makes the e2e tests more deterministic.
* Makes reuse of TezSession configurable via a property pig.tez.session.reuse.
* Sets this property to false in all the e2e tests except LoaderStorer_1. In
this test, TezSession must be reused since a jar is registered as local
resource by a DAG and it's reused by another DAG.
I will commit this patch unless anyone objects.
> Fix e2e Operator_1, 5, Checkin_3, and Join_1
> --------------------------------------------
>
> Key: PIG-3599
> URL: https://issues.apache.org/jira/browse/PIG-3599
> Project: Pig
> Issue Type: Sub-task
> Components: tez
> Affects Versions: tez-branch
> Reporter: Cheolsoo Park
> Assignee: Cheolsoo Park
> Fix For: tez-branch
>
> Attachments: Checkin_3.diff, Join_1.diff, Operators_1.diff,
> Operators_5.diff, PIG-3599-1.patch, PIG-3599-2.patch
>
>
> After committing PIG-3527 and PIG-3595, these e2e tests started failing.
--
This message was sent by Atlassian JIRA
(v6.1#6144)