Aniket Mokashi created PIG-3755:
-----------------------------------
Summary: auto local mode selection does not check lower bound for
size
Key: PIG-3755
URL: https://issues.apache.org/jira/browse/PIG-3755
Project: Pig
Issue Type: Bug
Reporter: Aniket Mokashi
Assignee: Aniket Mokashi
Priority: Trivial
Size base decision is made from following -
{code}
long totalInputFileSize = InputSizeReducerEstimator.getTotalInputFileSize(conf,
lds, job);
{code}
We should add a check in case InputSizeReducerEstimator.getTotalInputFileSize
returns -1.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)