Home » Unlabelled » Which are the methods in the Mapper interface? | Hadoop Interview Questions
Friday, 1 February 2013
Which are the methods in the Mapper interface? | Hadoop Interview Questions
The Mapper contains the run() method, which call its own setup() method only once, it also call a map() method for each input and finally calls it cleanup() method. All above methods you can override in your code.
No comments:
Post a Comment