You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/07/16 22:52:14 UTC

[jira] Commented: (PIG-240) Support launching concurrent Pig jobs from one VM

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

Alan Gates commented on PIG-240:
--------------------------------

Jeff,

It looks tome like we don't want to share LogicalPlanCloneHelper across threads.  Instead, there should be one instance per job.  Otherwise separate jobs may mingle their logical plan maps.  If we instead had a shared container that tracked LogicalPlanCloneHelper by thread id and then change LogicalPlan and LogicalPlanCloneHelper to fetch the right map, this should work.

> Support launching concurrent Pig jobs from one VM
> -------------------------------------------------
>
>                 Key: PIG-240
>                 URL: https://issues.apache.org/jira/browse/PIG-240
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>            Reporter: Tom White
>            Assignee: Jeff Zhang
>         Attachments: patch_240.txt, pig-240.patch
>
>
> For some applications it would be convenient to launch concurrent Pig jobs from a single VM. This is currently not possible since Pig has static mutable state.

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