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

Julien Le Dem resolved PIG-2702.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11
    
> Make Pig local mode (and tests) faster by working around the hard coded 
> sleep(5000) in hadoop's JobControl
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-2702
>                 URL: https://issues.apache.org/jira/browse/PIG-2702
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Julien Le Dem
>            Assignee: Julien Le Dem
>             Fix For: 0.11
>
>         Attachments: PIG-2702.patch, PIG-2702_a.patch
>
>
> the JobControl class polls the jobs statuses with a hard coded sleep(5000) 
> making every job take a minimum of 5 seconds.
> Since the local mode uses the same code path this makes local mode (and unit 
> tests) extremely slow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to