Sha256: affca3411ca49f8615b07b6dcd732fb72fde772c14725a5d99c3f6ac3d7b5204

Contents?: true

Size: 399 Bytes

Versions: 17

Compression:

Stored size: 399 Bytes

Contents

describe Elasticity::SetupHadoopDebuggingStep do

  it { should be_a Elasticity::CustomJarStep }

  its(:name) { should == 'Elasticity Setup Hadoop Debugging' }
  its(:jar) { should == 's3://elasticmapreduce/libs/script-runner/script-runner.jar' }
  its(:arguments) { should == ['s3://elasticmapreduce/libs/state-pusher/0.1/fetch'] }
  its(:action_on_failure) { should == 'TERMINATE_JOB_FLOW' }

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
elasticity-5.0.3 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-5.0.2 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-5.0.1 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0.5 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-5.0 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0.4 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0.3 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0.2 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0.1 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-4.0 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-3.0.4 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-3.0.3 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-3.0.2 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-3.0.1 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-3.0 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-2.7 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb
elasticity-2.6 spec/lib/elasticity/setup_hadoop_debugging_step_spec.rb