Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 22119 invoked from network); 1 Sep 2010 20:05:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Sep 2010 20:05:38 -0000 Received: (qmail 45561 invoked by uid 500); 1 Sep 2010 20:05:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 45445 invoked by uid 500); 1 Sep 2010 20:05:36 -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 45437 invoked by uid 99); 1 Sep 2010 20:05:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 20:05:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Sep 2010 20:05:28 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OqtYP-00018M-Fh for user@cassandra.apache.org; Wed, 01 Sep 2010 22:05:06 +0200 Received: from hide20.twc.weather.com ([65.202.103.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:05:05 +0200 Received: from AGarman by hide20.twc.weather.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:05:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Andrew Garman Subject: Re: What is K-table ? Date: Wed, 1 Sep 2010 19:44:18 +0000 (UTC) Lines: 47 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 65.202.103.20 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8) yaw gmail.com> writes: > > Hi all, connecting to a cluster with cassandra-cli and trying a > describe command, > I obtain a "missing K_TABLE" message > Is this a real issue? I would chock this one up to a mix of user error and cryptic CLI message. describe command is describe keyspace ------ [default@unknown] describe keyspace alerts Keyspace: alerts Column Family Name: byLocation Column Family Type: Super Column Sorted By: org.apache.cassandra.db.marshal.UTF8Type flush period: null minutes ------ The CLI seems to be nice enough to guess that what you want is describe keyspace. If the CLI responded with something informative, users would have a d'oh moment and type it right next time. ------ [default@unknown] describe alerts line 1:9 missing K_TABLE at 'alerts' Keyspace: alerts Column Family Name: byLocation Column Family Type: Super Column Sorted By: org.apache.cassandra.db.marshal.UTF8Type flush period: null minutes ------ I'm guessing that as describe gives a message that the developers plan to describe other things in the future. At which point, it'll become a worst bet that the user intends to describe keyspace as more things can be described.