Return-Path: Delivered-To: apmail-pig-dev-archive@www.apache.org Received: (qmail 49789 invoked from network); 29 Nov 2010 18:33:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 18:33:38 -0000 Received: (qmail 34404 invoked by uid 500); 29 Nov 2010 18:33:38 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 34382 invoked by uid 500); 29 Nov 2010 18:33:38 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 34372 invoked by uid 500); 29 Nov 2010 18:33:38 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 34369 invoked by uid 99); 29 Nov 2010 18:33:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 18:33:38 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 18:33:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oATIXEtm005874 for ; Mon, 29 Nov 2010 18:33:15 GMT Message-ID: <9798222.5581291055594790.JavaMail.jira@thor> Date: Mon, 29 Nov 2010 13:33:14 -0500 (EST) From: "Yan Zhou (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Updated: (PIG-1712) Pig Illustrate rework In-Reply-To: <29498864.79061289241491324.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1712: -------------------------- Attachment: illustrator_4.patch LIMIT, DISTINCT, Aggregation, SPLIT support, plus bug fixes. > Pig Illustrate rework > --------------------- > > Key: PIG-1712 > URL: https://issues.apache.org/jira/browse/PIG-1712 > Project: Pig > Issue Type: Bug > Affects Versions: 0.9.0 > Reporter: Yan Zhou > Assignee: Yan Zhou > Fix For: 0.9.0 > > Attachments: illustrator_1.patch, illustrator_2.patch, illustrator_3.patch, illustrator_4.patch > > > PigPen has been found to be a usable feature. The underlying PIG functionality, ILLUSTRATE, however, has not been stable and complete. It also has unique access paths that are not shared by the mainstream PIG call paths, which makes it hard if not impossible to maintain as the PIG evolves along. > The purpose of this work is to use the common access paths yet still follow the performance-sensitive criteria for ILLUSTRATE, complete support for as many logical operators as theoretically possible, > plus algorithm polishes and bug fixes as necessary. Details can be found in http://wiki.apache.org/pig/PigIllustrate > Pig-366 has been for the PigPen in general, and was used for the previous ILLUSTRATE work too. With this JIRA, the work on ILLUSTRATE will be separated. > This JIRA also serves as an umbrella for existing issues in ILLUSTRATE. Specifically, PIG-502, PIG-903, PIG-1066 should all fold into this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.