Sha256: 24b2cc77ccd1be0b1ca8fe4683f752cef4486d8fd44cd9341b2b62a367b1c548
Contents?: true
Size: 454 Bytes
Versions: 9
Compression:
Stored size: 454 Bytes
Contents
describe Elasticity::HadoopFileBootstrapAction do subject do Elasticity::HadoopFileBootstrapAction.new('config_file') end it { should be_a Elasticity::BootstrapAction } its(:name) { should == 'Elasticity Bootstrap Action (Configure Hadoop via File)' } its(:option) { should == '--mapred-config-file' } its(:value) { should == 'config_file' } its(:script) { should == 's3n://elasticmapreduce/bootstrap-actions/configure-hadoop' } end
Version data entries
9 entries across 9 versions & 1 rubygems