Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 49864 invoked from network); 2 Oct 2010 01:32:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 01:32:02 -0000 Received: (qmail 16515 invoked by uid 500); 2 Oct 2010 01:32:02 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 16491 invoked by uid 500); 2 Oct 2010 01:32:01 -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 16483 invoked by uid 99); 2 Oct 2010 01:32:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 01:32:01 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=FH_HELO_EQ_D_D_D_D,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [184.73.217.71] (HELO ip-10-202-7-187.ec2.internal) (184.73.217.71) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 01:31:55 +0000 Received: from ip-10-202-7-187.ec2.internal (localhost [127.0.0.1]) by ip-10-202-7-187.ec2.internal (Postfix) with ESMTP id 207DF8A1FE; Sat, 2 Oct 2010 01:31:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Review Request: HIVE-1427: Provide metastore schema migration scripts (0.5 -> 0.6) From: "Carl Steinbach" To: "Paul Yang" , "John Sichi" , "namit jain" Date: Sat, 02 Oct 2010 01:31:34 -0000 Message-ID: <20101002013134.12012.96803@ip-10-202-7-187.ec2.internal> Cc: hive-dev@hadoop.apache.org, jiraposter@review.hbase.org, "Carl Steinbach" X-Virus-Checked: Checked by ClamAV on apache.org ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/931/ ----------------------------------------------------------- Review request for Hive Developers, namit jain, John Sichi, and Paul Yang. Summary ------- This patch provides metastore schema upgrade scripts for MySQL and Derby ba= sed metastores. Note that this patch includes the schema changes proposed in HIVE-1364. This addresses bug HIVE-1427. http://issues.apache.org/jira/browse/HIVE-1427 Diffs ----- metastore/scripts/upgrade/derby/README PRE-CREATION = metastore/scripts/upgrade/derby/upgrade-0.6.0.derby.sql PRE-CREATION = metastore/scripts/upgrade/mysql/README PRE-CREATION = metastore/scripts/upgrade/mysql/upgrade-0.6.0.mysql.sql PRE-CREATION = Diff: http://review.cloudera.org/r/931/diff Testing ------- Thanks, Carl