We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the current output:
Failures: 1) Snowplow::EmrEtlRunner::EmrJob returns the Hadoop assets Failure/Error: EmrJob.get_assets("s3://hadoop-assets/", "1.0.0").should == { ArgumentError: wrong number of arguments (2 for 3) # ./lib/snowplow-emr-etl-runner/emr_job.rb:444:in `get_assets' # ./spec/snowplow-emr-etl-runner/emr_job_spec.rb:31:in `block (2 levels) in <top (required)>' Finished in 0.00503 seconds 6 examples, 1 failure Failed examples: rspec ./spec/snowplow-emr-etl-runner/emr_job_spec.rb:30 # Snowplow::EmrEtlRunner::EmrJob returns the Hadoop assets
It looks like the fact that get_assets now expects a Hadoop Shred version argument has broken the test.
get_assets
The text was updated successfully, but these errors were encountered:
Thanks for spotting this Fred!
Sorry, something went wrong.
2cae367
Fixed breaking get_assets spec (fixes snowplow/snowplow#1287)
a8dac58
f046013
c2ec475
alexanderdean
No branches or pull requests
This is the current output:
It looks like the fact that
get_assets
now expects a Hadoop Shred version argument has broken the test.The text was updated successfully, but these errors were encountered: