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.

The _________ as just the value field append(value) and the key is a LongWritable that contains the record number, count + 1.

a) SetFile
b) ArrayFile
c) BloomMapFile
d) None of the mentioned

Answer: b
Explanation: The SetFile instead of append(key, value) as just the key field append(key) and the value is always the NullWritable instance.

Join The Discussion