Stargate Create table issue

2014-03-03 Thread jeevi tesh
Hi all, Need to create table through rest endpoint so using stargate. I'm able to create table getting status code of 201. But unfortunately I'm not able to create table with value In hbase shell if issue command scan .I get 0 rows. I guess it is issue with json. Can you please help what has went

Re: Stargate Create table issue

2014-03-03 Thread Bharath Vissapragada
Hi Jeevi, Your json format is incorrect. Suppose you are creating a table foobar with colfam f1, your json should be as follows.