You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/05/19 08:12:38 UTC

[jira] [Issue Comment Deleted] (FALCON-391) Add ability to set mapBandwidth

     [ https://issues.apache.org/jira/browse/FALCON-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shwetha G S updated FALCON-391:
-------------------------------

    Comment: was deleted

(was: It shouldn't be a mandatory parameter:
{code}
            if (props.get(MR_MAX_MAPS) == null) { // set default if user has not overridden
                props.put(MR_MAX_MAPS, getDefaultMaxMaps());
            }
            if (props.get(MR_MAP_BANDWIDTH) == null) { // set default if user has not overridden
                props.put(MR_MAP_BANDWIDTH, getDefaultMapBandwidth());
            }
{code})

> Add ability to set mapBandwidth
> -------------------------------
>
>                 Key: FALCON-391
>                 URL: https://issues.apache.org/jira/browse/FALCON-391
>             Project: Falcon
>          Issue Type: Improvement
>          Components: feed, replication
>    Affects Versions: 0.4, 0.5
>            Reporter: Michael Miklavcic
>            Assignee: Michael Miklavcic
>              Labels: features, patch
>             Fix For: 0.5
>
>         Attachments: FALCON-391-v4.patch, FALCON-391_v1.patch, FALCON-391_v2.patch, FALCON-391_v3.patch
>
>
> Related to https://issues.apache.org/jira/browse/FALCON-342



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