Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access credential for EMR Jupyter Notebook

I just set up an EMR cluster with built-in Spark, JupyterHub and so on. I am able to access the Jupyter Notebook at http://master_hostname:9443/hub/login but I have no idea what credential I can use to log in or where I can set this up in the EMR.

Thank you in advance!

like image 652
kee Avatar asked Jul 05 '18 21:07

kee


People also ask

How do I find my Jupyter Notebook password?

If you forget your password and need to reset it: Open your Jupyter environment. Then run "jupyter notebook password". Enter a new password when prompted.

How do I access EMR studio?

You can access EMR Studio either from the AWS Console using AWS IAM Authentication or without logging into the AWS console by enabling federated access from your identity provider (IdP) via AWS IAM Identity Center (successor to AWS SSO).


1 Answers

As documented here https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-jupyterhub-user-access.html

the default admin is named "jovyan" and the password is "jupyter" :)

like image 51
kee Avatar answered Sep 22 '22 11:09

kee