J-D, Andy, St.Ack,
The patch fixed my problem. Thanks again for your help.
Dru
On Aug 4, 2008, at 9:32 AM, Dru Jensen wrote:
Thanks Andrew. I will test the patch and verify everything is
working.
On Aug 3, 2008, at 11:57 PM, Andrew Purtell wrote:
Opened HBASE-793.
https://issues.apache.org/jira/browse/HBASE-793
- Andy
From: stack <[EMAIL PROTECTED]>
Subject: Re: newbie - map reduce not distributing
To: [email protected]
Date: Saturday, August 2, 2008, 1:08 PM
Thank you for persevering Dru.
Indeed, a bug in getStartKeys will make us process all
tables that have a column family name in common.
[...]
Dru Jensen wrote:
I found what is causing the same rows being sent to
multiple map tasks.
If you have the same column family name in other
tables, the Test will send the same rows to multiple map
reducers.
[...]