COMPUTER FUNDAMENTALS

EMERGING TRENDS IN COMPUTING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The ____ option allows you to copy jars locally to the current working directory of tasks and automatically unjar the files.
A
archives
B
files
C
task
D
None of the mentioned
Explanation: 

Detailed explanation-1: -4. function is responsible for consolidating the results produced by each of the Map() functions/tasks. Explanation: Reduce function collates the work and resolves the results.

Detailed explanation-2: -A MapReduce job usually splits the input data-set into independent chunks which are processed by the map tasks in a completely parallel manner. The framework sorts the outputs of the maps, which are then input to the reduce tasks.

There is 1 question to complete.