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 CAFD81726E for ; Wed, 8 Oct 2014 23:20:58 +0000 (UTC) Received: (qmail 43171 invoked by uid 500); 8 Oct 2014 23:20:58 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 43134 invoked by uid 500); 8 Oct 2014 23:20:58 -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 43123 invoked by uid 99); 8 Oct 2014 23:20:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 23:20:58 +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, 08 Oct 2014 23:20:57 +0000 Received: (qmail 42291 invoked by uid 99); 8 Oct 2014 23:20:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2014 23:20:36 +0000 Date: Wed, 8 Oct 2014 23:20:36 +0000 (UTC) From: "Balu Vellanki (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (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=14164128#comment-14164128 ] Balu Vellanki edited comment on FALCON-20 at 10/8/14 11:20 PM: --------------------------------------------------------------- The latest patch FALCON-20-C.patch tested end2end. Patch applies cleanly, all tests pass. +1 for this patch. I tested for the following. hadoop-distcp.jar exists under /hadooplibs/ dir and is not packaged as part of falcon.war. This is expected behavior. InMobi DistCp jar is not packaged. I submitted a feed with replication enabled on a single node falcon setup. The replication job (which uses distcp jar) succeeded. Source [hdfs@falcon-balu-6-3 ~]$ hadoop fs -ls -R /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00 drwxr-xr-x - hrt_qa hrt_qa 0 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00 -rw-r--r-- 3 hrt_qa hrt_qa 0 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00/_SUCCESS -rw-r--r-- 3 hrt_qa hrt_qa 9485831 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00/part-m-00000 Target. [hdfs@falcon-balu-6-3 ~]$ hadoop fs -ls -R /falcon/demo/bcp/processed/enron/2014-10-03-00 drwxrwxrwx - hrt_qa hdfs 0 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00 -rw-r--r-- 3 hrt_qa hdfs 0 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00/_SUCCESS -rwxrwxrwx 3 hrt_qa hdfs 9485831 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00/part-m-00000 was (Author: bvellanki): The latest patch FALCON-20-C.patch tested end2end. Patch applies cleanly, all tests pass. +1 for this patch. I tested for the following. hadoop-distcp.jar exists under /hadooplibs/ dir and is not packaged as part of falcon.war. This is expected behavior. InMobi DistCp jar is not packaged. I submitted a feed with replication enabled on a single node falcon setup. The replication job (which uses distcp jar) succeeded. Attaching the feed xml for reference. Source [hdfs@falcon-balu-6-3 ~]$ hadoop fs -ls -R /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00 drwxr-xr-x - hrt_qa hrt_qa 0 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00 -rw-r--r-- 3 hrt_qa hrt_qa 0 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00/_SUCCESS -rw-r--r-- 3 hrt_qa hrt_qa 9485831 2014-10-07 14:43 /user/hrt_qa/falcon/demo/primary/processed/enron/2014-10-03-00/part-m-00000 Target. [hdfs@falcon-balu-6-3 ~]$ hadoop fs -ls -R /falcon/demo/bcp/processed/enron/2014-10-03-00 drwxrwxrwx - hrt_qa hdfs 0 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00 -rw-r--r-- 3 hrt_qa hdfs 0 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00/_SUCCESS -rwxrwxrwx 3 hrt_qa hdfs 9485831 2014-10-08 20:37 /falcon/demo/bcp/processed/enron/2014-10-03-00/part-m-00000 > 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)