Skip to content

Commit

Permalink
Fixed breaking get_assets spec (fixes snowplow/snowplow#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean authored and Piotr Limanowski committed May 25, 2020
1 parent c93fb5e commit a8dac58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spec/snowplow-emr-etl-runner/emr_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
end

it 'returns the Hadoop assets' do
EmrJob.get_assets("s3://hadoop-assets/", "1.0.0").should == {
:maxmind => "s3://hadoop-assets/third-party/maxmind/GeoLiteCity.dat",
:s3distcp => "/home/hadoop/lib/emr-s3distcp-1.0.jar",
:hadoop => "s3://hadoop-assets/3-enrich/hadoop-etl/snowplow-hadoop-etl-1.0.0.jar"
EmrJob.get_assets("s3://hadoop-assets/", "1.0.0", "0.3.0").should == {
:enrich => "s3://hadoop-assets/3-enrich/hadoop-etl/snowplow-hadoop-etl-1.0.0.jar",
:shred => "s3://hadoop-assets/3-enrich/scala-hadoop-shred/snowplow-hadoop-shred-0.3.0.jar"
}
end

Expand Down

0 comments on commit a8dac58

Please sign in to comment.