: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 =
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
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
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
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
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