You want to populate an associative array in order to perform a map-side join. You ?v decided to put this information in a text file, place that file into the DistributedCache and read it in your Mapper before any records are processed. Indentify which method in the Mapper you should use to implement code for reading the file and populating the associative array?

🎲 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 want to populate an associative array in order to perform a map-side join. You ?v decided to put this information in a text file, place that file into the DistributedCache and read it in your Mapper before any records are processed. Indentify which method in the Mapper you should use to implement code for reading the file and populating the associative array?