-
Notifications
You must be signed in to change notification settings - Fork 151
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
#187 Adding FIS to the EMR Workshop #188
Conversation
content/running_spark_apps_with_emr_on_spot_instances/spot_interruption_experiment.md
Outdated
Show resolved
Hide resolved
content/running_spark_apps_with_emr_on_spot_instances/spot_interruption_experiment.md
Outdated
Show resolved
Hide resolved
content/running_spark_apps_with_emr_on_spot_instances/spot_interruption_experiment.md
Outdated
Show resolved
Hide resolved
``` | ||
export FIS_EXP_NAME=fis-spot-interruption | ||
sed -i -e "s#ResourceTagKey#aws:elasticmapreduce:instance-group-role#g" fisspotinterruption.yaml | ||
sed -i -e "s#ResourceTagValue#TASK#g" -e "s#FIS_EXP_NAME#$FIS_EXP_NAME#g" fisspotinterruption.yaml |
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.
for some reason this doesn't work for me, could you please split this sed command into two separate ones
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, thank you!
|
||
#### Verify that EMR Instance Fleet replenished the capacity | ||
|
||
Run the following command to get an understanding of how many instances are currently before the Spot interruption: |
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.
was there a word missing here?
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.
yes, it's "running", I'll add it
Issue #187
Description of changes: Include the section to use FIS and trigger a Spot interruption in the EMR Workshop.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.