Using cassandra-cli with Client-server encryption

2013-10-08 Thread Vivek Mishra
Hi, I am trying to use cassandra-cli with client-server encryption enabled. But somehow getting handshake failure error(given below): org.apache.thrift.transport.TTransportException: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at org.apache.thrift.transport.TIO

Re: how do remove default_validation_class using cassandra-cli?

2012-05-15 Thread Yuhan Zhang
to answer my own question: set default_validation_class = BytesType; On Tue, May 15, 2012 at 7:09 PM, Yuhan Zhang wrote: > Hi all, > > Is there a way to remove default_validation_class after assigned it to a > column family? > > I'd like to have a column family storing both string and long. look

how do remove default_validation_class using cassandra-cli?

2012-05-15 Thread Yuhan Zhang
Hi all, Is there a way to remove default_validation_class after assigned it to a column family? I'd like to have a column family storing both string and long. looks like it throws error at me for "String didn't validate". Thank you. Yuhan

Re: Using Cassandra-cli

2011-02-09 Thread Eranda Sooriyabandara
Hi all, Thanks Jonathan and Eric, you both describes what I want. Now I am looking forward to play with them. thanks Eranda

Re: Using Cassandra-cli

2011-02-09 Thread Jonathan Ellis
"help update column family"? On Wed, Feb 9, 2011 at 1:15 PM, Eranda Sooriyabandara <0704...@gmail.com> wrote: > Hi Vishan, Aron and all, > > Thanks for the help. I tried it and successfully worked for me. > But I could not find a place where mention about the attributes of some > commands. > > e.g