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 878E117C4B for ; Mon, 13 Oct 2014 10:55:55 +0000 (UTC) Received: (qmail 97023 invoked by uid 500); 13 Oct 2014 10:55:55 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 96912 invoked by uid 500); 13 Oct 2014 10:55:55 -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 96895 invoked by uid 99); 13 Oct 2014 10:55:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 10:55:55 +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; Mon, 13 Oct 2014 10:55:54 +0000 Received: (qmail 95553 invoked by uid 99); 13 Oct 2014 10:55:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 10:55:34 +0000 Date: Mon, 13 Oct 2014 10:55:34 +0000 (UTC) From: "Shwetha G S (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-20) Remove dependency on custom InMobi DistCp 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-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169176#comment-14169176 ] Shwetha G S commented on FALCON-20: ----------------------------------- {code} + + oozie.action.sharelib.for.java + distcp + {code} Replication will pick distcp jar from oozie sharelib. Is falcon's FeedReplicator guaranteed to work with any distcp in terms of code signature? {code} - distcpOptions.setMapBandwidthKB(Integer.valueOf(cmd.getOptionValue("mapBandwidthKB"))); - + distcpOptions.setMapBandwidth(Integer.valueOf(cmd.getOptionValue("mapBandwidthKB"))); {code} If latest distcp doesn't support mapBandwidth in KB, we should rename falcon's param as well accordingly. But this is useful, not sure why it was removed > Remove dependency on custom InMobi DistCp > ----------------------------------------- > > Key: FALCON-20 > URL: https://issues.apache.org/jira/browse/FALCON-20 > Project: Falcon > Issue Type: Sub-task > Components: replication > Affects Versions: 0.3 > Reporter: Venkatesh Seetharam > Assignee: Sowmya Ramesh > Fix For: 0.6 > > Attachments: FALCON-20-C.patch, FALCON-20.patch, FALCON-20.r1.patch, FALCON-20.v2.patch, cluster01.xml, cluster02.xml, feed.xml > > > Falcon depends on custom DistCp 0.3 since DistCp v2 was part of Hadoop 2.x line. > https://issues.apache.org/jira/browse/MAPREDUCE-5081 has back ported DistCp v2 to Hadoop 1.x line and Falcon should instead depend on that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)