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/10 23:59:22 UTC

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

    [ https://issues.apache.org/jira/browse/PIG-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13897169#comment-13897169 ] 

Aniket Mokashi commented on PIG-3755:
-------------------------------------

Committed to trunk! Thanks [~cheolsoo] for the review.

> 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
>             Fix For: 0.13.0
>
>         Attachments: PIG-3755.patch
>
>
> 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)