The job starts up with a static list of paths and splits derived from it during submission time. Input files added to the directory after the job has been submitted are not considered.
On Wed, Jun 27, 2012 at 11:15 PM, Félix López <jaaaelpum...@gmail.com> wrote: > I have a task with a folder as input: FileInputFormat.setInputPaths(job, new > Path("/folder")); > > What happens when the task is running and I write new files in the folder? > The task receive the new files or not? > > Thanks -- Harsh J