Re: cassandra-cli on 3.x

2020-02-12 Thread Jai Bheemsen Rao Dhanwada
thank you On Tue, Feb 11, 2020 at 6:38 PM Erick Ramirez wrote: > I am using astyanax client > > > Right. It was announced as being retired back in 2016 [1] which ended in > 2018 [2]: > > >> >> *DeprecationAstyanax has been retired and is no longer under active >> development but may receive depe

Re: cassandra-cli on 3.x

2020-02-11 Thread Erick Ramirez
> > I am using astyanax client Right. It was announced as being retired back in 2016 [1] which ended in 2018 [2]: > > *DeprecationAstyanax has been retired and is no longer under active > development but may receive dependency updates to ease migration away from > Astyanax.In place of Astyanax

Re: cassandra-cli on 3.x

2020-02-11 Thread Jai Bheemsen Rao Dhanwada
I am using astyanax client On Tuesday, February 11, 2020, Erick Ramirez wrote: > Jai, Thrift was deprecated years ago (maybe 5 or 6?) and COMPACT STORAGE > was dropped since the refactor of the storage engine in C* 3.0 so there > won't be support for any legacy CLI. In fact, you need to migrate

cassandra-cli on 3.x

2020-02-11 Thread Erick Ramirez
Jai, Thrift was deprecated years ago (maybe 5 or 6?) and COMPACT STORAGE was dropped since the refactor of the storage engine in C* 3.0 so there won't be support for any legacy CLI. In fact, you need to migrate off legacy storage when you upgrade using ALTER TABLE ks.table DROP COMPACT STORAGE. Yo

cassandra-cli on 3.x

2020-02-11 Thread Jai Bheemsen Rao Dhanwada
Hello, I have Cassandra cluster(2.1.16) where the application is using the legacy thrift schema (Cassandra-cli). I am planning to upgrade the cluster to 3.11.X without changing the schema. but the new 3.x doesn't have cassandra-cli utilities. is there any alternative to get the cli installed on 3.