Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 63123 invoked from network); 9 Dec 2009 02:33:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 02:33:42 -0000 Received: (qmail 42383 invoked by uid 500); 9 Dec 2009 02:33:42 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 42340 invoked by uid 500); 9 Dec 2009 02:33:42 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 42330 invoked by uid 99); 9 Dec 2009 02:33:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 02:33:41 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 02:33:39 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 88F1B17816; Wed, 9 Dec 2009 02:33:19 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 09 Dec 2009 02:33:19 -0000 Message-ID: <20091209023319.14768.70712@eos.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22ThriftInterface=22_by_EricEva?= =?utf-8?q?ns?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for= change notification. The "ThriftInterface" page has been changed by EricEvans. The comment on this change is: document thrift revision recommendation. http://wiki.apache.org/cassandra/ThriftInterface?action=3Ddiff&rev1=3D15&re= v2=3D16 -------------------------------------------------- = Let's see how we can use a generated python client to access Cassandra. = - 1. [[http://incubator.apache.org/thrift/download/|Download Thrift]] and = [[http://wiki.apache.org/thrift/ThriftInstallation|install it]] + 1. [[http://incubator.apache.org/thrift/download/|Download Thrift]] and = [[http://wiki.apache.org/thrift/ThriftInstallation|install it]] (the curren= t recommended SVN revision is r820831). 1. cd cassandra/interface 1. thrift -gen py cassandra.thrift 1. cd gen-py/cassandra