-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
BSE-4340: Spark benchmark EMR terraform #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks @IsaacWarren !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks @IsaacWarren
benchmarks/spark/emr.tf
Outdated
|
||
resource "aws_s3_object" "python_script" { | ||
bucket = aws_s3_bucket.emr_bucket.id | ||
key = "scripts/spark_nyc_taxi_preciptation.py" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change the name of this file in this PR since I believe there was a typo originally?
key = "scripts/spark_nyc_taxi_preciptation.py" | |
key = "scripts/spark_nyc_taxi_precipitation.py" |
And change the file name too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed
Changes included in this PR
Adds terraform file and README for running spark benchmark
Testing strategy
Ran the steps in the README
User facing changes
Easy deployment and run of spark benchmark.
Checklist
[run CI]
in your commit message.