pycassa Questions

5

Solved

The LIKE condition allows us to use wildcards in the where clause of an SQL statement. This allows us to perform pattern matching. The LIKE condition can be used in any valid SQL statement - select...
Lick asked 28/3, 2012 at 10:40

1

Solved

Which is the best python ORM based on Flask framework for Apache Cassandra 2.x? The ORM you are sugesting, should have best features, like that of pycassa or even more. It will be most useful, if ...
Telford asked 10/9, 2015 at 14:41

2

I am using cassandra 2.0.3 and I would like to use pyspark (Apache Spark Python API) to create an RDD object from cassandra data. PLEASE NOTE: I do not want to do import CQL and then CQL query fro...
Zielinski asked 30/12, 2013 at 8:54

5

Solved

Is anyone having experience working with pycassa I have a doubt with it. How do I get all the keys that are stored in the database? well in this small snippet we need to give the keys in order to ...
Zeuxis asked 12/3, 2010 at 4:39

2

I'm trying to import pycassa library in a Python project in Aptana 3, but in the line "import pycassa" it show me the next error: "Unresolved import: pycassa". I installed pycassa with easy install...
Unfetter asked 8/7, 2011 at 8:31

2

Solved

In the below cassandra, "get result"..we can able to retrieve the column name and values. But how to retrieve the timestamp..Is there any better idea to get the values by using timestamp [default@...
Parquetry asked 27/4, 2012 at 7:52

4

Solved

I found lazyboy and pycassa - maybe there are others too. I've seen many sites recommending lazyboy. IMHO the project seems dead, see https://www.ohloh.net/p/compare?project_0=pycassa&pro...
Latialatices asked 3/5, 2012 at 11:27

4

I'm playing with pycassaShell (as part of the Cassandra and the Twissandra tutorial). When trying to add two functions inside the shell, and call one from the other I get an error that the Name is ...
Brag asked 19/7, 2012 at 11:55

1

Solved

I'm trying to do a partial search through a column family in Cassandra similar to an SQL query like: SELECT * FROM columnfamily WHERE col = 'val*' where val* means any value matching at least the f...
Lackluster asked 6/4, 2012 at 19:48

2

Solved

Heh, I'm using cf.insert(uuid.uuid1().bytes_le, {'column1': 'val1'}) (pycassa) to create a TimeUUID for Cassandra, but getting the error InvalidRequestException: InvalidRequestException(why='...
Attorn asked 13/7, 2010 at 18:34
1

© 2022 - 2024 — McMap. All rights reserved.