Re: JSON Cassandra 2.2 - insert syntax

2015-06-01 Thread Michel Blase
7;m running a "just downloaded" C2.2 instance (I'm on a mac) Thanks and sorry for the waste of time before! On Mon, Jun 1, 2015 at 7:10 PM, Zach Kurey wrote: > Hi Michel, > > My only other guess is that you actually are running Cassandra 2.1, since > thats the ex

Re: JSON Cassandra 2.2 - insert syntax

2015-06-01 Thread Michel Blase
me": "jbellis","address": {"home": > {"street": "123 Cassandra Dr","city": "Austin","zip_code": 78747,"phones": > [2101234567]}}}'; > > HTH > > On Mon, Jun 1, 2015 at 6:03 PM, Michel Bla

JSON Cassandra 2.2 - insert syntax

2015-06-01 Thread Michel Blase
Hi all, I'm trying to test the new JSON functionalities in C* 2.2. I'm using this example: https://issues.apache.org/jira/browse/CASSANDRA-7970 I believe there is a typo in the CREATE TABLE statement that requires frozen: CREATE TABLE users (id int PRIMARY KEY,name text,addresses map>); but m