You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/04/22 23:07:13 UTC

[jira] [Commented] (PIG-4878) Fix issues from PIG-4847

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

Rohini Palaniswamy commented on PIG-4878:
-----------------------------------------

Updated title and description to reflect both issues.

> Fix issues from PIG-4847
> ------------------------
>
>                 Key: PIG-4878
>                 URL: https://issues.apache.org/jira/browse/PIG-4878
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: 0.16.0
>
>         Attachments: PIG-4878-1.patch
>
>
> PIG-4847 created two issues.
>   1) Caused compilation failure with Hadoop 1.x
> https://builds.apache.org/job/Pig-trunk-commit/2316/console
> {code}
>   [javac]         double memoryThresholdFraction = conf.getDouble(PigConfiguration.PIG_SPILL_MEMORY_USAGE_THRESHOLD_FRACTION, MEMORY_THRESHOLD_FRACTION_DEFAULT);
>     [javac]                                              ^
>     [javac]   symbol:   method getDouble(String,double)
>     [javac]   location: variable conf of type Configuration
> {code}
> conf.getDouble() is not present in Hadoop 1.x
> 2) Interchanged use of memory and collection thresholds



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)