Re: Announcing 0.3.0

2009-07-21 Thread Jonas Bonér
Big congrats. Thanks for all the effort put in. 2009/7/20 Eric Evans eev...@rackspace.com: It is with great pleasure that I announce the very first release of Apache Cassandra, 0.3.0[1] A projects first release is a significant milestone and one that our burgeoning community should be proud

trunk

2009-07-21 Thread Jonas Bonér
Hi guys. How stable is trunk? I have been on trunk for pretty long now and no issues so far but Thanks. -- Jonas Bonér twitter: @jboner blog:http://jonasboner.com work: http://crisp.se work: http://scalablesolutions.se code: http://github.com/jboner

Re: AttributeError: 'str' object has no attribute 'write'

2009-07-21 Thread mobiledreamers
Thanks Gasol wuthis helped On Sun, Jul 19, 2009 at 7:22 PM, Gasol Wu gasol...@gmail.com wrote: Hi Ian, http://issues.apache.org/jira/browse/CASSANDRA-139 1.regeneration python client cd $CASSANDRA_HOME/interface thrift --gen py cassandra.thrift 2.recompile cassandra cd $CASSANDRA_HOME

Re: keys and column names cannot be utf-8

2009-07-21 Thread Jonathan Ellis
did you read the new section in the config xml explaining how to use a UTF8 comparator? also: thrift itself is just plain broken for unicode support in some languages; see THRIFT-395 I think the short version is that when you have a java server, unicode will work with java or C# clients but not

Re: keys and column names cannot be utf-8

2009-07-21 Thread Jonathan Ellis
you may also want to specify CompareSubcolumnsWith. On Tue, Jul 21, 2009 at 4:27 PM, mobiledream...@gmail.com wrote: thanks jonathan trying this ColumnFamily ColumnType=Super CompareWith=UTF8Type Name=Super1/ On Tue, Jul 21, 2009 at 2:24 PM, Jonathan Ellis jbel...@gmail.com wrote: On Tue,

Re: keys and column names cannot be utf-8

2009-07-21 Thread Jonathan Ellis
guarantee? in a pre-alpha trunk? no, that is too strong a word. but that's what *supposed* to work, so I will fix it if it doesn't. :) On Tue, Jul 21, 2009 at 4:32 PM, mobiledream...@gmail.com wrote: if this would be the conf/storage-conf.xml ColumnFamily ColumnSort=Name Name=Standard1