In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?
Show answer and explanation
Correct answer: A
CCD-470 Real Exam Questions
96 questions available · Page 1 of 10
Updated Exam DumpsVerified AnswersPass Guarantee
In the standard word count MapReduce algorithm, why might using a combiner reduce the overall Job running time?
Correct answer: A
What is a Writable?
Correct answer: A
You are developing a MapReduce job for sales reporting. The mapper will process input keys representing the year (IntWritable) and input values representing product indentifies (Text). Indentify what determines the data types used by the Mapper for a given job.
Correct answer: D
Which project gives you a distributed, Scalable, data store that allows you random, realtime read/write access to hundreds of terabytes of data?
Correct answer: A
Which process describes the lifecycle of a Mapper?
Correct answer: C
During the standard sort and shuffle phase of MapReduce, keys and values are passed to reducers.
Which of the following is true?
Correct answer: D
What types of algorithms are difficult to express in MapReduce v1 (MRv1)?
Correct answer: C
You wrote a map function that throws a runtime exception when it encounters a control character in input data. The input supplied to your mapper contains twelve such characters totals, spread across five file splits. The first four file splits each have two control characters and the last split has four control characters.
Indentify the number of failed task attempts you can expect when you run the job with mapred.max.map.attempts set to 4:
Correct answer: E
You are running a job that will process a single InputSplit on a cluster which has no other jobs currently running. Each node has an equal number of open Map slots.
On which node will Hadoop first attempt to run the Map task?
Correct answer: C
In a large MapReduce job with m mappers and n reducers, how many distinct copy operations will there be in the sort/shuffle phase?
Correct answer: A