Re: bootstrapping problem. 1.1.2 version

2012-07-16 Thread Michael Cherkasov
the logs on both sides for errors. > > Hope that helps. > > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 14/07/2012, at 10:53 PM, Michael Cherkasov wrote: > > Hi all, > > I have only one node

bootstrapping problem. 1.1.2 version

2012-07-14 Thread Michael Cherkasov
Hi all, I have only one node and trying to add new DC with one node too. So I do all steps according this instruction http://www.datastax.com/docs/1.0/operations/cluster_management#adding-nodes-to-a-cluster But looks like nothing happens: D:\db\apache-cassandra-1.1.2\bin>nodetool netstats Start

Re: Get few rows by composite key.

2012-03-19 Thread Michael Cherkasov
Also one more question: Can someone show query that will fetch all rows match to this condition: ( AA:(part 2>= BB) ) or ( key == (BB:CC) ) 2012/3/19 Michael Cherkasov > Hello, > Assume that we have table like this one: > > Key:Columns names: > AA:AA 1:A 1:B 1

Get few rows by composite key.

2012-03-19 Thread Michael Cherkasov
Hello, Assume that we have table like this one: Key:Columns names: AA:AA 1:A 1:B 1:C 2:A 2:C AA:BB 1:C 2:A 2:C AA:CC 2:A 2:C AA:DD 1:A 1:B 1:C BB:AA 1:A 1:B 2:C BB:BB 1:A 1:B 1:C 2:C BB:CC 1:A 2:A 2:C BB:DD 1:A 1:C 2:A 2:C Is there any way to take rows wi

how to cast traditional sql schema to nosql

2012-02-26 Thread Michael Cherkasov
Hi all, I'm newbie in nosql and can't understand how to create nosql style schema. First, I what describe my problem: I need to store results of tests. Each test consists of a list of parameters(if tests have the same list of parameters that means, two tests belong to the same testcase), tag or ta