Sha256: a49117e2002afa94f061dec88cea5849f40e3811e9faa9c8ae8293ad3a896ab0
Contents?: true
Size: 523 Bytes
Versions: 12
Compression:
Stored size: 523 Bytes
Contents
describe Elasticity::SetupHadoopDebuggingStep do it 'should be a CustomJarStep' do expect(subject).to be_a(Elasticity::CustomJarStep) end it 'should set the appropriate fields' do expect(subject.name).to eql('Elasticity Setup Hadoop Debugging') expect(subject.jar).to eql('s3://elasticmapreduce/libs/script-runner/script-runner.jar') expect(subject.arguments).to eql(['s3://elasticmapreduce/libs/state-pusher/0.1/fetch']) expect(subject.action_on_failure).to eql('TERMINATE_JOB_FLOW') end end
Version data entries
12 entries across 12 versions & 1 rubygems