[
https://issues.apache.org/jira/browse/PIG-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037894#comment-14037894
]
Rohini Palaniswamy commented on PIG-4022:
-----------------------------------------
A related question. We return sample even on POStatus.STATUS_ERR and
endOfAllInput. Should we be doing that?
{code}
else if (res.returnStatus == POStatus.STATUS_EOP
|| res.returnStatus == POStatus.STATUS_ERR) {
if (this.parentPlan.endOfAllInput) {
return createNumRowTuple((Tuple)newSample.result);
} else {
continue;
}
}
{code}
> Fix tez e2e test SkewedJoin_6
> -----------------------------
>
> Key: PIG-4022
> URL: https://issues.apache.org/jira/browse/PIG-4022
> Project: Pig
> Issue Type: Bug
> Components: tez
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.14.0
>
> Attachments: PIG-4022-1.patch
>
>
> SkewedJoin_6 hang when run with tez.
--
This message was sent by Atlassian JIRA
(v6.2#6252)