Sha256: 753baca7b1efc04a3801b9f7f4457a241bd06f6120456c724f1261287eb2c46f
Contents?: true
Size: 306 Bytes
Versions: 11
Compression:
Stored size: 306 Bytes
Contents
describe Elasticity::S3DistCpStep do it { should be_a Elasticity::CustomJarStep } its(:name) { should == 'Elasticity S3DistCp Step' } its(:jar) { should == '/home/hadoop/lib/emr-s3distcp-1.0.jar' } its(:arguments) { should == [] } its(:action_on_failure) { should == 'TERMINATE_JOB_FLOW' } end
Version data entries
11 entries across 11 versions & 1 rubygems