Sha256: 7b61be30ef62ea346134b3992a06c1406b89819227a22a0a54dbc0e3eb184654

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

module Elasticity

  class SetupHadoopDebuggingStep < CustomJarStep

    def initialize(region)
      @name = 'Elasticity Setup Hadoop Debugging'
      @jar = "s3://#{region}.elasticmapreduce/libs/script-runner/script-runner.jar"
      @arguments = ["s3://#{region}.elasticmapreduce/libs/state-pusher/0.1/fetch"]
      @action_on_failure = 'TERMINATE_JOB_FLOW'
    end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
elasticity-6.0.14 lib/elasticity/setup_hadoop_debugging_step.rb
elasticity-6.0.13 lib/elasticity/setup_hadoop_debugging_step.rb
elasticity-6.0.12 lib/elasticity/setup_hadoop_debugging_step.rb