摘要: 直接create column family User 新建User ,後續用 set User['ehewitt']['fname']='Eben' insert 資料會出現如下的Exception:[default@MyKeyspace] set User['ehewitt']['fname']='Eben';org.apache.cassandra.db.marshal.MarshalException: cannot parse 'fname' as hex bytes改用如 阅读全文
posted @ 2012-12-18 16:50 Vincent Lee 阅读(504) 评论(1) 推荐(0) 编辑
摘要: 劃重點Cassandra assumes that you’ll be running all your command-line utilities from the root Cassandra directory.bin\cassandra-cli -host localhost -port 9160從 Cassandra 根目錄下bin\ + commandHow do I fix a “NoClassDefFoundError” while attempting to start Cassandra?http://www.divconq.com/2010/how-do-i-fix-a 阅读全文
posted @ 2012-12-18 15:41 Vincent Lee 阅读(167) 评论(0) 推荐(0) 编辑