You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Manhee Jo <jo...@nttdocomo.com> on 2009/10/30 06:14:55 UTC

mrmetrics.log collision on write

Hi all,

MR metrics log file ("/tmp/mrmetrics.log") is set by global configuration 
per datanode.
But there can be multiple mappers running on the datanode at the same time.
When multiple mappers write MR metrics to /tmp/mrmetrics.log,
how do they solve collition on write? Are there any arbitration mechanisms
to synchronize the write?

Thanks,
Manhee Jo