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 2009/01/09 00:16:59 UTC

[jira] Commented: (PIG-612) custom pig slicer not supported in local mode

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

Olga Natkovich commented on PIG-612:
------------------------------------

I don't think notion of slicer makes sense in local mode and ignoring it might be the right thing. In local mode we have one entity processing the input data so I am not sure why would we want to slice it. 

> custom pig slicer not supported in local mode
> ---------------------------------------------
>
>                 Key: PIG-612
>                 URL: https://issues.apache.org/jira/browse/PIG-612
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Christopher Olston
>
> Pig just ignores my custom slicer -- i.e. never invokes it.
> I noticed that the test case for this is disabled:
> in TestCustomSlicer.java:
>    @Test
>     public void testUseRangeSlicer() throws ExecException, IOException {
>         // FIXME : this should be tested in all modes
>         if(execType == ExecType.LOCAL)
>             return;
>  

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