module Hasta

The HAdoop Streaming Test hArness

Copyright Swipely, Inc. All rights reserved.

Copyright Swipely, Inc. All rights reserved.

Copyright Swipely, Inc. All rights reserved.

Copyright Swipely, Inc. All rights reserved.

Copyright Swipely, Inc. All rights reserved.

Constants

ClassLoadError
ConfigurationError
DELEGATED_ATTRS
Error
ExecutionError
NonExistentPath
VERSION

Public Instance Methods

configure() { |config| ... } click to toggle source
# File lib/hasta.rb, line 29
def configure
  yield config
end
tab_separated_line(line) click to toggle source
# File lib/hasta.rb, line 33
def tab_separated_line(line)
  if line.include?("\t")
    line
  else
    "#{line}\t"
  end
end

Private Instance Methods

config() click to toggle source
# File lib/hasta.rb, line 43
def config
  @config ||= Configuration.new
end