You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/02/05 01:46:28 UTC

[jira] Created: (PIG-1224) Collected group should change to use new (internal) bag

Collected group should change to use new (internal) bag
-------------------------------------------------------

                 Key: PIG-1224
                 URL: https://issues.apache.org/jira/browse/PIG-1224
             Project: Pig
          Issue Type: Improvement
            Reporter: Olga Natkovich
            Assignee: Ashutosh Chauhan
             Fix For: 0.7.0




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


[jira] Updated: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated PIG-1224:
----------------------------------

    Status: Patch Available  (was: Open)

> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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


[jira] Updated: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated PIG-1224:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch checked-in.

> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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


[jira] Commented: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831575#action_12831575 ] 

Olga Natkovich commented on PIG-1224:
-------------------------------------

This patch is already covered by existing tests. It only changes the internal of the implementation

> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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


[jira] Closed: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai closed PIG-1224.
---------------------------


> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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


[jira] Commented: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831048#action_12831048 ] 

Olga Natkovich commented on PIG-1224:
-------------------------------------

+1; please. commit

> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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


[jira] Updated: (PIG-1224) Collected group should change to use new (internal) bag

Posted by "Ashutosh Chauhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated PIG-1224:
----------------------------------

    Attachment: pig-1224.patch

Switching to InternalCachedBag in POCollectedPackage as well. Also contains a small improvement of not looking in JobConf for the "pig.cachedbag.type" every time we need to create a bag. So, we just do lookup once and then cache it.

> Collected group should change to use new (internal) bag
> -------------------------------------------------------
>
>                 Key: PIG-1224
>                 URL: https://issues.apache.org/jira/browse/PIG-1224
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.7.0
>
>         Attachments: pig-1224.patch
>
>


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