Module: Elasticity::JobFlowStep::ClassMethods

Defined in:
lib/elasticity/job_flow_step.rb

Instance Method Summary collapse

Instance Method Details

#aws_installation_stepObject

Raises:

  • (RuntimeError)


25
26
27
# File 'lib/elasticity/job_flow_step.rb', line 25

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

#requires_installation?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/elasticity/job_flow_step.rb', line 21

def requires_installation?
  false
end