Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E11499EE for ; Thu, 1 Dec 2011 00:26:39 +0000 (UTC) Received: (qmail 87641 invoked by uid 500); 1 Dec 2011 00:26:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 87594 invoked by uid 500); 1 Dec 2011 00:26:37 -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 87586 invoked by uid 99); 1 Dec 2011 00:26:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 00:26:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FROM_12LTRDOM,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [69.50.2.37] (HELO ht1.hostedexchange.local) (69.50.2.37) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 00:26:29 +0000 Received: from mbx2.hostedexchange.local ([172.16.69.30]) by HT1.hostedexchange.local ([172.16.69.39]) with mapi; Wed, 30 Nov 2011 16:26:05 -0800 From: Shu Zhang To: "user@cassandra.apache.org" Date: Wed, 30 Nov 2011 16:24:01 -0800 Subject: can not create a column family named 'index' Thread-Topic: can not create a column family named 'index' Thread-Index: AQHMr7/QuvetF421DkO22Zh0jNJ2bw== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, just wondering if this is intentional: [default@test] create column family index; Syntax error at position 21: mismatched input 'index' expecting set null [default@test] create column family idx; b9aae960-1bb2-11e1-0000-bf27a177f2f6 Waiting for schema agreement... ... schemas agree across the cluster Thanks, Shu