Skip to content

Commit

Permalink
Use latest EMR release label in example_emr (apache#40702)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored Jul 10, 2024
1 parent cf1278c commit 17b792d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/providers/amazon/aws/example_emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

JOB_FLOW_OVERRIDES: dict[str, Any] = {
"Name": "PiCalc",
"ReleaseLabel": "emr-6.7.0",
"ReleaseLabel": "emr-7.1.0",
"Applications": [{"Name": "Spark"}],
"Instances": {
"InstanceGroups": [
Expand Down

0 comments on commit 17b792d

Please sign in to comment.