You write MapReduce job to process 100 files in HDFS. Your MapReduce algorithm uses TextInputFormat: The mapper applies a regular expression over input values and emits key-values pairs with the key consisting of the matching text, and the value containing the filename and byte offset. Determine the difference between setting the number of reduces to one and settings the number of reducers to zero.

🎲 Try a Random Question  |  Total Questions in Quiz: 54  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CCD-410: Cloudera Certified Developer for Apache Hadoop (CCDH) Exam — practice the complete quiz, review flashcards, or try a random question.


You write MapReduce job to process 100 files in HDFS. Your MapReduce algorithm uses TextInputFormat: The mapper applies a regular expression over input values and emits key-values pairs with the key consisting of the matching text, and the value containing the filename and byte offset. Determine the difference between setting the number of reduces to one and settings the number of reducers to zero.