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 input _________ is a chunk of the input that is processed by a single map.

a) textformat
b) split
c) datanode
d) all of the mentioned

Answer: b
Explanation: Each split is divided into records, and the map processes each record—a key-value pair—in turn.

Join The Discussion