Module Mapred_job

module Mapred_job: sig .. end
Run a map/red job

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
Prepare the job, but do not run yet any task.


val run : Mapred_job_exec.running_job -> unit
Run the tasks, and wait until the job is done