Hi, One way is to trigger a parent job that just reports a status every n minutes < within the timeout threshold, and to trigger the required job that does the work from inside that, on need basis. One downside is that you would be wasting a processing slot but this should not bother much. Thanks Sudharsan S
-----Original Message----- From: Jesse Anderson [mailto:[email protected]] Sent: Thursday, June 02, 2011 9:30 AM To: [email protected] Subject: Automatic (Re)Scheduling 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
