Re: HBase chain MapReduce job with broadcasting smaller tables to all Mappers

2014-07-07 Thread Arun Allamsetty
Hi Ted, I did not at first. I don't know why I didn't realize I could do that at first. But then I understood that I can. Thanks for the help though. Cheers, Arun On Jul 3, 2014 10:28 AM, "Ted Yu" wrote: > Did you read the summary object through HTable API in Job #2 ? > > Cheers > > > On Thu, J

Re: HBase chain MapReduce job with broadcasting smaller tables to all Mappers

2014-07-03 Thread Ted Yu
Did you read the summary object through HTable API in Job #2 ? Cheers On Thu, Jul 3, 2014 at 9:14 AM, Arun Allamsetty wrote: > Hi, > > I am trying to write a chained MapReduce job on data present in HBase > tables and need some help with the concept. I am not expecting people to > provide code

HBase chain MapReduce job with broadcasting smaller tables to all Mappers

2014-07-03 Thread Arun Allamsetty
Hi, I am trying to write a chained MapReduce job on data present in HBase tables and need some help with the concept. I am not expecting people to provide code by pseudo code for this based on HBase's Java API would be nice. In a nutshell, what I am trying to do is, MapReduce Job 1: Read data fr