Re: Pycassa: Error inserting supercolumn

2010-11-19 Thread Dipti Mathur
:23 PM, Jonathan Ellis wrote: > Twissandra doesn't use supercolumns. > > On Fri, Nov 19, 2010 at 10:49 AM, Dipti Mathur > wrote: > > Hi, > > While trying to insert a new supercolumn into the keyspace, I get the > > following error: > >>>> tweet =

Pycassa: Error inserting supercolumn

2010-11-19 Thread Dipti Mathur
Hi, While trying to insert a new supercolumn into the keyspace, I get the following error: >>> tweet = TWEET.insert('4c540492-efd9-11df-a192-0022fa5e3348',{'by': {'a':'to'}}) Traceback (most recent call last): File "", line 1, in File "/home/dipti/src/pycassa/pycassa/columnfamily.py", line 6

Re: Cassandra with Web2Py

2010-11-14 Thread Dipti Mathur
ecuting > raw SQL and creating tables. > > I'm guessing you cannot use Cassandra to back the standard parts of the > framework. You should be able to use pycassa if you want to code things > outside of the standard modules. > > Hope that helps. > Aaron > > > On

Cassandra with Web2Py

2010-11-14 Thread Dipti Mathur
Hi, Is anyone using Cassandra with web2py framework? Is there a DAL that can directly be specified in the db.py module? Without this the login module and similar functionalities provided by web2py cannot be used. Thanks, Dipti Mathur

API mismatch Cassandra and Pycassa versions

2010-10-06 Thread Dipti Mathur
Hi All, I was trying to connect to cassandra using the pycassa module. Looks like there is a API cersion mismatch. Any ideas where I can get the right version of the APIs? I am using: INFO 22:11:50,860 Cassandra version: 0.7.0-beta2 INFO 22:11:50,861 Thrift API version: 17.1.0 Error message on p

Question on Twissandra

2010-10-02 Thread Dipti Mathur
Hi All, I am a newbie to cassandra so my apologies if this question sounds trivial to most of you. My friends and I have been trying to make the source code of twissandra work so we can begin understanding how things work. We were sort of hoping to do our final semester project in Cassandra rather