Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD6DD1037F for ; Tue, 17 Sep 2013 08:55:09 +0000 (UTC) Received: (qmail 33906 invoked by uid 500); 17 Sep 2013 08:55:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 33736 invoked by uid 500); 17 Sep 2013 08:54:57 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 33643 invoked by uid 99); 17 Sep 2013 08:54:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 08:54:54 +0000 Date: Tue, 17 Sep 2013 08:54:54 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-6009) Migrate pre-2.0 key/value/column aliases to system.schema_columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-6009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6009: ----------------------------------------- Summary: Migrate pre-2.0 key/value/column aliases to system.schema_columns (was: can not get table info properly at cqlsh) > Migrate pre-2.0 key/value/column aliases to system.schema_columns > ----------------------------------------------------------------- > > Key: CASSANDRA-6009 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6009 > Project: Cassandra > Issue Type: Bug > Components: Core, Tools > Environment: cassandra 2.0, jdk 7 > Reporter: koray sariteke > Assignee: Aleksey Yeschenko > Fix For: 2.0.1 > > > upgrade cassandra from 1.2.6 to 1.2.9 first, > then upgrade from 1.2.9 to 2.0.0 as documented at cassandra upgrade doc > describe command is not giving table definition properly > cqlsh:datadb> DESCRIBE KEYSPACE demoks ; > CREATE KEYSPACE demoks WITH replication = { > 'class': 'SimpleStrategy', > 'replication_factor': '2' > }; > USE demoks; > CREATE TABLE demodb ( > description text, > symbol text, > list index out of range > PRIMARY KEY (cqlsh:datadb> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira