Method: ContainedMr::RunnerLogic#stdout

Defined in:
lib/contained_mr/runner_logic.rb

#stdoutString (readonly)

Returns the data written by the mapper or reducer to stdout.

Returns:

  • (String)

    the data written by the mapper or reducer to stdout



14
15
16
# File 'lib/contained_mr/runner_logic.rb', line 14

def stdout
  @stdout
end