Method: Elasticity::JobFlowStep::ClassMethods#aws_installation_step_name

Defined in:
lib/elasticity/job_flow_step.rb

#aws_installation_step_nameObject

Raises:

  • (RuntimeError)


33
34
35
# File 'lib/elasticity/job_flow_step.rb', line 33

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