Re: Cassandra Data migration from 2.2.3 to 3.7

2017-08-02 Thread Jeff Jirsa
> others is strictly prohibited. If you are not the intended recipient (or > authorized to receive for the recipient), please contact the sender by reply > email and delete all copies of this message. > Please click here for Company Registration Information. > > From: Jeff Jirsa [mail

RE: Cassandra Data migration from 2.2.3 to 3.7

2017-08-02 Thread Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco)
legal/cri/index.html> for Company Registration Information. From: Jeff Jirsa [mailto:jji...@gmail.com] Sent: Tuesday, August 1, 2017 5:13 PM To: cassandra Subject: Re: Cassandra Data migration from 2.2.3 to 3.7 Roughly that approach should work, modulo copying data in/out to the right paths

Re: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Jeff Jirsa
://www.cisco.com/web/about/doing_business/legal/cri/index.html> for > Company Registration Information. > > > > *From:* Jeff Jirsa [mailto:jji...@gmail.com] > *Sent:* Tuesday, August 1, 2017 3:36 PM > > *To:* user@cassandra.apache.org > *Subject:* Re: Cassandra Data mig

Re: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Jon Haddad
you are not the intended recipient (or > authorized to receive for the recipient), please contact the sender by reply > email and delete all copies of this message. > Please click here > <http://www.cisco.com/web/about/doing_business/legal/cri/index.html> for > Company Re

RE: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco)
ex.html> for Company Registration Information. From: Jeff Jirsa [mailto:jji...@gmail.com] Sent: Tuesday, August 1, 2017 3:36 PM To: user@cassandra.apache.org Subject: Re: Cassandra Data migration from 2.2.3 to 3.7 You can't stream across versions, so you either need to use the native protocol

Re: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Jeff Jirsa
e for the recipient), please contact the sender by reply > email and delete all copies of this message. > Please click here for Company Registration Information. > > From: Jeff Jirsa [mailto:jji...@gmail.com] > Sent: Tuesday, August 1, 2017 2:48 PM > To: user@cassandra.apache.o

RE: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Harika Vangapelli -T (hvangape - AKRAYA INC at Cisco)
2017 2:48 PM To: user@cassandra.apache.org Subject: Re: Cassandra Data migration from 2.2.3 to 3.7 If you upgrade in place: Stop each node one at a time Swap binaries Start each node Run upgradesstables when all nodes are bounced If you want to take data from 2.2 and put it into a 3.x cluster, yo

Re: Cassandra Data migration from 2.2.3 to 3.7

2017-08-01 Thread Jeff Jirsa
If you upgrade in place: Stop each node one at a time Swap binaries Start each node Run upgradesstables when all nodes are bounced If you want to take data from 2.2 and put it into a 3.x cluster, you'll need to run upgradesstables on it offline somehow (like clone that 2.2 cluster/schema and ru