Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B7EDC9C0 for ; Wed, 6 Jun 2012 17:56:24 +0000 (UTC) Received: (qmail 30402 invoked by uid 500); 6 Jun 2012 17:56:23 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 30360 invoked by uid 500); 6 Jun 2012 17:56:23 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 30352 invoked by uid 500); 6 Jun 2012 17:56:23 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 30344 invoked by uid 99); 6 Jun 2012 17:56:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 17:56:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 21AB214002E for ; Wed, 6 Jun 2012 17:56:23 +0000 (UTC) Date: Wed, 6 Jun 2012 17:56:22 +0000 (UTC) From: "Sambavi Muthukrishnan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1612608604.44338.1339005383140.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HIVE-3096) Support for dynamic table links MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sambavi Muthukrishnan created HIVE-3096: ------------------------------------------- Summary: Support for dynamic table links Key: HIVE-3096 URL: https://issues.apache.org/jira/browse/HIVE-3096 Project: Hive Issue Type: Improvement Components: Query Processor Affects Versions: 0.10.0 Reporter: Sambavi Muthukrishnan Assignee: Sambavi Muthukrishnan HIVE-2989 introduces the concept of table links. In this improvement, the plan is to complete the support for dynamic table links. Dynamic links are a type of link where a) if the source of the table link adds a partition, that partition is automatically added to all tables that link to it b) if the source of the table link drops a partition, that partition is automatically dropped from all the tables that link to it c) if the source of the table link has a metadata change via: ALTER TABLE table CHANGE COLUMN column ... ALTER TABLE table ADD/REPLACE COLUMN column ... ALTER TABLE table_name [PARTITION partitionSpec] SET LOCATION "new location" the links pointing to that table will also have their metadata correspondingly changed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira