You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/05/21 20:52:47 UTC

HDFS append overhead

I am trying to determine if it is feasible for multiple nodes to alternate appends to a shared file in HDFS.
Can someone tell me, what is the overhead of an open/append/close cycle?
If multiple nodes attempt open-for-append at once, the losers queue nicely waiting for the winner to close?
--john