Re: loading all rows from cassandra using multiple (python) clients in parallel

2013-04-24 Thread John R. Frank
On Wed, 24 Apr 2013, aaron morton wrote:  EDIT: works after switching to testing against the lastest version of the cassandra database (doh!), and also updating the syntax per notes below: http://stackoverflow.com/questions/16137944/loading-all-rows-from-cassandra-using-multiple

Re: loading all rows from cassandra using multiple (python) clients in parallel

2013-04-23 Thread aaron morton
> > EDIT: works after switching to testing against the lastest version of the > cassandra database (doh!), and also updating the syntax per notes below: http://stackoverflow.com/questions/16137944/loading-all-rows-from-cassandra-using-multiple-python-clients-in-parallel Is this still

loading all rows from cassandra using multiple (python) clients in parallel

2013-04-22 Thread John R. Frank
w.com/questions/16137944/loading-all-rows-from-cassandra-using-multiple-python-clients-in-parallel I would ideally like to make this work with pycassa, because I prefer its more pythonic interface. Am I just not invoking CQL3 correctly through the cql package? Is there a better way to do this?