Re: cassandra data to hadoop.

2011-12-24 Thread Jeremy Hanna
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, ravikum

Re: cassandra data to hadoop.

2011-12-24 Thread Mohit Anchlia
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 visweswara wrote: >> >> > Hello All, >> &

Re: cassandra data to hadoop.

2011-12-23 Thread ravikumar visweswara
swara wrote: > > > 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 &

Re: cassandra data to hadoop.

2011-12-23 Thread Jeremy Hanna
or job scheduling, fwiw. >> >> On Dec 23, 2011, at 9:12 AM, ravikumar visweswara wrote: >> >>> Hello All, >>> >>> I have a situation to dump cassandra data to hadoop cluster for further >>> analytics. Lot of other relevant data which is no

Re: cassandra data to hadoop.

2011-12-23 Thread Praveen Sadhu
isweswara wrote: > >> 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 &

Re: cassandra data to hadoop.

2011-12-23 Thread Jeremy Hanna
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 visweswara wrote: > Hello All, > > I have a situation to dump cassandra data to hadoop cluster for further > analytics.

Re: cassandra data to hadoop.

2011-12-23 Thread Brian O'Neill
to refresh the data in HDFS. I presume its even speedier if you are running enterprise, because the Hadoop process is collocated with Cassandra. -brian On Fri, Dec 23, 2011 at 10:12 AM, ravikumar visweswara < talk2had...@gmail.com> wrote: > Hello All, > > I have a situation to dump

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