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