From cassandra-user-return-545-apmail-incubator-cassandra-user-archive=incubator.apache.org@incubator.apache.org Thu Aug 27 00:38:52 2009 Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 88751 invoked from network); 27 Aug 2009 00:38:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 00:38:52 -0000 Received: (qmail 93605 invoked by uid 500); 27 Aug 2009 00:38:52 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 93564 invoked by uid 500); 27 Aug 2009 00:38:52 -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 93555 invoked by uid 99); 27 Aug 2009 00:38:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 00:38:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mobiledreamers@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 00:38:43 +0000 Received: by an-out-0708.google.com with SMTP id c38so187867ana.0 for ; Wed, 26 Aug 2009 17:38:23 -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; bh=vXuEN8hazEFhISbWjLrpWl3JFcrzydm1gZw291xVTnc=; b=dCKpjb2Fn/p1rypqM/hKE2+MV+MBLdemSPmRYfnXcDm9JCtixap421y2kIvc2Twx5Q j5MahDU/xJOsC6sYwzy/oYBlogyXRCJvgTliVDZ1IDmb8qlvIuSbmeXzxZnjKYTEl2eu zbSs3bAoRDKDm5ypq78agPZci//r+z1HHTTyg= 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; b=JPDirSybVOOOaGGfkbqZXlMvAwyuuC5+6qn39QN/LuCtyI7jsBuRFq8B7KeUVBwdj1 8+E7e5r/TVPF2F6aG8wq0ZDgwVXS0kqX/h5SBDR253d735xRcvn8Vbat/TaEnfQYRjwp /cU5tYblhABYDnNR4Fcna5dSJUHuaVExBS4ns= MIME-Version: 1.0 Received: by 10.100.78.16 with SMTP id a16mr8660276anb.180.1251333502765; Wed, 26 Aug 2009 17:38:22 -0700 (PDT) In-Reply-To: References: <337582F9-E63F-446C-A226-22D240A49DC6@digg.com> <7715233C-0F1F-488E-B4F1-15E0D6EACFB1@Holsman.net> <99A4EE80-3BFB-47D4-9E7C-C0400CF74344@Holsman.net> Date: Wed, 26 Aug 2009 17:38:22 -0700 Message-ID: Subject: =?ISO-8859-1?Q?Re=3A_Newbe=B4s_question?= From: mobiledreamers@gmail.com To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=005045016fa6ed8a22047214c802 X-Virus-Checked: Checked by ClamAV on apache.org --005045016fa6ed8a22047214c802 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit any ideas on how 2 fix this? Traceback (most recent call last): File "/tmp/a.py", line 3, in print cassandra.ttypes.Column().__hash__() AttributeError: Column instance has no attribute '__hash__' * #!/usr/bin/python import cassandra.ttypes print cassandra.ttypes.Column().__hash__() * On Wed, Aug 26, 2009 at 5:13 PM, Evan Weaver wrote: > "Clients" section in the README.txt seems best to me. > > Evan > > On Wed, Aug 26, 2009 at 5:09 PM, Ian Holsman wrote: > > isn't there a way to use svn:external or svn:link to pull them in from > their > > own repos? > > (not sure how legal it would be). > > On Aug 27, 2009, at 10:03 AM, Jonathan Ellis wrote: > > > >> I thought about that, but I really don't want Cassandra committers to > >> have to be in the business of updating them all when we make changes, > >> and having them in the repo creates that expectation even in contrib. > >> > >> On Wed, Aug 26, 2009 at 6:57 PM, Ian Holsman wrote: > >>> > >>> would it be worthwhile to start including these clients in the core > >>> codebase? in some kind of 'client' or 'contrib' directory? > >>> > >>> maybe even mentioning the 'popular' clients that people use in the > readme > >>> (with links to them) would be good. > >>> > >>> On Aug 27, 2009, at 9:18 AM, Sal Fuentes wrote: > >>> > >>>> Just would like to say great job so far. > >>>> > >>>> On Wed, Aug 26, 2009 at 4:01 PM, Ian Eure wrote: > >>>> On Aug 25, 2009, at 2:46 PM, Drew Schleck wrote: > >>>> > >>>> For anyone using my branch of Lazyboy, Ian Eure pulled my work, > >>>> improved it, and more. You ought to switch back to his version. > >>>> > >>>> I'm doing some heavy refactoring all this week, to bring it up to > >>>> Cassandra trunk and simplify/genericize it wherever possible. I should > >>>> have > >>>> something to show in a day or two. > >>>> > >>>> Feel free to contact me if you have questions or requests. > >>>> > >>>> - Ian > >>>> > >>>> > >>>> > >>>> -- > >>>> Salvador Fuentes Jr. > >>>> 323-540-4SAL > >>> > >>> -- > >>> Ian Holsman > >>> Ian@Holsman.net > >>> > >>> > >>> > >>> > > > > -- > > Ian Holsman > > Ian@Holsman.net > > > > > > > > > > > > -- > Evan Weaver > -- Bidegg worlds best auction site http://bidegg.com --005045016fa6ed8a22047214c802 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable any ideas on how 2 fix this?
Traceback (most recent call last):
=A0 F= ile "/tmp/a.py", line 3, in <module>
=A0=A0=A0 print cas= sandra.ttypes.Column().__hash__()
AttributeError: Column instance has no= attribute '__hash__'



#!/usr/bin/python
import cassandra.ttypes
print cassan= dra.ttypes.Column().__hash__()

On Wed= , Aug 26, 2009 at 5:13 PM, Evan Weaver <eweaver@gmail.com> wrote:
"Clients&quo= t; section in the README.txt seems best to me.

Evan

On Wed, Aug 26, 2009 at 5:09 PM, Ian Holsman<ian@holsman.net> wrote:
> isn't there a way to use svn:external or svn:link to pull them in = from their
> own repos?
> (not sure how legal it would be).
> On Aug 27, 2009, at 10:03 AM, Jonathan Ellis wrote:
>
>> I thought about that, but I really don't want Cassandra commit= ters to
>> have to be in the business of updating them all when we make chang= es,
>> and having them in the repo creates that expectation even in contr= ib.
>>
>> On Wed, Aug 26, 2009 at 6:57 PM, Ian Holsman<ian@holsman.net> wrote:
>>>
>>> would it be worthwhile to start including these clients in the= core
>>> codebase? in some kind of 'client' or 'contrib'= ; directory?
>>>
>>> maybe even mentioning the 'popular' clients that peopl= e use in the readme
>>> (with links to them) would be good.
>>>
>>> On Aug 27, 2009, at 9:18 AM, Sal Fuentes wrote:
>>>
>>>> Just would like to say great job so far.
>>>>
>>>> On Wed, Aug 26, 2009 at 4:01 PM, Ian Eure <ian@digg.com> wrote:
>>>> On Aug 25, 2009, at 2:46 PM, Drew Schleck wrote:
>>>>
>>>> For anyone using my branch of Lazyboy, Ian Eure pulled my = work,
>>>> improved it, and more. You ought to switch back to his ver= sion.
>>>>
>>>> I'm doing some heavy refactoring all this week, to bri= ng it up to
>>>> Cassandra trunk and simplify/genericize it wherever possib= le. I should
>>>> have
>>>> something to show in a day or two.
>>>>
>>>> Feel free to contact me if you have questions or requests.=
>>>>
>>>> =A0- Ian
>>>>
>>>>
>>>>
>>>> --
>>>> Salvador Fuentes Jr.
>>>> 323-540-4SAL
>>>
>>> --
>>> Ian Holsman
>>> Ian@Holsman.net
>>>
>>>
>>>
>>>
>
> --
> Ian Holsman
> Ian@Holsman.net
>
>
>
>



--
Evan Weaver



--
Bidegg worlds be= st auction site
http://bidegg.com
--005045016fa6ed8a22047214c802--