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
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