Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 44530 invoked from network); 3 Oct 2009 17:29:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Oct 2009 17:29:35 -0000 Received: (qmail 13445 invoked by uid 500); 3 Oct 2009 17:29:32 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 13372 invoked by uid 500); 3 Oct 2009 17:29:32 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 13362 invoked by uid 99); 3 Oct 2009 17:29:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 17:29:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bharathvissapragada1990@gmail.com designates 209.85.210.194 as permitted sender) Received: from [209.85.210.194] (HELO mail-yx0-f194.google.com) (209.85.210.194) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 17:29:22 +0000 Received: by yxe32 with SMTP id 32so2175683yxe.5 for ; Sat, 03 Oct 2009 10:29:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=JZkk8crzwG/hgVySbOu/k0YKZV59v8k7FJGIPl2zTDk=; b=DPsIdOex3enY19fh4q7pv1F3+u6+HjfEYFu7XFYg9BrU0XXhrjc5HXIf2igzXWupmQ kiu7Sqz7msxVL5iOaN84O8uPrYuf7pDaa8OQHCh96spjfhTNmUv7aUqVHkI2wh3VSAgs 2WQjro+/SYLQ8hEsp9MPCu0Xda0iu3lb1SYH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=XRMLC+CMr+x3NTd+gmbQ/qr2JIc0FrXGEL8m1DRTzN3kYmhpgGjKzhXu2VQ8ok97Aa bP76gURLT/2HIcgGznUoF1AcmHqkbr/ul8FnzUcgRRxSu11iDzEUg0ecS4pXM8AHdpHa 557w/JjdM1Qe+j/Ma1bdfolnEbuxsag65p32c= MIME-Version: 1.0 Sender: bharathvissapragada1990@gmail.com Received: by 10.101.81.8 with SMTP id i8mr4068068anl.185.1254590940926; Sat, 03 Oct 2009 10:29:00 -0700 (PDT) In-Reply-To: <88FC9367-5F65-46FA-B17D-BEB87667D26E@wensel.net> References: <73d592f60910020329h1baa1c36w3554b850b950ab9b@mail.gmail.com> <88FC9367-5F65-46FA-B17D-BEB87667D26E@wensel.net> Date: Sat, 3 Oct 2009 22:59:00 +0530 X-Google-Sender-Auth: ff92671eacc36160 Message-ID: <73d592f60910031029g5f286809me451e6d641b370b7@mail.gmail.com> Subject: Re: Cascading jobs in hadoop From: bharath vissapragada To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Tom and Chris , Thanks for your replies .. I have seen thr o.a.h.mapred.jobcontrol.Job and o.a.h.mapreduce.Job .. Only one of them has the above option of adding a dependent Jobs .. Can anyone tell me the difference between "mapred" and "mapreduce" packages .. Thanks in advance On 10/2/09, Chris K Wensel wrote: > You might find the Cascading project quite useful in this regard. > > http://www.cascading.org/ > > using MapReduceFlow and CascadeConnector classes, you can chain > arbitrary MR jobs together. Cascading will determine the dependencies, > if any, and run the jobs in topological order (independent jobs will > be submitted to run in parallel). > > you may also find writing your own MR jobs by hand tedious and > brittle. Cascading can help you there as well. > > cheers, > chris > > On Oct 2, 2009, at 3:29 AM, bharath v wrote: > >> Hi all, >> >> I have a set of map red jobs which need to be cascaded ,i.e, output >> of MR >> job1 is the input of MR job2. etc.. >> >> Can anyone point me to the corresponding classes in hadoop 0.20.0 API? >> >> I have seen "x.addDependingJob(y)" function in the yahoo's hadoop >> tutorial >> but that is for the older versions.. >> What is the similar thing in 0.20.0 API? >> >> Any help is appreciated , >> >> Thanks >> bharath.v >> ug3 >> IIIT Hyderabad! > > -- > Chris K Wensel > chris@concurrentinc.com > http://www.concurrentinc.com > >