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).
- Problem with Internal Classes for a TableMap / TableReduce ... Daniel Leffel
- Re: Problem with Internal Classes for a TableMap / Tab... Andrew Purtell
- Re: Problem with Internal Classes for a TableMap /... Daniel Leffel
- Re: Problem with Internal Classes for a TableM... Andrew Purtell
