Method: Elasticity::JobFlowStep::ClassMethods#aws_installation_steps

Defined in:
lib/elasticity/job_flow_step.rb

#aws_installation_stepsObject

Raises:

  • (RuntimeError)


29
30
31
# File 'lib/elasticity/job_flow_step.rb', line 29

def aws_installation_steps
  raise RuntimeError, '.aws_installation_step is required to be defined when a step requires installation (e.g. Pig, Hive).'
end