Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Vivek Mishra
(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Mark Reddy
trying Cassandra light weight transaction support with Cassandra 2.0.4 cqlsh:twitter create table user(user_id text primary key, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Tupshin Harper
with Cassandra 2.0.4 cqlsh:twitter create table user(user_id text primary key, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Vivek Mishra
primary key, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Tupshin Harper
(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Mark Reddy
, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Vivek Mishra
','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Tupshin Harper
transaction support with Cassandra 2.0.4 cqlsh:twitter create table user(user_id text primary key, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-16 Thread Vivek Mishra
into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Unable to complete request: one or more nodes were unavailable.

2014-04-15 Thread Vivek Mishra
Hi, I am trying Cassandra light weight transaction support with Cassandra 2.0.4 cqlsh:twitter create table user(user_id text primary key, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-15 Thread Tupshin Harper
, namef text); cqlsh:twitter insert into user(user_id,namef) values('v','ff') if not exists; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek

Re: Unable to complete request: one or more nodes were unavailable.

2014-04-15 Thread Jason Wee
; *Unable to complete request: one or more nodes were unavailable.* Any suggestions? -Vivek