Sha256: 0cc2b053edc0db3e57705e019abb322feb1accbcdfa22db812b44c49e897aaec
Contents?: true
Size: 316 Bytes
Versions: 8
Compression:
Stored size: 316 Bytes
Contents
module Elasticity class S3DistCpStep < CustomJarStep def initialize(legacy = false) path = '/usr/share/aws/emr/s3-dist-cp/lib/s3-dist-cp.jar' path = '/home/hadoop/lib/emr-s3distcp-1.0.jar' if legacy # For AMI version < 4 super(path) @name = 'Elasticity S3DistCp Step' end end end
Version data entries
8 entries across 8 versions & 1 rubygems