RE: Using RowMutations with super columns

2011-04-01 Thread George Ciubotaru
rror stack ? Aaron On 31 Mar 2011, at 04:54, George Ciubotaru wrote: Hello, I'm using CassandraBulkLoader.java (https://svn.apache.org/repos/asf/cassandra/trunk/contrib/bmt_example/CassandraBulkLoader.java) as base to build a bulk loader. Everything works fine for standard column families bu

Using RowMutations with super columns

2011-03-30 Thread George Ciubotaru
Hello, I'm using CassandraBulkLoader.java (https://svn.apache.org/repos/asf/cassandra/trunk/contrib/bmt_example/CassandraBulkLoader.java) as base to build a bulk loader. Everything works fine for standard column families but it fails when trying to insert data in super columns throwing this ex

RE: Column family cannot be removed

2011-03-21 Thread George Ciubotaru
Hi Nikolay, JNA has to be installed on the service box(es). On Ubuntu you can do the following: wget http://debian.riptano.com/debian/pool/libjna-java_3.2.7-0~nmu.2_amd64.deb sudo dpkg -i libjna-java_3.2.7-0~nmu.2_amd64.deb ln -s /usr/share/java/jna.jar [path_to_cassandra]/lib ... and the

RE: Column family cannot be removed

2011-03-01 Thread George Ciubotaru
Thank you guys, this solved the issue indeed. George -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: 28 February 2011 19:00 To: user@cassandra.apache.org Cc: George Ciubotaru Subject: Re: Column family cannot be removed drop and truncate both snapshot first

Column family cannot be removed

2011-02-28 Thread George Ciubotaru
Hello guys, I'm trying to remove a column family but without success. I have a simple 3 nodes Cassandra 0.7 cluster, a keyspaces with replication factor 2 and a super column within this keyspace with around 200,000 rows. I'm using cassandra-cli: - drop column family CFName; throws the

RE: Under expectation response time for reads

2011-01-20 Thread George Ciubotaru
reads Disable Nagle's algorithm and you should see much better performance. It must not be used on loopback. http://markmail.org/message/rgauuflglwemm24o On Thu, Jan 20, 2011 at 6:24 AM, George Ciubotaru mailto:george.ciubot...@weedle.com>> wrote: Hello, We are in the process of

Under expectation response time for reads

2011-01-20 Thread George Ciubotaru
Hello, We are in the process of evaluating Cassandra to be used with our product; I've started with some performance tests but unfortunately I'm getting very bad results for read operations (around 200 ms per read request which is much much more than what I'm reading that Cassandra can deliver)