Method: ContainedMr::RunnerLogic#stdout
- Defined in:
- lib/contained_mr/runner_logic.rb
#stdout ⇒ String (readonly)
Returns 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 |