Rohini Palaniswamy created PIG-4339: ---------------------------------------
Summary: e2e test frameworks assumes default exectype as mapred
Key: PIG-4339
URL: https://issues.apache.org/jira/browse/PIG-4339
Project: Pig
Issue Type: Bug
Reporter: Rohini Palaniswamy
Assignee: Rohini Palaniswamy
Fix For: 0.14.1
{code}
if ($testCmd->{'exectype'} eq "tez") {
push(@baseCmd, ("-x", "tez"));
}
{code}
It should just push the exectype.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
