lib/elasticity/custom_jar_step.rb in elasticity-4.0.4 vs lib/elasticity/custom_jar_step.rb in elasticity-4.0.5
- old
+ new
@@ -14,10 +14,10 @@
@jar = jar
@arguments = []
@action_on_failure = 'TERMINATE_JOB_FLOW'
end
- def to_aws_step(job_flow)
+ def to_aws_step(_)
step = {
:action_on_failure => @action_on_failure,
:hadoop_jar_step => {
:jar => @jar
},
\ No newline at end of file