Hi all, I am very new to Cassandra,
I am using version-1.1.7 and followed the steps on single node machine mention in GETTING STARTED. I have created key-space named as Demo and then tried to create column family names Work as [default@DEMO] create column family Work ; 5c85706f-87fe-38f1-b23f-c6180e45d178 Waiting for schema agreement... ... schemas agree across the cluster Now if I do.. [default@DEMO] set Work[1234][name] = scott ; I got this error. org.apache.cassandra.db.marshal.MarshalException: cannot parse 'name' as hex bytes Please help and suggest. Thanks & Regards Yogesh Kumar