You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Agarwal, Saurabh " <sa...@citi.com> on 2012/04/13 21:36:03 UTC

RE: Hbase Map reduce and Index

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:karthiksmv@gmail.com]
Sent: Monday, January 02, 2012 2:09 AM
To: hbase-user@hadoop.apache.org
Subject: Hbase Map reduce and Index


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 reduce on
the sets of data namely for Electronics and computer industries and produce
the reducer output with the different sets of data collected but currently
hbase is taking the entire data of both the industries and giving me the
reduced results which I cant differentiate by Industries.

Any Help or idea on how to solve this?

--
View this message in context: http://old.nabble.com/Hbase-Map-reduce-and-Index-tp33064563p33064563.html
Sent from the HBase User mailing list archive at Nabble.com.