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 2010/02/12 00:16:28 UTC

[jira] Resolved: (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:all-tabpanel ]

Alan Gates resolved PIG-612.
----------------------------

    Resolution: Won't Fix

Two things are happening in 0.7 that will affect this.  First, local mode is transitioning to Hadoop's LocalJobRunner.  Second, the slicer interface is going away.  So, we're solving this bug in spirit in that most things in local mode will now work the same as in map reduce mode.

> 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: 0.2.0
>            Reporter: Christopher Olston
>            Priority: Minor
>
> 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.