The configure method on the mapper should be called each time a new file is
opened.
You can collect the file names there and write them to the file system in
the close method.
On Thu, Jun 26, 2008 at 1:42 PM, Nathan Marz <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have an input format which finds
Hello,
I have an input format which finds all files reachable from a root
directory, and I want to delete those files found and those files only
after the job completes. This is tricky because files are being
constantly added. Is there a way to get a reference to the input
format used so