Discussion :: Hadoop MCQs
- Point out the wrong statement :
A.
It is legal to set the number of reduce-tasks to zero if no reduction is desired
|
B.
The outputs of the map-tasks go directly to the FileSystem
|
C.
The Mapreduce framework does not sort the map-outputs before writing them out to the FileSystem
|
D.
None of the mentioned
|
Answer : Option D
Explanation :
Outputs of the map-tasks go directly to the FileSystem, into the output path set by setOutputPath(Path).
Be The First To Comment