Sha256: 93027060d9cbad8267583ca5b50342ada7ca2e41e4ae5f296785883181f51175
Contents?: true
Size: 543 Bytes
Versions: 15
Compression:
Stored size: 543 Bytes
Contents
describe Elasticity::HadoopFileBootstrapAction do subject do Elasticity::HadoopFileBootstrapAction.new('config_file') end it { should be_a Elasticity::BootstrapAction } describe '.initialize' do it 'should set the fields appropriately' do expect(subject.name).to eql('Elasticity Bootstrap Action (Configure Hadoop via File)') expect(subject.arguments).to eql(%w(--mapred-config-file config_file)) expect(subject.script).to eql('s3n://elasticmapreduce/bootstrap-actions/configure-hadoop') end end end
Version data entries
15 entries across 15 versions & 1 rubygems