You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2014/03/07 20:47:42 UTC

[jira] [Comment Edited] (FALCON-342) Add ability to set maxMaps on replication

    [ https://issues.apache.org/jira/browse/FALCON-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924252#comment-13924252 ] 

Michael Miklavcic edited comment on FALCON-342 at 3/7/14 7:46 PM:
------------------------------------------------------------------

Added ability to set the maxMaps parameter for feed replication. Includes tests. Default set to maxMaps=5 in AbstractOozieMapper.

Example Feed:
<feed...>
...
    <properties>
        <property name="maxMaps" value="3" />
    </properties>
</feed>


was (Author: mmiklavcic):
Added ability to set the maxMaps parameter for feed replication. Includes tests. Default set to maxMaps=5 in AbstractOozieMapper.

> Add ability to set maxMaps on replication
> -----------------------------------------
>
>                 Key: FALCON-342
>                 URL: https://issues.apache.org/jira/browse/FALCON-342
>             Project: Falcon
>          Issue Type: Improvement
>          Components: feed, replication
>    Affects Versions: 0.4, 0.5
>            Reporter: Michael Miklavcic
>            Priority: Critical
>              Labels: features, patch
>             Fix For: 0.5
>
>         Attachments: FALCON-342.patch
>
>
> It's useful to be able to minimize bandwidth used during distcp replication. A use case is for customers trying to optimize bandwidth costs between data centers.



--
This message was sent by Atlassian JIRA
(v6.2#6252)