sig
  module Make : MapReduce.Controller
  exception InfrastructureFailure
  exception MapFailure of string
  exception ReduceFailure of string
  val init : (string * int) list -> unit
end