Hello,

Whats the best way to go about doing cleanup after MapReduce jobs? I'd like to 
have the job delete its input files when it has finished successfully (but 
preferably before it is marked as having finished: so I don't have to deal with 
a race condition).

Obviously, I don't want to have to track which files are being processed for 
each job, since that data is stored anyway? Also, I'm using 
JobClient.submitJob(), so I can't sit around and wait to do the cleanup 
manually.

Any suggestions?

Thanks!

Stu Hood
Webmail.us
"You manage your business. We'll manage your email."®

Reply via email to