Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-25 Thread Aaron Morton
> Mr Coli What's the difference between deploy binaries and the binary package ? > I upload the binary package on the Apache Cassandra Homepage, Am I wrong ? Yes you can use the instructions here for the binary package http://wiki.apache.org/cassandra/DebianPackaging When you use the binary packa

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-22 Thread Bonnet Jonathan .
Thanks, it works; don't know why first times i upload the package the Apache_Cassandra_2.0.2.jar miss. Now it's here. Thanks again.

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-21 Thread Robert Coli
On Thu, Nov 21, 2013 at 2:32 AM, Bonnet Jonathan. < jonathan.bon...@externe.bnpparibas.com> wrote: > Mr Coli What's the difference between deploy binaries and the binary > package ? > I upload the binary package on the Apache Cassandra Homepage, Am I wrong ? > No, that's a valid file/build to use

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-21 Thread Jason Wee
eh? should you download from the official apache cassandra site? well, I download a copy from http://cassandra.apache.org/download/ and check below, it is there $ tar -ztf apache-cassandra-2.0.2-bin.tar.gz | grep apache-cassandra-2.0.2.jar apache-cassandra-2.0.2/lib/apache-cassandra-2.0.2.jar /J

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-21 Thread Bonnet Jonathan .
Jason Wee gmail.com> writes: > > > I had the same version upgrade path you had but using debian binary package. Looks like it could be the java cannot find the main class, try find out by executing ps and grep for the cassandra process, then it should show a lot of classpath, check if you apach

Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-21 Thread Bonnet Jonathan .
Thanks Mr Coli and Mr Wee for your answears, Mr Coli What's the difference between deploy binaries and the binary package ? I upload the binary package on the Apache Cassandra Homepage, Am I wrong ? Mr Wee i think you hit the right way, cause my lib directory in my Cassandra_Home are different be

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-20 Thread Jason Wee
I had the same version upgrade path you had but using debian binary package. Looks like it could be the java cannot find the main class, try find out by executing ps and grep for the cassandra process, then it should show a lot of classpath, check if you apache-cassandra-2.0.2.jar in the classpath.

Re: Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-20 Thread Robert Coli
On Wed, Nov 20, 2013 at 5:44 AM, Bonnet Jonathan. < jonathan.bon...@externe.bnpparibas.com> wrote: >So i Deploy the binaries of the new version, and configure my > cassandra.yaml with the same informations as before. > Why deploy binaries instead of a binary package? =Rob

Migration Cassandra 2.0 to Cassandra 2.0.2

2013-11-20 Thread Bonnet Jonathan .
Hello, I met some problems during an upgrade version, my source is Cassandra 2.0 and my target is Cassandra 2.0.2. My cluster have 3 nodes in the same datacenter, and i will upgrade them one by one. So i Deploy the binaries of the new version, and configure my cassandra.yaml with the sam