Return-Path: Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: (qmail 92077 invoked from network); 7 Apr 2010 12:16:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 12:16:00 -0000 Received: (qmail 74937 invoked by uid 500); 7 Apr 2010 12:16:00 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 74893 invoked by uid 500); 7 Apr 2010 12:15:59 -0000 Mailing-List: contact dev-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 dev@cassandra.apache.org Received: (qmail 74885 invoked by uid 99); 7 Apr 2010 12:15:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 12:15:59 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 209.85.218.222 as permitted sender) Received: from [209.85.218.222] (HELO mail-bw0-f222.google.com) (209.85.218.222) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 12:15:52 +0000 Received: by bwz22 with SMTP id 22so796645bwz.25 for ; Wed, 07 Apr 2010 05:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type; bh=78Kb1AjHZQKnbEaWy32yxEnEUiA3oXt37rIbpxKL9B8=; b=VJf5lnr2oTNrnH+mgn+7NlyAlL8gIKnCFcvIJ7T5AkcQs/jvXMKp6n7wb7pk3i7GTL hyA5oep6Doypwsyu/Er1CU50rvytX+x1kZGhwICE4fL0yn6ksrReL1kLiCdQJ1aALTqi 0WUXf0OEF3dbDAVafVHo/8jgkvgMsMvV+u8n0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=MDwGaig0yId3bWhg/RPQpujGU6D8eLQl0LMysWd6g+/rrveH5OnDDx0pzhzYTpm8XL 6iDcfFYBFFeZ/5kSZECPkprJK/BNG6Kt3odgyU1bhr6JjThwxOv+iADtQ/CwZNlNP6XE snTYCgn4gKI9B+apdo2XYt3/kJYiZ/61WpnPE= MIME-Version: 1.0 Received: by 10.204.104.1 with HTTP; Wed, 7 Apr 2010 05:15:07 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Wed, 7 Apr 2010 07:15:07 -0500 Received: by 10.204.136.142 with SMTP id r14mr9526419bkt.8.1270642531316; Wed, 07 Apr 2010 05:15:31 -0700 (PDT) Message-ID: Subject: Re: Keyspace Keyspace1 doesnot exist To: dev@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org this is because of https://issues.apache.org/jira/browse/CASSANDRA-44. you probably shouldn't be running trunk. On Wed, Apr 7, 2010 at 5:39 AM, shirish wrote: > Hello , > > I just pulled the latest code from git and built it. When I ran cassandra > with the storage-conf.xml as attached which clearly has Keyspace1, Column > family. It runs fine but when I connect using cassandra-cli and do set > Keyspace1.Standard1['foo']['bar']='abc'; it displays the message Keyspace > Keyspace1 doesnot exist in this schema. > > I am pretty sure that this was not a problem before. > > cheers, > shirish >