avro cassandra example

2011-03-18 Thread Sagar Kohli
hi all, i am searching for a working example of cassandra using avro as rpc client, still no luck... , pl share if any one have worked on it... any help or pointers ??? regards Sagar Are you exploring a Big Data Strategy ? Listen to this recorded webinar on

hadoop cassandra

2011-03-17 Thread Sagar Kohli
hi all, is there any example of hadoop and cassandra integration where input is from hdfs and out put to cassandra NOTE: i have gone through word count example provided with the source code, but it does not have above case.. regards Sagar Are you exploring

RE: hadoop cassandra

2011-03-17 Thread Sagar Kohli
as the input and output types line up, you can mix and match most anything with the inputformat and outputformat (like in word count you can output to cassandra or to the local filesystem - there are two different inner classes). Does that help? Jeremy On Mar 17, 2011, at 3:28 AM, Sagar Kohli

setting consistency level

2011-03-08 Thread Sagar Kohli
Hi, Can we define consistency level in yaml file(or at the time of designing cassandra data modal), my question may sound stupid since m still in process of understanding Cassandra :)... Thanks and regards sagar Are you exploring a Big Data Strategy ? Listen

setting consistency level

2011-03-08 Thread Sagar Kohli
Hi, Can we define consistency level in yaml file(or at the time of designing cassandra data modal), my question may sound stupid since m still in process of understanding Cassandra :)... Thanks and regards sagar Are you exploring a Big Data Strategy ? Listen

debugging cassandra with eclipse Helios

2011-03-07 Thread Sagar Kohli
Hi all, I am trying to build Cassandra source(0.7.3) with eclipse helios, followed instruction given in the link http://wiki.apache.org/cassandra/RunningCassandraInEclipse thought I have followed complete instruction it is still showing errors that could not resolve class.(though it is in

RE: dropping keyspace in cassandra

2011-03-03 Thread Sagar Kohli
Hi, Probably I got the answer, it is Tombstones in Cassandra. It is something like soft delete.. Pl correct me if m wrong Regards sagar -Original Message- From: Sagar Kohli [mailto:sagar.ko...@impetus.co.in] Sent: Thursday, March 03, 2011 11:44 AM To: user@cassandra.apache.org Subject

RE: dropping keyspace in cassandra

2011-03-03 Thread Sagar Kohli
Thanks Salvain to correct me, Have one more query, what is the location(default) of snapshot created by security?? ~sagar From: Sylvain Lebresne [mailto:sylv...@datastax.com] Sent: Thursday, March 03, 2011 5:22 PM To: user@cassandra.apache.org Cc: Sagar Kohli Subject: Re: dropping keyspace

dropping keyspace in cassandra

2011-03-02 Thread Sagar Kohli
Hi , I am using Cassandra .70, I have dropped a sample keyspace using command drop keyspace sample Command executed successfully but when I checked key space folder still exists there, Is there any other process to delete data from file system or Cassandra does it automatically?? Thanks in

RE: dropping keyspace in cassandra

2011-03-02 Thread Sagar Kohli
was the folder that was left in place? Dropping a keyspace does not physically delete the data immediately. Aaron On 3/03/2011, at 1:01 AM, Sagar Kohli sagar.ko...@impetus.co.in wrote: Hi , I am using Cassandra .70, I have dropped a sample keyspace using command drop keyspace sample