Re: Upgrading Column Families with Composite to CQL3

2014-02-27 Thread Nate McCall
I'd recommend starting with the very latest Astyanax+DS Client hybrid as that will make the transition easier. See this Astyanax wiki page for details: https://github.com/Netflix/astyanax/wiki/Astyanax-over-Java-Driver CQL3 is meta data is basically just composites under the hood, so it will most

Upgrading Column Families with Composite to CQL3

2014-02-27 Thread Jon Carter
Hello everyone, I'm trying to update some column families to start using the CQL3 drivers instead of Hector (the Java driver that uses Thrift, I assume any changes that would allow Thrift to work would let Hector work, but there may be some idiosyncrasies with Hector I don't know about. I'll repo