Starting Cassandra Fauna

2010-04-08 Thread Nirmala Agadgar
Hi, I am newbie. Downloaded Fauna and followed the instructions to run Fauna in Centos. But when i try to run cassandra_helper cassandra, i get the following Error. Can anyone help me solve this. i have installed 1)Java java version 1.6.0 OpenJDK Runtime Environment (build 1.6.0-b09) OpenJDK

Re: Starting Cassandra Fauna

2010-04-10 Thread Nirmala Agadgar
Hi, I tried to dig in problem and found 1) DIST_URL is pointed to http://apache.osuosl.org/incubator/cassandra/0.6.0/apache-cassandra-0.6.0-beta2-bin.tar.gz and it has no resource in it.( in Rakefile of Cassandra Gem) DIST_URL =

Re: Starting Cassandra Fauna

2010-04-12 Thread Nirmala Agadgar
...@twitter.com wrote: Did you try master? We fixed this around the 7th, but haven't made a release yet. -- Jeff On Sat, Apr 10, 2010 at 10:10 AM, Nirmala Agadgar nirmala...@gmail.com wrote: Hi, I tried to dig in problem and found 1) DIST_URL is pointed to http://apache.osuosl.org

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
:36 PM, Ryan King r...@twitter.com wrote: I'm guessing you missed the ant ivy-retrieve step. We're planning on releasing a new gem today that should fix this issue. -ryan On Mon, Apr 12, 2010 at 3:30 AM, Nirmala Agadgar nirmala...@gmail.com wrote: Hi, Yes, used only master. i

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
Hi, I want to insert data into Cassandra programmatically in a loop. Also i'm a newbie to Linux world and Github. Started to work on Linux for only reason to implement Cassandra.Digging Cassandra for last on week.How to insert data in cassandra and test it? Can anyone help me out on this? -

Re: Starting Cassandra Fauna

2010-04-14 Thread Nirmala Agadgar
On Thu, Apr 15, 2010 at 12:23 PM, Nirmala Agadgar nirmala...@gmail.comwrote: Hi, I want to insert data into Cassandra programmatically in a loop. Also i'm a newbie to Linux world and Github. Started to work on Linux for only reason to implement Cassandra.Digging Cassandra for last on week.How

Cassandra Java Client

2010-04-16 Thread Nirmala Agadgar
Hi, Can anyone tell how to implement Client that can insert data into cassandra in Java. Any Code or guidelines would be helpful. - Nirmala