I want to check if the map output data is correct when all the map data
is correct, and use it in another program. Eg, I am running the
wordcount example. When all the map tasks finish, another program will
read this data and put it in an excel sheet. Then, the job will resume.
I really must suspend the job when all the map tasks finish, and resume
it later.
On 19-02-2015 06:46, David Morel wrote:
I think you're describing what you imagine is a solution instead of
describing what problem you're trying to solve. What would happen if you
suspend the job, what difference would it make ? If you describe the use
case in more detail that would be more useful.