module Mapred_job:Run a map/red jobsig
..end
val invoke : ?catch_sigint:bool ->
?create_dirs:bool ->
Mapred_def.mapred_env ->
Mapred_job_exec.runtime_job_config ->
Mapred_def.mapred_job -> Mapred_job_exec.running_job
catch_sigint
: whether to catch the sigint signal (normally CTRL-C).
If caught, the job is killed, and it is waiter for the termination.create_dirs
: whether to create the output directory, the log
directory and the work directory if they do not exist yet.val run : Mapred_job_exec.running_job -> unit