how to deploy cassadnra 0.30 in Running on multiple nodes

2009-07-24 Thread 李楠
i deploy in storage-conf.xml Seeds add Seed192.1.12.149/Seed

use bin/nodeprobe -host X ring where X is each machine in your cluster to
make sure all the nodes see each other

why do not i find  bin/nodeprobe


Re: how to deploy cassadnra 0.30 in Running on multiple nodes

2009-07-24 Thread Jonathan Ellis
because nodeprobe is in 0.4, not 0.3

On Fri, Jul 24, 2009 at 2:26 AM, 李楠qingnan...@gmail.com wrote:
 i deploy in storage-conf.xml Seeds add Seed192.1.12.149/Seed

 use bin/nodeprobe -host X ring where X is each machine in your cluster to
 make sure all the nodes see each other

 why do not i find  bin/nodeprobe


Re: how to deploy cassadnra 0.30 in Running on multiple nodes

2009-07-24 Thread 李楠
what time cassandra has a official releases and more detail user development
tutorial document just like hadoop project?
i am interesting in cassandra with distributed, structured key-value
store,brings Amazon's Dynamo and BigTable and in production use at Facebook.

2009/7/24 Jonathan Ellis jbel...@gmail.com

 because nodeprobe is in 0.4, not 0.3

 On Fri, Jul 24, 2009 at 2:26 AM, 李楠qingnan...@gmail.com wrote:
  i deploy in storage-conf.xml Seeds add Seed192.1.12.149/Seed
 
  use bin/nodeprobe -host X ring where X is each machine in your cluster to
  make sure all the nodes see each other
 
  why do not i find  bin/nodeprobe



digg lazyboy - superfamily example

2009-07-24 Thread mobiledreamers
http://github.com/digg/lazyboy/blob/9fb89977c479b03159a868524a99e465e5d072e8/examples/columnfamily.py

thanks for the column family example, i m trying to use super column family
in lazy boy

is it possible to add a simple example for using supercolumns