Hadoop FAQs
Friday, 8 March 2013
Which are the methods in the Mapper interface?
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
‹
›
Home
View web version
No comments:
Post a Comment