Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 742 invoked from network); 13 Oct 2010 22:41:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 22:41:35 -0000 Received: (qmail 39479 invoked by uid 500); 13 Oct 2010 22:41:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 39450 invoked by uid 500); 13 Oct 2010 22:41:34 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 39440 invoked by uid 99); 13 Oct 2010 22:41:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 22:41:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dsmirnov@netflix.com designates 208.75.77.145 as permitted sender) Received: from [208.75.77.145] (HELO mx2.netflix.com) (208.75.77.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 22:41:27 +0000 Received: from ExchFE101.netflix.com (exchfe101.netflix.com [10.64.32.101]) by mx2.netflix.com (8.12.11.20060308/8.12.11) with ESMTP id o9DMf7V5003784 for ; Wed, 13 Oct 2010 15:41:07 -0700 Received: from [10.2.245.98] (10.2.245.98) by webmail.netflix.com (10.64.32.124) with Microsoft SMTP Server id 8.2.254.0; Wed, 13 Oct 2010 15:41:06 -0700 Message-ID: <4CB63582.9090305@netflix.com> Date: Wed, 13 Oct 2010 15:41:06 -0700 From: Dmitri Smirnov Organization: Netflix User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 MIME-Version: 1.0 To: "user@cassandra.apache.org" Subject: create column family throws an error Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit I am experiencing an error while using cassandra_cli while attempting to create a column familiy. Using 0.7beta2. create column family ABTest with column_type = 'Super' and comparator = 'LongType' and rows_cached = 10000 and subcomparator = 'UTF8Type' and comment = 'List of Tests Super Family' line 1:128 mismatched input ''UTF8Type'' expecting IntegerLiteral line 1:153 mismatched input ''List of Tests Super Family'' expecting IntegerLiteral This looks very similar to the 'create keyspace' that was fixed some time ago. -- Dmitri Smirnov Y!IM: ia_slepukhin