Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 52490 invoked from network); 4 Mar 2011 18:22:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Mar 2011 18:22:40 -0000 Received: (qmail 67616 invoked by uid 500); 4 Mar 2011 18:22:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 67597 invoked by uid 500); 4 Mar 2011 18:22: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 67588 invoked by uid 99); 4 Mar 2011 18:22:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 18:22:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of juergen.link@googlemail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Mar 2011 18:22:32 +0000 Received: by wyb42 with SMTP id 42so2556213wyb.31 for ; Fri, 04 Mar 2011 10:22:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zZkJqlunQ+5n3BmZLLCm1OQFdoEE/rRHZJcCUAqT6DU=; b=eaaYxrhJbfdXQpJSNY5COamIfNqhUf1QKqjnr/xyppqBero3mSZHhpCimweiRAPLFj azx7a0XEPgWYRRsdSDVBUiwGCSHm8ihZlOyuZYwkeIhc+zHT7KNN6RR+fFgNDaymqbCF qJ52J3yx5v3hDCWUUbPNBWFPb7Qwg91n6CIEg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=BoNYufIaoVNnCMj5UOpIMyy5f2NbeX0SJX+2bgtvx7Sb33zuePvvpAWWQAcz5sxIup ZCUn+GEB7+VdHVrQ4+BC2t4wmIu/Upm1GVttiHTh8b86Lz4r/ELLvk85UvrGC2+KTJRM LlQ1K/lwqKb9tkCv92OFLqnPyHQArSd5IPtaw= Received: by 10.227.195.76 with SMTP id eb12mr820289wbb.160.1299262931117; Fri, 04 Mar 2011 10:22:11 -0800 (PST) Received: from [10.127.30.16] ([81.173.212.106]) by mx.google.com with ESMTPS id y29sm1990720wbd.4.2011.03.04.10.22.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2011 10:22:10 -0800 (PST) Message-ID: <4D712DD6.7020806@gmail.com> Date: Fri, 04 Mar 2011 19:22:14 +0100 From: "=?ISO-8859-1?Q?J=FCrgen_Link?=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.14) Gecko/20110221 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: cant seem to figure out secondary index definition References: <120CB7532EA53A4D8CA6B63F94B4ADB351E4C36CB3@IE2RD2XVS021.red002.local> <120CB7532EA53A4D8CA6B63F94B4ADB351E4C36D41@IE2RD2XVS021.red002.local> <120CB7532EA53A4D8CA6B63F94B4ADB351E4F6E244@IE2RD2XVS021.red002.local> <6B2CA535-0746-4056-AD75-E501705DF3A4@yoochoose.com> <120CB7532EA53A4D8CA6B63F94B4ADB351E52B9D26@IE2RD2XVS021.red002.local> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Jonathan, as Roland is already out of office, I'd like to jump in. Maybe this somehow got lost in the moddle of this thread, indexing works fine in our "real" cassandra cluster. For our test cases, we use an embedded cassandra instance, which is configured via yaml. In case indexes cannot be defined via yaml (for embedded instances), is there a more preferred way to do so? Cheers J�rgen Am 04.03.2011 19:15, schrieb Jonathan Ellis: > On Fri, Mar 4, 2011 at 10:09 AM, Roland Gude wrote: >> Hi again, >> >> I am still suffering from this error (which severely limits testability for me right now). Doesn't anybody have an idea, why IndexSliceQueries work if the index is created with cassandra-cli and why it does not if the index is created with cassandra.yaml? > the yaml import is only intended for upgrading from 0.6, which didn't > have indexes. i wouldn't be surprised if indexes doesn't work there. > >> Is there some way to find out, which indexes exist for which columns in a given cluster? > describe keyspace in the cli >