Map Reduce With Hadoop:: Presented by ANIVESHA-126 ARITRA-128 RIA-142 Shashvat - 150 SHEKHAR-151
Map Reduce With Hadoop:: Presented by ANIVESHA-126 ARITRA-128 RIA-142 Shashvat - 150 SHEKHAR-151
Hadoop
:
PRESENTED BY
ANIVESHA-126
ARITRA- 128
RIA-142
SHASHVAT- 150
SHEKHAR-151
Introduction
In Map Reduce programs the user may not specify the mappers as it
depends on the size of the file and the block size,where as the
number of reducers can be configured by user based on number of
mappers.
When multiple mappers are running there can be a situation where
some mappers may be running very slow then Hadoop comes into
a picture and identifies such slow running jobs and triggers the same
job to other data node, this job is named as “Speculator
execution in Hadoop”.
Conclusion