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 4C35D8373 for ; Thu, 18 Aug 2011 15:23:22 +0000 (UTC) Received: (qmail 67245 invoked by uid 500); 18 Aug 2011 15:23:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 67180 invoked by uid 500); 18 Aug 2011 15:23:19 -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 67172 invoked by uid 99); 18 Aug 2011 15:23:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 15:23:19 +0000 X-ASF-Spam-Status: No, hits=4.8 required=5.0 tests=FROM_12LTRDOM,HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [196.33.12.32] (HELO awaks.indabamobile.co.za) (196.33.12.32) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 15:23:11 +0000 Received: from localhost (localhost [127.0.0.1]) by awaks.indabamobile.co.za (Postfix) with ESMTP id E65EC881AA4 for ; Thu, 18 Aug 2011 17:22:46 +0200 (SAST) X-Virus-Scanned: Debian amavisd-new at awaks.indabamobile.co.za Received: from awaks.indabamobile.co.za ([127.0.0.1]) by localhost (awaks.indabamobile.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RzIy0b5kObMc for ; Thu, 18 Aug 2011 17:22:46 +0200 (SAST) Received: from [41.5.193.94] (unknown [41.5.193.94]) (Authenticated sender: renatods@indabamobile.co.za) by awaks.indabamobile.co.za (Postfix) with ESMTPA id E251788191E for ; Thu, 18 Aug 2011 17:22:45 +0200 (SAST) Message-ID: <4E4D2E45.7050305@indabamobile.co.za> Date: Thu, 18 Aug 2011 17:22:45 +0200 From: Renato Bacelar da Silveira User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: "user@cass" Subject: Cassandra cli not seeing added ColumnFamily Content-Type: multipart/alternative; boundary="------------090303050707090700010302" This is a multi-part message in MIME format. --------------090303050707090700010302 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi All I have not been able to list the contents of an existing Column Family: [default@MyKeySpace] Describe keyspace MyKeySpace; Keyspace: MyKeySpace: Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy Options: [datacenter1:1] Column Families: ColumnFamily: RegistryMETA Key Validation Class: org.apache.cassandra.db.marshal.BytesType Default column value validator: org.apache.cassandra.db.marshal.BytesType Columns sorted by: org.apache.cassandra.db.marshal.AsciiType Row cache size / save period in seconds: 0.0/0 Key cache size / save period in seconds: 200000.0/14400 Memtable thresholds: 0.5203125/111/1440 (millions of ops/MB/minutes) GC grace seconds: 864000 Compaction min/max thresholds: 4/32 Read repair chance: 1.0 Replicate on write: true Built indexes: [] ===> Cassandra 0.8.0 reports the following through cassandra-cli: [default@PepTxtUsers] get RegistryMETA[ascii('Containers')]; RegistryMETA not found in current keyspace. It simply says/*it is not found*/, but that is not the case, because if I describe the keyspace, it displays the information about the Column Family I am looking for. Any ideas on how to make the Cassandra-cli see that column family? Do I need to restart the node in question to sort of "Warm it up?" Regards to all! -- Renato da Silveira Senior Developer --------------090303050707090700010302 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Hi All

I have not been able to list the contents of an existing Column Family:

[default@MyKeySpace] Describe keyspace MyKeySpace;
Keyspace: MyKeySpace:
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
    Options: [datacenter1:1]
  Column Families:
    ColumnFamily: RegistryMETA
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType
      Default column value validator: org.apache.cassandra.db.marshal.BytesType
      Columns sorted by: org.apache.cassandra.db.marshal.AsciiType
      Row cache size / save period in seconds: 0.0/0
      Key cache size / save period in seconds: 200000.0/14400
      Memtable thresholds: 0.5203125/111/1440 (millions of ops/MB/minutes)
      GC grace seconds: 864000
      Compaction min/max thresholds: 4/32
      Read repair chance: 1.0
      Replicate on write: true
      Built indexes: []


===> Cassandra 0.8.0 reports the following through cassandra-cli:

[default@PepTxtUsers] get RegistryMETA[ascii('Containers')];
RegistryMETA not found in current keyspace.



It simply says it is not found, but that is not the case, because if I describe the keyspace, it displays
the information about the Column Family I am looking for.

Any ideas on how to make the Cassandra-cli see that column family? Do I need to restart the node in
question to sort of "Warm it up?"

Regards to all!

--
Renato da Silveira
Senior Developer
--------------090303050707090700010302--