Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 82090 invoked from network); 8 Apr 2008 15:14:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 15:14:12 -0000 Received: (qmail 89444 invoked by uid 500); 8 Apr 2008 15:14:12 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 89368 invoked by uid 500); 8 Apr 2008 15:14:12 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 89359 invoked by uid 99); 8 Apr 2008 15:14:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 08:14:12 -0700 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; Tue, 08 Apr 2008 15:13:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A873F234C0C3 for ; Tue, 8 Apr 2008 08:11:25 -0700 (PDT) Message-ID: <472170202.1207667485688.JavaMail.jira@brutus> Date: Tue, 8 Apr 2008 08:11:25 -0700 (PDT) From: "Shravan Matthur Narayanamurthy (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Commented: (PIG-162) Rework mapreduce submission and monitoring In-Reply-To: <1695233570.1205957904509.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-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586832#action_12586832 ] Shravan Matthur Narayanamurthy commented on PIG-162: ---------------------------------------------------- Well anything that is non-blocking and occurs right after the cogroup will be pushed into the reduce phase. For ex., A = load 'A' as (x,y); B = group A by $0; C = foreach B generate group,COUNT(A); D = filter C by $1>10; store D into 'D'; Here the foreach and filter will be pushed into the reduce phase so that there is only one Map-Reduce job. The load and local-rearrange will occurr inside the map and the package, foreach & filter will be in the reduce phase. Hope this helps and gets me more help :) > Rework mapreduce submission and monitoring > ------------------------------------------ > > Key: PIG-162 > URL: https://issues.apache.org/jira/browse/PIG-162 > Project: Pig > Issue Type: Sub-task > Environment: This bug tracks works to rework the submission and monitoring interface to map reduce as described in http://wiki.apache.org/pig/PigTypesFunctionalSpec > Reporter: Alan Gates > Assignee: Alan Gates > Attachments: split.png > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.