Hmmm... It was working in 0.1.3 for me. It was when I moved to 0.2.0 that it stopped.
On Thu, Jul 24, 2008 at 3:25 PM, Andrew Purtell <[EMAIL PROTECTED]> wrote: > Just to add, this isn't a 0.2 problem. This was my very first gotcha, back > with 0.1.0. > > - Andy > > > From: Daniel Leffel <[EMAIL PROTECTED]> > > Subject: Problem with Internal Classes for a TableMap / TableReduce in > 0.2.0 > > To: [email protected] > > Date: Thursday, July 24, 2008, 2:38 PM > > Heads up for anyone else running into this issue. I found > > that you cannot use internal classes for your Map or Reduce > > class if you're extending TableMap/TableReduce. If you try, > > you get a NoSuchMethodException: TestTableMapReduce$Map.<init>() > > Not sure why, but I suspect it has to do with initJob (a static > > method which isn't content being a part of internal non-static > > class). > > > > >
