sig
class type mapred_config =
object
method mr_shm_high : int64
method mr_shm_low : int64
method mr_task_load_limit : float
method mr_task_nodes : string list
method mr_task_port : int
method mr_task_tmpdir : string
method nn_clustername : string
method nn_nodes : string list
end
val extract_config :
Netplex_types.config_file -> Mapred_config.mapred_config
end