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

Version Path
elasticity-6.0.11 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.10 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.9 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.8 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.7 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.6 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.5 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.4 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.3 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.2 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0.1 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-6.0 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb