-
Notifications
You must be signed in to change notification settings - Fork 21
AWS Workflow Troubleshooting
asparke2 edited this page Aug 22, 2021
·
3 revisions
Sometimes a postprocessing job on EMR fails. Here's how to manually restart it without having to rerun all your simulations.
Sometimes the bucket/prefix/results/simulation_output
directory on S3 is empty or doesn't contain all the information you need to debug a failed run. In that situation, the console output from buildstockbatch can be helpful. Here's how to find it:
- In the AWS console, open the "AWS Batch" service
- Find your job, based on the
aws:job_identifier
in your.yml
file - Click the number 1 next to either the green check or the red X
- Click the job index of a job
- Scroll to the bottom and click the
Job attempts
dropdown - Click log stream name link
- This opens a cloudwatch log where the buildstockbatch console output can be seen
- Click "Actions -> Copy/Download ASCII" to save the results to look at them in a text editor