Return-Path: Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: (qmail 84656 invoked from network); 10 Dec 2010 04:37:32 -0000 Received: from unknown (HELO mail.apache.org) (::) by ::ffff:140.211.11.9 with SMTP; 10 Dec 2010 04:37:32 -0000 Received: (qmail 94469 invoked by uid 500); 10 Dec 2010 04:37:31 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 94239 invoked by uid 500); 10 Dec 2010 04:37:31 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 94229 invoked by uid 99); 10 Dec 2010 04:37:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 04:37:30 +0000 X-ASF-Spam-Status: No, hits=3.3 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.145.54.171] (HELO mrout1.yahoo.com) (216.145.54.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 04:37:22 +0000 Received: from EGL-EX07CAS03.ds.corp.yahoo.com (egl-ex07cas03.eglbp.corp.yahoo.com [203.83.248.219]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id oBA4adBH046536 for ; Thu, 9 Dec 2010 20:36:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1291955800; bh=7t+cDH0I6Q4NzChw2nRzMPKwkYqSg+IpYixNwdAGJkc=; h=From:To:Date:Subject:Message-ID:In-Reply-To:Content-Type: MIME-Version; b=jhgz64+5k+rBysmq1mfpwtWLvEmenzD4j1zlPBhqp5eI83kgfebbju3c089ncJrmb 2v9Pi0wYrOoAwVnuEr6c3zNwtKgSpAddvZRNoLIoTjr8PWlYM/0LLFFcrTGojOSFAx iWSLQ0sc3EMOvhNQK3KBVCT5jV2mhoOFuDoNtGx0= Received: from EGL-EX07VS02.ds.corp.yahoo.com ([203.83.248.206]) by EGL-EX07CAS03.ds.corp.yahoo.com ([203.83.248.219]) with mapi; Fri, 10 Dec 2010 10:06:39 +0530 From: Venkatesh S To: "general@hadoop.apache.org" Date: Fri, 10 Dec 2010 10:06:29 +0530 Subject: Re: Multiple hadoop configurations Thread-Topic: Multiple hadoop configurations Thread-Index: AcuYCBpsaHt3cv0IQwOPsFTDgRClxAAG7WDM Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C927AC254939Csvenkatyahooinccom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C927AC254939Csvenkatyahooinccom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If you are not running the same version, you could use Reverse Class Loader= trick to be able to launch jobs to multiple clusters. -Venkatesh On 12/10/10 6:46 AM, "Alejandro Abdelnur" wrote: Deepika, If both of your clusters run the same version of Hadoop, then -as Konstantin suggested- you could use Oozie. Oozie does not rely on local Hadoop configuration files to determine the JT/NN to use, you specify them in the Oozie workflow application XML for each job. Cheers. Alejandro On Fri, Dec 10, 2010 at 7:01 AM, C J wrote: > Thanks Konstantin. My issue is more with supporting the multiple clusters= . I am > using quartz for scheduling the jobs (currently it is 2 separate schedule= rs for > the 2 clusters). > > > If while submitting a job I am able to specify which cluster it should tr= igger > the job on (by giving the handle to the appropriate cluster), I think I w= ill be > able to manage it. > > Thanks, > Deepika > > > > > ________________________________ > From: Konstantin Boudnik > To: general@hadoop.apache.org > Sent: Thu, December 9, 2010 2:24:34 PM > Subject: Re: Multiple hadoop configurations > > I believe the answer you are looking for is Oozie coordinator, but I > am not which version of it supports multiple clusters. > > On Thu, Dec 9, 2010 at 14:20, C J wrote: >> Hi, >> >> I have 2 hadoop clusters . Both these clusters have their own set of job= s >> running. I also have some distcp jobs which copy over data from one clus= ter to >> another. >> >> I want to be able to control the jobs on both the clusters through one >>scheduler >> (so I can coordinate the jobs). >> >> I am wondering when I need to trigger a job through a scheduler, how can= I > send >> to one of the 2 clusters. >> >> >> 2 clusters means 2 sets of configuration files.Is there any way to get a > handle >> to one of these clusters, by specifying the configuration file name or >> something? >> >> Will appreciate any help or clues. >> >> Thanks. >> >> >> >> > > > > --_000_C927AC254939Csvenkatyahooinccom_--