Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 9B6374464 for ; Thu, 2 Jun 2011 21:21:31 +0000 (UTC) Received: (qmail 36446 invoked by uid 500); 2 Jun 2011 21:21:31 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 36394 invoked by uid 500); 2 Jun 2011 21:21:31 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 36386 invoked by uid 99); 2 Jun 2011 21:21:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 21:21:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eljefe6a@gmail.com designates 209.85.213.48 as permitted sender) Received: from [209.85.213.48] (HELO mail-yw0-f48.google.com) (209.85.213.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 21:21:26 +0000 Received: by ywk9 with SMTP id 9so817278ywk.35 for ; Thu, 02 Jun 2011 14:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9cHQb3Xl5qS3YvjtjTww4Hq+w40TcOQQ98sgBrL4Dv0=; b=mjU/zRvbs1TBkFn+AgXkDDCzL4EH7ujXqPJ9J8T/R4LyTQtWb6BAz3v1F5Pls3I2RR dwZz4UZDK1K9h/OSFGTAv7W9Y8cfHhG/oQvx9iz2uto/rsPfVZRV4BycoXa2aYPR4hPJ wcRw3t1x+JWOzkhFQT7dmLdQEI8UJDEOjZAPc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JfOTktbwHQyXlw4N8UIeHMPa8PHFw2QS+5GBo7f57mEffnyotEmSXmYH6aCto6R4t4 iNmgsGuzT2m7Qr+XJZETZ6dfqIq3rCth8FdELh6OKoFo3rYW96ckY3IlkBlpXb7jaxyl lAYEThc/ChfKOS0ffCouuoIRlvKRLUBwkYRpQ= MIME-Version: 1.0 Received: by 10.236.43.75 with SMTP id k51mr1389326yhb.489.1307049665899; Thu, 02 Jun 2011 14:21:05 -0700 (PDT) Received: by 10.146.82.4 with HTTP; Thu, 2 Jun 2011 14:21:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Jun 2011 14:21:05 -0700 Message-ID: Subject: Re: Automatic (Re)Scheduling From: Jesse Anderson To: mapreduce-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf3011e28d0a2e4e04a4c1371d --20cf3011e28d0a2e4e04a4c1371d Content-Type: text/plain; charset=ISO-8859-1 Alejandro, Yes, that is exactly what I am looking for. I forgot to mention that I will be using Amazon EC2 for this project and it doesn't look like Oozie will work on EC2. Thanks, Jesse On Thu, Jun 2, 2011 at 10:19 AM, Alejandro Abdelnur wrote: > Hi Jesse, > > Take a look at Oozie Coordinator functionality ( > https://github.com/yahoo/oozie). > > Alejandro > > On Wed, Jun 1, 2011 at 9:00 PM, Jesse Anderson wrote: > > > Is there a way in the MapReduce API or Scheduler to have a job reschedule > > or > > repeat itself? I have job that needs to continually run but I don't see > a > > way to make a job run infinitely. > > > > Thanks, > > > > Jesse > > > --20cf3011e28d0a2e4e04a4c1371d--