You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Aniket Mokashi (JIRA)" <ji...@apache.org> on 2014/02/08 01:22:19 UTC

[jira] [Created] (PIG-3755) auto local mode selection does not check lower bound for size

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)