Re: Sorting problem on supercolumns names using OPP on 0.6.2

2010-12-06 Thread David Replogle
+1 I'm doing this in my C++ client so contact me offlist if you need code David Sent from my iPhone On Dec 6, 2010, at 1:33 PM, Tyler Hobbs wrote: > Also, thought I should mention: > > When you make a std::string out of the char[], make sure to use the > constructor with the size_t parameter

Re: C++ client for Cassandra

2010-12-01 Thread David Replogle
And I've contacted Padraig and he has no intention of upgrading to 0.7. I'm working heavily in C++ and Cassandra, though, so hopefully I can contribute in some way eventually. I may be able to help a little bit with C++ and Cassandra if you're totally stuck, but I'm basically just using thrift,

Re: Cassandra With C++

2010-11-08 Thread David Replogle
to just use jconsole. > > Then turn up the logging and see what happening server side. > > Aaron > > > On 09 Nov, 2010,at 08:55 AM, David Replogle < > david.replo...@steketeegreiner.com> wrote: > > With Python I'm using the fantastic Pycassa library by T

Re: Cassandra With C++

2010-11-08 Thread David Replogle
roblem but the default in 0.7* is to used framed > transport, which means creating the TFramedTransport rather than > TBufferedTransport. > > How are you connecting with python? Is it using framed transport? > > Hope that helps. > Aaron > > > On 09 Nov, 2010,at 07:55

Cassandra With C++

2010-11-08 Thread David Replogle
s. This is probably (hopefully) something stupid I'm missing. Do I really need to run the C++ server component (which seems superfluous since it's not actually my Cassandra instance) as detailed here: http://wiki.apache.org/thrift/ThriftUsageC%2B%2B -- David Replogle | Senior Programmer

Benchmarking & Testing

2010-10-22 Thread David Replogle
I'm coming to the portion of the Cassandra installation where the customer is looking for benchmarking and testing for purposes of "keeping an eye" on the system to see if we need to add capacity or just to see how the system in general is doing. Basically, warm fuzzies that the system is still