RE: Query on analyze big data with Hbase

2011-11-16 Thread Stuti Awasthi
analyze big data with Hbase You should consider looking over the available HBase resources There's an online book http://hbase.apache.org/book.html And there's Lars George's book from O'Reilly (http://shop.oreilly.com/product/0636920014348.do) On 11/16/11 6:39 AM, "St

Re: Query on analyze big data with Hbase

2011-11-16 Thread Cosmin Lehene
You should consider looking over the available HBase resources There's an online book http://hbase.apache.org/book.html And there's Lars George's book from O'Reilly (http://shop.oreilly.com/product/0636920014348.do) On 11/16/11 6:39 AM, "Stuti Awasthi" wrote: >Hi all, > >I have a scenario in wh

Query on analyze big data with Hbase

2011-11-15 Thread Stuti Awasthi
Hi all, I have a scenario in which my Hbase tables will be fed with data size more than 250GB every day. I have to do analysis on that data using MR jobs and save the output in Hbase table itself. 1. My concern is will Hbase be able to handle such data as it is built to handle big data?