0 votes
in Hadoop by

Point out the correct statement.
a) You can specify any executable as the mapper and/or the reducer
b) You cannot supply a Java class as the mapper and/or the reducer
c) The class you supply for the output format should return key/value pairs of Text class
d) All of the mentioned

1 Answer

0 votes
by

Answer: a)You can specify any executable as the mapper and/or the reducer
Explanation: If you do not specify an input format class, the TextInputFormat is used as the default.

Related questions

0 votes
asked Oct 23, 2022 in Hadoop by DavidAnderson
0 votes
asked Oct 23, 2022 in Hadoop by DavidAnderson
...