cassandra slow write

2009-11-19 Thread ROGER PUIG GANZA
vailableException e) { e.printStackTrace(); } catch (TException e) { e.printStackTrace(); } } tr.close(); } Roger Puig Ganza

client code supercolumn insertion from cassandra 0.3.0 to 0.4.0

2009-10-02 Thread ROGER PUIG GANZA
Hi, I'm having problems with the translation of the client code for Cassandra 0.3.0 to the 0.4.0 My code for inserting columns is working properly but the one for the supercolumns is not working. Can anyone point me where the error is? I'm skipping the exception handling code. Code for Cassandr