Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 86379 invoked from network); 2 Apr 2010 23:23:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 23:23:52 -0000 Received: (qmail 37332 invoked by uid 500); 2 Apr 2010 23:23:52 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 36552 invoked by uid 500); 2 Apr 2010 23:23:51 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 36544 invoked by uid 99); 2 Apr 2010 23:23:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 23:23:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 23:23:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B14CF234C4CF for ; Fri, 2 Apr 2010 23:23:27 +0000 (UTC) Message-ID: <457129566.668131270250607725.JavaMail.jira@brutus.apache.org> Date: Fri, 2 Apr 2010 23:23:27 +0000 (UTC) From: "Ashish Thusoo (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1131) Add column lineage information to the pre execution hooks In-Reply-To: <70965371.20781265244388120.JavaMail.jira@brutus.apache.org> 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/HIVE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Thusoo updated HIVE-1131: -------------------------------- Attachment: HIVE-1131_7.patch Another patch which fixes the QueryPlan to have LinkedHashMaps as that was also creating instability in the tests. > Add column lineage information to the pre execution hooks > --------------------------------------------------------- > > Key: HIVE-1131 > URL: https://issues.apache.org/jira/browse/HIVE-1131 > Project: Hadoop Hive > Issue Type: New Feature > Components: Query Processor > Reporter: Ashish Thusoo > Assignee: Ashish Thusoo > Attachments: HIVE-1131.patch, HIVE-1131_2.patch, HIVE-1131_3.patch, HIVE-1131_4.patch, HIVE-1131_5.patch, HIVE-1131_6.patch, HIVE-1131_7.patch > > > We need a mechanism to pass the lineage information of the various columns of a table to a pre execution hook so that applications can use that for: > - auditing > - dependency checking > and many other applications. > The proposal is to expose this through a bunch of classes to the pre execution hook interface to the clients and put in the necessary transformation logic in the optimizer to generate this information. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.