datasalt / pangool

Tuple MapReduce for Hadoop: Hadoop API made easy
http://datasalt.github.io/pangool/
Apache License 2.0
57 stars 13 forks source link

User needs to do super.setup() in MapOnlyMapper, otherwise a NPE happens at cleanup() #36

Closed pereferrera closed 10 years ago

pereferrera commented 10 years ago

This issue can be reproduced by implementing a MapOnlyMapper that overrides setup() and doesn't call super.setup(context).

pereferrera commented 10 years ago

To properly solve this, I had to do a non-backwards compatible change. We might want to release a new major version after this.