You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Utkarsh Srivastava (JIRA)" <ji...@apache.org> on 2007/12/06 21:15:43 UTC

[jira] Updated: (PIG-44) Problem with spilling BigBags

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

Utkarsh Srivastava updated PIG-44:
----------------------------------

    Attachment: spilling.patch

This is not a particularly attractive solution, but may be adequate for the short-term. Please review

> Problem with spilling BigBags
> -----------------------------
>
>                 Key: PIG-44
>                 URL: https://issues.apache.org/jira/browse/PIG-44
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>         Attachments: spilling.patch
>
>
> Currently, once we spill the bag, if no additional memory becomes available, we would be spilling 1 record at a time because of the problem with the logic. Short term, we will make a change to spill 100 records at a time. Longer term, we need to try and drain the memory before doing so.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.