Class: Hadupils::Extensions::HadoopConf::Static

Inherits:
Object
  • Object
show all
Includes:
HadoopOpt
Defined in:
lib/hadupils/extensions.rb

Overview

Wraps an extant hadoop configuration file and provides an interface compatible with the critical parts of the Static sibling class so they may be used interchangeably by runners when determining hadoop options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from HadoopOpt

#hadoop_opts

Constructor Details

#initialize(path) ⇒ Static

Given a path, expands it ti



134
135
136
# File 'lib/hadupils/extensions.rb', line 134

def initialize(path)
  @path = ::File.expand_path(path)
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



129
130
131
# File 'lib/hadupils/extensions.rb', line 129

def path
  @path
end

Instance Method Details

#closeObject



138
139
# File 'lib/hadupils/extensions.rb', line 138

def close
end