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.

An ___________ is responsible for creating the input splits, and dividing them into records.

a) TextOutputFormat
b) TextInputFormat
c) OutputInputFormat
d) InputFormat

Answer: d
Explanation: As a MapReduce application writer, you don’t need to deal with InputSplits directly, as they are created by an InputFormat.

Join The Discussion