Plasma GitLab Archive
Projects Blog Knowledge

Plasma Project:
Home 
Manual 
FAQ 
Slides 
Perf 
Releases 
sig
  class type mapred_config =
    object
      method file_root : string
      method mr_buf_high : int64 option
      method mr_buf_high_factor : float
      method mr_buf_low : int64 option
      method mr_buf_low_factor : float
      method mr_buf_max : int64 option
      method mr_buf_max_factor : float
      method mr_buffer_size : int
      method mr_buffer_size_tight : int
      method mr_pre_partitions_max : int
      method mr_shm_high : int64 option
      method mr_shm_high_factor : float
      method mr_shm_low : int64 option
      method mr_shm_low_factor : float
      method mr_shm_max : int64 option
      method mr_shm_max_factor : float
      method mr_sort_size : int
      method mr_task_nodes : string list
      method mr_task_port : int
      method mr_task_tmpdir : string
      method mr_users : string list option
      method nn_clustername : string
      method nn_disabled : bool
      method nn_nodes : string list
      method plasma_root : string option
    end
  val extract_config :
    Netplex_types.config_file -> Mapred_config.mapred_config
  val test_config :
    clustername:string ->
    nodes:string list ->
    ?buffer_size:int -> ?sort_size:int -> unit -> Mapred_config.mapred_config
  val executable_version : unit -> string
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml