[ 
https://issues.apache.org/jira/browse/PIG-4878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rohini Palaniswamy updated PIG-4878:
------------------------------------
    Description: 
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

  was:
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

        Summary: Fix issues from PIG-4847  (was: Compilation failure with 
hadoop 1.x after PIG-4847)

> 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)

Reply via email to