Class: Elasticity::HadoopBootstrapAction

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

Instance Attribute Summary

Attributes inherited from BootstrapAction

#arguments, #name, #script

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
# File 'lib/elasticity/hadoop_bootstrap_action.rb', line 5

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