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.

__________ is a variant of SequenceFileInputFormat that converts the sequence file’s keys and values to Text objects.

a) SequenceFile
b) SequenceFileAsTextInputFormat
c) SequenceAsTextInputFormat
d) All of the mentioned

Answer: b
Explanation: With multiple reducers, records will be allocated evenly across reduce tasks, with all records that share the same key being processed by the same reduce task.

Join The Discussion