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

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

Sure but certain features like for instance PARALLEL keywords are ignored in 
local mode so certain things you can only test in parallel invironment and 
slicer seems to be like one of these features.

> 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
>            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.

Reply via email to