On Wed, Apr 11, 2012 at 5:20 AM, puneet loya <[email protected]> wrote:
> insert into users (KEY) values (512313);
>
> users is my column family and key is its only attribute..
>
> It is giving an error
> bad request : line 1:24 required (...)+ loop did not match anything at input
> ')'
>
> do you find any error here?

Yes.  KEY here is presumably the row key (aka PRIMARY KEY) and you
cannot store an otherwise empty row, you need at least one actual
column.

-- 
Eric Evans
Acunu | http://www.acunu.com | @acunu

Reply via email to