-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
AWS EMR bootstrap script fails #133
Comments
Hi, Some good references: Also use the following miniconda: |
Reproduced this issue with EMR version 6.2.0. |
I had to use EMR version 5.29.0 with changes to the boostrap script to get around that issue. Also I removed the I'm starting to wonder whether dask-yarn is currently in a state that allows it to run on AWS EMR or whether dependency hell made it ususable. Maybe it is better to setup a Dask Distributed cluster on Amazon AWS using Docker and Elastic Container Service, like it is done here. |
Hello, i used for EMR 5.29 this bootstrap:
and for EMR 6.3.0 this bootstrap:
Best regards :) |
Above works |
What happened:
I tried to instantiate an EMR cluster with the AWS EMR bootstrap script. The provisioning of the cluster failed saying "bootstrap action 1 returned a non-zero return code". Extracting the logs, the stdout of the master arrives to call the conda pack command:
while the stderr shows this:
What you expected to happen:
The EMR cluster provisions correctly.
Minimal Complete Verifiable Example:
I first uploaded the bootstrap script to s3://my-bucket/dask-emr/bootstrap.sh than tried to provision the EMR cluster with this AWS CLI command:
The text was updated successfully, but these errors were encountered: