RE: Hbase Map reduce and Index

2012-04-13 Thread Agarwal, Saurabh
You need to apply the filter ( that filtered out Electronics items) on table before you pass the table to mapper. -Original Message- From: Karthik Pandian [mailto:karthik...@gmail.com] Sent: Monday, January 02, 2012 2:09 AM To: hbase-u...@hadoop.apache.org Subject: Hbase Map reduce and

Re: Hbase Map reduce and Index

2012-01-02 Thread Rohit
I think you should take a look at filters in hbase. You can apply a filter such that the input to mapp-reduce would be data from only one industry. On 02-Jan-2012, at 12:38, Karthik Pandian karthik...@gmail.com wrote: I am crawling different industry data and storing the data into single

Re: Hbase Map reduce and Index

2012-01-02 Thread Stack
On Sun, Jan 1, 2012 at 11:08 PM, Karthik Pandian karthik...@gmail.com wrote: I am crawling different industry data and storing the data into single hbase table. For example I am crawling Electronics and Computer industries and stored in a table called 'industry_tbl'. Now I want to run a map