Skip to content
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

Jupyter Bootstrap Hangs on AWS EMR #1721

Open
michaeljfazio opened this issue May 13, 2020 · 0 comments
Open

Jupyter Bootstrap Hangs on AWS EMR #1721

michaeljfazio opened this issue May 13, 2020 · 0 comments

Comments

@michaeljfazio
Copy link

I've written the following CloudFormation script to bootrstrap an EMR cluster on AWS.

https://gist.github.com/michaeljfazio/2fcff1772c9b833af5cb00cc5fbe8e7d

Everything spins up fine except for the Jupyter Notebook bootstrap which seems to hang. Running the script manually after connecting via SSH I see the script gets to this point:

Warning: 'conda-forge' already in 'channels' list, moving to the top
++ /root/conda//bin/conda env update -f /tmp/gw-base.yml
Collecting package metadata (repodata.json): done
Solving environment: |

Another minor observation is that the script does not seem to correctly download the notebook examples as it fails to resolve the bucket token.

+ aws s3 sync s3:///1.1.0/notebooks/jupyter/ /root/notebooks/
fatal error: Parameter validation failed:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant