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).

Reply via email to