Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02E5FDD39 for ; Wed, 12 Sep 2012 18:01:08 +0000 (UTC) Received: (qmail 9038 invoked by uid 500); 12 Sep 2012 18:01:07 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 8996 invoked by uid 500); 12 Sep 2012 18:01:07 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 8987 invoked by uid 99); 12 Sep 2012 18:01:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 18:01:07 +0000 Date: Thu, 13 Sep 2012 05:01:07 +1100 (NCT) From: "Kiyan Ahmadizadeh (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: <710435779.70688.1347472867889.JavaMail.jiratomcat@arcas> In-Reply-To: <119345965.46356.1346960347649.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CRUNCH-58) Implement PObject in Crunch/Scrunch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CRUNCH-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13454180#comment-13454180 ] Kiyan Ahmadizadeh commented on CRUNCH-58: ----------------------------------------- +1 Makes sense, sounds great. > Implement PObject in Crunch/Scrunch > ----------------------------------- > > Key: CRUNCH-58 > URL: https://issues.apache.org/jira/browse/CRUNCH-58 > Project: Crunch > Issue Type: New Feature > Affects Versions: 0.3.0 > Reporter: Kiyan Ahmadizadeh > Assignee: Kiyan Ahmadizadeh > Attachments: CRUNCH-58.patch > > > FlumeJava has the concept of a PObject, a container for a singleton of type T. It is meant represent the result of a distributed computation that yields a singleton value (for example max, min, and length methods on PCollection). Generally speaking, the result of any computation that combines/reduces a PCollection into a singleton value could be represented by a PObject. > Like PCollection, a PObject defers distributed computation until its value is actually used. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira