Skip to content

Commit

Permalink
Reinstate emr version 6.7.0 in example dags (apache#37729)
Browse files Browse the repository at this point in the history
A recent change bumped this version but it was (in theory) not required
for the intended fix. Reducing back to this known working version that
is compatible with host patching code for AL2.
  • Loading branch information
o-nikolas authored Feb 27, 2024
1 parent ca95f28 commit 3588cca
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-7.0.0",
"ReleaseLabel": "emr-6.7.0",
"Applications": [{"Name": "Spark"}],
"Instances": {
"InstanceGroups": [
Expand Down

0 comments on commit 3588cca

Please sign in to comment.