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
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
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
Hi all,
Thanks Jonathan and Eric, you both describes what I want. Now I am looking
forward to play with them.
thanks
Eranda
"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