Re: Senior Cassandra developer/architect needed

2010-12-02 Thread Zubair Quraishi
I have experience with Cassandra, Riak, amd other NoSQL solutions. Which country is this based in and what is the hourly pay rate? On Thu, Dec 2, 2010 at 12:33 AM, Nima Khajehnouri wrote: > We need a senior Cassandra architect/expert/developer. Where is a good > source to look for such a person?

Re: Mutate function not working

2010-04-30 Thread Zubair Quraishi
eptions,2}, {thrift_client,handle_call,3}]}}} On Fri, Apr 30, 2010 at 3:21 PM, Jonathan Ellis wrote: > You could try asking on the user@ list, but it looks like erlang is > eating an invalidrequestexception which is not very helpful. > > On Fri, Apr 30, 201

Mutate function not working

2010-04-30 Thread Zubair Quraishi
I have the following code in Erlang to set a value and then add a property. The first set works but the mutate fails. Can anyone enlighten me? Thanks {ok, C} = thrift_client:start_link("127.0.0.1",9160, cassandra_thrift), Key = "Key1", % % set first property % thrift_client:call( C,

what is wrong with this batch_mutate in erlang?

2010-04-28 Thread Zubair Quraishi
{ok, C} = thrift_client:start_link("127.0.0.1",9160, cassandra_thrift), MutationMap = { <<"i2">>, { <<"KeyValue">>, [

whats is wrong with this batch_mutate in erlang?

2010-04-28 Thread Zubair Quraishi
{ok, C} = thrift_client:start_link("127.0.0.1",9160, cassandra_thrift), MutationMap = { <<"i2">>, { <<"KeyValue">>, [