Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Key classes have to implement the __________ interface to facilitate sorting by the framework.

a) Writable
b) Comparable
c) WritableComparable
d) None of the mentioned

Answer: c
Explanation: Input and Output types of a MapReduce job:(input) <k1, v1> -> map -> <k2, v2> -> combine -> <k2, v2> -> reduce -> <k3, v3> (output).

Join The Discussion