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

Version Path
elasticity-2.7 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.6 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5.6 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5.5 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5.3 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5.2 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5.1 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.5 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-2.4 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb