Is there an easy way to clear old jobs from the jobtracker webpage?

2010-03-17 Thread Raymond Jennings III
I'd like to be able to clear the contents of the jobs that have completed running on the jobtracker webpage. Is there an easy way to do this without restarting the cluster?

Re: Is there an easy way to clear old jobs from the jobtracker webpage?

2010-03-18 Thread Amogh Vasekar
Hi, The property mapred.jobtracker.completeuserjobs.maximum property specifies the number of jobs to be kept on JT page at any time. After this they are available under history page. Probably setting this to 0 will do the trick? Amogh On 3/17/10 10:09 PM, "Raymond Jennings III" wrote: I'd li