Suhas Satish created PIG-3673:
---------------------------------
Summary: Divide by zero error in runpigmix.pl script
Key: PIG-3673
URL: https://issues.apache.org/jira/browse/PIG-3673
Project: Pig
Issue Type: Bug
Reporter: Suhas Satish
Assignee: Suhas Satishrunpigmix.pl script has the following line which does not check against divide by zero. This could fail the launch script unexpectedly. my $multiplier = $pig_times/$mr_times; -- This message was sent by Atlassian JIRA (v6.1.5#6160)
