Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 5763 invoked from network); 11 Dec 2007 00:27:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 00:27:08 -0000 Received: (qmail 95861 invoked by uid 500); 11 Dec 2007 00:26:56 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 95817 invoked by uid 500); 11 Dec 2007 00:26:56 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 95771 invoked by uid 99); 11 Dec 2007 00:26:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 16:26:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 00:27:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB8F7714256 for ; Mon, 10 Dec 2007 16:26:43 -0800 (PST) Message-ID: <9242910.1197332803700.JavaMail.jira@brutus> Date: Mon, 10 Dec 2007 16:26:43 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Work started: (HADOOP-2395) [hbase] Implement "ALTER TABLE ... CHANGE column" operation In-Reply-To: <10815948.1197313319600.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HADOOP-2395 started by Bryan Duxbury. > [hbase] Implement "ALTER TABLE ... CHANGE column" operation > ----------------------------------------------------------- > > Key: HADOOP-2395 > URL: https://issues.apache.org/jira/browse/HADOOP-2395 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: Bryan Duxbury > Assignee: Bryan Duxbury > > Right now, you can add or delete column families, but not change them once they are created. This is really inconvenient for things like adding compression or bloom filters to a column family once you get going. As new people come to HBase, they're going to make schema decisions that are incorrect and will need a way to modify their tables, so this is an important new feature. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.