Nested class

2012-10-01 Thread Kartashov, Andy
Hello all, Is this possible to have Reducer and Mapper as a static nested classes inside a driver file? Keep getting an ERROR: $.class not found during map-reduce job execution. I checked the spelling and the like. All seems fine. Funny that only the Reducer nest class is reported. The Mappe

Re: Nested class

2012-10-01 Thread Alexander Pivovarov
it should work. Make sure top level class is public On Oct 1, 2012 1:32 PM, "Kartashov, Andy" wrote: > Hello all, > > > > Is this possible to have Reducer and Mapper as a static nested classes > inside a driver file? Keep getting an ERROR: $.class not > found during map-reduce job execution. I

RE: Nested class

2012-10-01 Thread Kartashov, Andy
to:apivova...@gmail.com] Sent: Monday, October 01, 2012 2:04 PM To: user@hadoop.apache.org Subject: Re: Nested class it should work. Make sure top level class is public On Oct 1, 2012 1:32 PM, "Kartashov, Andy" mailto:andy.kartas...@mpac.ca>> wrote: Hello all, Is this possible to have Redu