Login
Remember
Register
Ask a Question
Name the core methods of a reducer
0
votes
asked
Feb 5, 2020
in
Big Data | Hadoop
by
SakshiSharma
Name the core methods of a reducer
#reducer-menthods
Bigdata-questions-answers
Hadoop-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 5, 2020
by
rajeshsharma
The three core methods of a reducer are,
setup()
reduce()
cleanup()
...