Re: exceptions after upgrading from 1.0.7 to 1.0.9

2012-04-19 Thread Tamar Fraenkel
Thanks. This was the one I followed :) Wonder if there is something more detailed... *Tamar Fraenkel * Senior Software Engineer, TOK Media [image: Inline image 1] ta...@tok-media.com Tel: +972 2 6409736 Mob: +972 54 8356490 Fax: +972 2 5612956 On Thu, Apr 19, 2012 at 1:06 PM, aaron mor

Re: exceptions after upgrading from 1.0.7 to 1.0.9

2012-04-19 Thread aaron morton
try this http://www.datastax.com/docs/1.0/install/upgrading#upgrading-between-minor-releases-of-cassandra-1-0-x Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 18/04/2012, at 3:02 AM, Tamar Fraenkel wrote: > Thanks!!! > Two simple actions

Re: exceptions after upgrading from 1.0.7 to 1.0.9

2012-04-17 Thread Tamar Fraenkel
Thanks!!! Two simple actions 1. sudo apt-get install python-setuptools 2. sudo easy_install cql And it did the trick! But just to be on the safe side, before I move to upgrade our staging environment, does anyone know a detailed description of how to upgrade cassandra installed from tar.gz

Re: exceptions after upgrading from 1.0.7 to 1.0.9

2012-04-17 Thread Watanabe Maki
You need to install cql driver for python as it says. % easy_install cql If you don't have easy_install, you need to install it first. You will be able to find easy_install by querying "easy_install python" on google. maki On 2012/04/17, at 20:18, Tamar Fraenkel wrote: > Thanks for answering!