Re: Problem in running cassandra-2.0.4 trigger example

2014-01-16 Thread Aaron Morton
But i am getting error: Bad Request: Key may not be empty My guess is the trigger is trying to create a row with an empty key. Add some logging to the trigger to see what it’s doing. Cheers - Aaron Morton New Zealand @aaronmorton Co-Founder Principal Consultant Apache

Re: Problem in running cassandra-2.0.4 trigger example

2014-01-11 Thread Thunder Stumpges
I'm not sure if this is your issue as I have not used these triggers before but shouldn't the invertedindex table have a different primary key than the primary table (either f2 or f3)? -Thunder On Jan 11, 2014, at 12:03 PM, Vidit Asthana vidit.astha...@gmail.com wrote: I am new to