Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 18264 invoked from network); 8 Jan 2009 23:33:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2009 23:33:21 -0000 Received: (qmail 6205 invoked by uid 500); 8 Jan 2009 23:33:20 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 6185 invoked by uid 500); 8 Jan 2009 23:33:20 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 6174 invoked by uid 99); 8 Jan 2009 23:33:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 15:33:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 23:33:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A05DB234C495 for ; Thu, 8 Jan 2009 15:32:59 -0800 (PST) Message-ID: <1607624174.1231457579655.JavaMail.jira@brutus> Date: Thu, 8 Jan 2009 15:32:59 -0800 (PST) From: "Christopher Olston (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Commented: (PIG-612) custom pig slicer not supported in local mode In-Reply-To: <1566677456.1231456020983.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662168#action_12662168 ] Christopher Olston commented on PIG-612: ---------------------------------------- Well, for one thing, I want to test my slicer before I run it on hadoop. In fact, testing is one of the primary reasons for having local 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: 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.