[
https://issues.apache.org/jira/browse/PIG-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296826#comment-15296826
]
Koji Noguchi commented on PIG-4905:
-----------------------------------
{code}
- String[] args = { PIG_FILE };
+ String[] args = { "-x", cluster.getExecType().name(), PIG_FILE, };
{code}
Can we make the same change for all the remaining testcases inside
TestEmptyInputDir?
Like {{testRegularJoin}} also seem to fail with tez (with the above change)
_before your patch_.
> Input of empty dir does not produce empty output file in Tez
> ------------------------------------------------------------
>
> Key: PIG-4905
> URL: https://issues.apache.org/jira/browse/PIG-4905
> Project: Pig
> Issue Type: Improvement
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.16.0
>
> Attachments: PIG-4905-1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)