Re: how to retrieve data from supercolumns by phpcassa ?

2010-08-13 Thread lisek
Ok I deal with it. There was a bug in phpcassa and now I can make it that way: get->('client', UUID::convert('2a3909c0-a612-11df-b27e-346336336631', UUID::FMT_STRING, UUID::FMT_BINARY)) If someone is using phpcassa and want to make it work, please give me a sign and I'll post the solution. --

Re: SV: how to retrieve data from supercolumns by phpcassa ?

2010-08-13 Thread lisek
Thanks Justus, I'll check it -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/how-to-retrieve-data-from-supercolumns-by-phpcassa-tp5416141p5419536.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

how to retrieve data from supercolumns by phpcassa ?

2010-08-12 Thread lisek
Hi all, I've got cassandra superlcolumn looking like that: now in this columnfamily I've inserted something like that: ["client"] => array(1) { ["2a3909c0-a612-11df-b27e-346336336631"]=> array(3) { ["add_date"]=> string(10) "1281618279" ["lastname"]=> string(8) "

Re: configure login access to cassandra

2010-08-04 Thread lisek
Ok, I've figure it out with little help with people from IRC, , at first of course you have to edit access.properties and passwd.properties in “conf” dir – I think you will know what to do here. After that, edit cassandra.in.sh wich is in bin directory where you have installation of Cassandra. A

configure login access to cassandra

2010-08-04 Thread lisek
Hi all, Could someone tell me what I have to add in storage .conf to login into Cassandra? I’ve got in .conf org.apache.cassandra.auth.SimpleAuthenticator I found this http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Login-failure-with-SimpleAuthenticator-td4973907.html Where is