Point out the correct statement.
You can specify any executable as the mapper and/or the reducer
Excellent ! Your Answer is Correct. Explanation: If you do not specify an input format class, the TextInputFormat is used as the default.
You cannot supply a Java class as the mapper and/or the reducer
The class you supply for the output format should return key/value pairs of Text class
All Options are Correct