Re: Cassandra 3.0.0 connection problem

2015-11-30 Thread Robert Coli
On Wed, Nov 18, 2015 at 11:13 PM, Enrico Sola wrote: > Hi, I'm new to Cassandra and I've recently upgraded to 3.0.0 on Ubuntu > Linux 14.04 LTS > https://www.eventbrite.com/engineering/what-version-of-cassandra-should-i-run/ =Rob

Re: Cassandra 3.0.0 connection problem

2015-11-20 Thread Enrico Sola
I've seen now that the DataStax PHP driver (version 1.0.0, the only available on github) it's only partially compatible with Cassandra 2.1, I used it until 2.2.3, in fact in this one I can't use useful data type like FROZEN or TUPLE. On the DataStax developer blog that talk about a new beta

Re: Cassandra 3.0.0 connection problem

2015-11-20 Thread Alex Popescu
Hi Enrico, As Tyler mentioned, Cassandra 3.0 introduced some major changes to the system tables, which are critical to the way DataStax drivers work, that prevented drivers to connect. We are addressing these changes as fast as we can, but for the PHP driver we need to firstly update the

Re: Cassandra 3.0.0 connection problem

2015-11-19 Thread Tyler Hobbs
On Thu, Nov 19, 2015 at 1:13 AM, Enrico Sola wrote: > Hi, I'm new to Cassandra and I've recently upgraded to 3.0.0 on Ubuntu > Linux 14.04 LTS, through apt-get upgrade not manual installation, after the > update all was fine so I could access to my keyspaces using cqlsh

Cassandra 3.0.0 connection problem

2015-11-18 Thread Enrico Sola
Hi, I'm new to Cassandra and I've recently upgraded to 3.0.0 on Ubuntu Linux 14.04 LTS, through apt-get upgrade not manual installation, after the update all was fine so I could access to my keyspaces using cqlsh but I can't access to Cassandra using DataStax PHP Driver because I get this