Starting from:

$25

CLOUD COMPUTING-Assignment 5 Storage for Data Intensive Services Solved

1.   HDFS is implemented as a user-level file system vs an in-kernel file-system. (a) What is the advantage of this in the context of Hadoop?

2.   The output of a Mapper is written into the local filesystem instead of the global filesystem. Why? Your answer should explain both why writing into the global file system would be undesirable as well as why it would be of minimal benefit.

3.   Why does Hadoop sort records en route to a Reducer? How would it affect things if these records were processed by the Reducer in the order in which they were received from the various Mappers?

4.   How is the failure of a Mapper or Reduce managed?

5.   In a typical Map-Reduce graph algorithm, what data structure is used to represent the graph? Why?

6.   In a typical Map-Reduce graph algorithm, how many Map-Reduce phases are typically necessary before the graph can be traversed? Why?

More products