Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FE7F1014B for ; Wed, 12 Mar 2014 09:53:14 +0000 (UTC) Received: (qmail 38318 invoked by uid 500); 12 Mar 2014 09:53:10 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 36705 invoked by uid 500); 12 Mar 2014 09:53:08 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 36491 invoked by uid 99); 12 Mar 2014 09:53:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 09:53:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Mar 2014 09:53:03 +0000 Received: (qmail 35189 invoked by uid 99); 12 Mar 2014 09:52:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 09:52:43 +0000 Date: Wed, 12 Mar 2014 09:52:43 +0000 (UTC) From: "Shwetha G S (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-342) Add ability to set maxMaps on replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931594#comment-13931594 ] Shwetha G S commented on FALCON-342: ------------------------------------ On a second thought, + if (props.get(MR_MAX_MAPS) == null) { + props.put(MR_MAX_MAPS, "5"); + } Can you read max maps from runtime properties? > 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 > Assignee: Michael Miklavcic > Priority: Critical > Labels: features, patch > Fix For: 0.5 > > Attachments: FALCON-342.patch, FALCON-342_v2.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)