Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 26630 invoked from network); 21 Jul 2009 21:06:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 21:06:23 -0000 Received: (qmail 91414 invoked by uid 500); 21 Jul 2009 21:07:28 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 91369 invoked by uid 500); 21 Jul 2009 21:07:28 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 91360 invoked by uid 99); 21 Jul 2009 21:07:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 21:07:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 209.85.219.223 as permitted sender) Received: from [209.85.219.223] (HELO mail-ew0-f223.google.com) (209.85.219.223) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 21:07:20 +0000 Received: by ewy23 with SMTP id 23so3344216ewy.12 for ; Tue, 21 Jul 2009 14:06:59 -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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ULqSE5DAHgvzyoos5qOON8DASmyDehtA8GUps5qDS28=; b=gKrrs5w5KEWmWIH5khZ0dDrB0M6meLr9VUgJLFgUnCdOGwUs0VFFx6YE8kj2eBZtBI H9tSqUty5EDuyey2i7d9PTTkosneBFhHqIkhFl8Lc4Kzt7AnoWN21qyKn2pnsvDfW9Ee XYd4hRi6q79AwUy7xVIwHjNYR6wM28RLTgWvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=xzzPU1pS+Ugov7mblgfhRSAcF+VKXZizQbYOOWK1PzfaGNBX4EPmbuKTU2RKuYPfqm KVH0ip6liQ2LteiglGp579KDKzjIqsSVj8ALibq30sNEoo+OoBlzihum3hS+4AhzGkDb 5RWUS6xr33CJK39SgABVgdeiRMYancakPUPlA= MIME-Version: 1.0 Received: by 10.216.36.82 with SMTP id v60mr31038wea.120.1248210419471; Tue, 21 Jul 2009 14:06:59 -0700 (PDT) In-Reply-To: References: <1248197660.27703.103.camel@achilles> Date: Tue, 21 Jul 2009 16:06:59 -0500 Message-ID: Subject: Re: keys and column names cannot be utf-8 From: Jonathan Ellis To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jul 21, 2009 at 4:06 PM, Jonathan Ellis wrote: > (so if you are using a python client for instance switching to jython > might be a workaround) that is, using the java thrift client, not the python ones.