Class: Elasticity::HadoopBootstrapAction

Inherits:
BootstrapAction show all
Defined in:
lib/elasticity/hadoop_bootstrap_action.rb

Instance Attribute Summary

Attributes inherited from BootstrapAction

#name, #option, #script, #value

Instance Method Summary collapse

Methods inherited from BootstrapAction

#to_aws_bootstrap_action

Constructor Details

#initialize(option, value) ⇒ HadoopBootstrapAction

Returns a new instance of HadoopBootstrapAction.



5
6
7
8
9
10
# File 'lib/elasticity/hadoop_bootstrap_action.rb', line 5

def initialize(option, value)
  @name = 'Elasticity Bootstrap Action (Configure Hadoop)'
  @option = option
  @value = value
  @script = 's3n://elasticmapreduce/bootstrap-actions/configure-hadoop'
end