Sha256: 7a66c7166563bf6061ff79f0fd00c4e7249e4c4246042ddab9140bcd0974e42c

Contents?: true

Size: 429 Bytes

Versions: 15

Compression:

Stored size: 429 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(:arguments) { should == %w(--mapred-config-file config_file) }
  its(:script) { should == 's3n://elasticmapreduce/bootstrap-actions/configure-hadoop' }

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
elasticity-5.0.3 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-5.0.2 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-5.0.1 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0.5 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-5.0 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0.4 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0.3 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0.2 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0.1 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-4.0 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-3.0.4 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-3.0.3 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-3.0.2 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-3.0.1 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb
elasticity-3.0 spec/lib/elasticity/hadoop_file_bootstrap_action_spec.rb