Michael Miklavcic's Blog

home

Setting maxMaps and mapBandwidth for Falcon Feed Replication

08 Apr 2014

I’m happy to announce another contribution to the Apache Falcon project. A previous patch of mine exposed the maxMaps parameter to users through the feed’s properties list. This patch includes the ability to set mapBandwidth as well.

FALCON-391

<properties>
    ...
    <property name="maxMaps" value="8"/> <!-- max mappers used during replication -->
    <property name="mapBandwidth" value="20"/> <!-- set bandwidth in MB/s used during replication -->
    ...
</properties>