Re: How to convert start_token,end_token to real key value?

2012-01-01 Thread ravikumar visweswara
ith > tokens. > > -Naren > > > On Sat, Dec 31, 2011 at 2:07 PM, ravikumar visweswara < > talk2had...@gmail.com> wrote: > >> Hello All, >> >> I have requirement to copy data from cassandra to hadoop from/to a >> specific key. This is supported in 1.

How to convert start_token,end_token to real key value?

2011-12-31 Thread ravikumar visweswara
Hello All, I have requirement to copy data from cassandra to hadoop from/to a specific key. This is supported in 1.0.0. But I am using cassandra version 0.7.1 and hadoop version 20.2. In my mapreduce job(InputFormat class) i have an object of TokenRange. I need to filter certain ranges based on

Re: cassandra data to hadoop.

2011-12-23 Thread ravikumar visweswara
7;s going to a > separate hadoop cluster, I don't think you'd need to co-locate task > trackers or data nodes on your cassandra nodes - it would just need to copy > over the network though. We also use oozie for job scheduling, fwiw. > > On Dec 23, 2011, at 9:12 AM, ravikumar viswe

cassandra data to hadoop.

2011-12-23 Thread ravikumar visweswara
Hello All, I have a situation to dump cassandra data to hadoop cluster for further analytics. Lot of other relevant data which is not present in cassandra is already available in hdfs for analysis. Both are independent clusters right now. Is there a suggested way to get the data periodically or co