1 Aug 2008 01:06
Re: newbie - map reduce not distributing
UPDATE: I modified the RowCounter example and verified that it is
sending the same row to multiple map tasks also. Is this a known bug
or am I doing something truly as(s)inine? Any help is appreciated.
On Jul 30, 2008, at 3:02 PM, Dru Jensen wrote:
> J-D,
>
> Again, thank you for your help on this.
>
> hitting the HBASE Master port 60010:
> System 1 - 2 regions
> System 2 - 1 region
> System 3 - 3 regions
>
> In order to demonstrate the behavior I'm seeing, I wrote a test class.
>
> public class Test extends Configured implements Tool {
>
> public static class Map extends TableMap {
>
> <at> Override
> public void map(ImmutableBytesWritable key, RowResult row,
> OutputCollector output, Reporter r) throws IOException {
>
> String key_str = new String(key.get());
> System.out.println("map: key = " + key_str);
> }
>
> }
(Continue reading)
Thanks
-Yair
-----Original Message-----
From: Pavel [mailto:
RSS Feed