Skip to content
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

Merged
merged 15 commits into from
Dec 12, 2024

Conversation

IsaacWarren
Copy link
Contributor

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

  • Pipelines passed before requesting review. To run CI you must include [run CI] in your commit message.
  • I am familiar with the Contributing Guide
  • I have installed + ran pre-commit hooks.

Copy link
Collaborator

@ehsantn ehsantn left a 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 !

Copy link
Contributor

@scott-routledge2 scott-routledge2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @IsaacWarren


resource "aws_s3_object" "python_script" {
bucket = aws_s3_bucket.emr_bucket.id
key = "scripts/spark_nyc_taxi_preciptation.py"
Copy link
Contributor

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?

Suggested change
key = "scripts/spark_nyc_taxi_preciptation.py"
key = "scripts/spark_nyc_taxi_precipitation.py"

And change the file name too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed

@IsaacWarren IsaacWarren merged commit 0096a34 into main Dec 12, 2024
8 checks passed
@IsaacWarren IsaacWarren deleted the isaac/emr_benchmark_terraform branch December 12, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants