Getting Started with Amazon EMR

   Go back to the Task List

  « 3. Launch EMR Cluster    5. Coding in Notebook »

4. Launch Jupyter Notebook

The EMR cluster is ready. You now launch Jupyter Notebook and associate with the EMR cluster.

  1. Goto the EMR Management console, click on the Notebooks menu in the left and click on the Create notebook button.

    Amazon EMR

  2. On the next screen, type in dojocluster for the notebook name. For the cluster, select dojocluster. Keep rest of the configuration to the default and click on the Create notebook button.

    Amazon EMR

  3. It will start notebook creation. Wait till the status changes to Ready.

    Amazon EMR

  4. The notebook is ready. You can now try PySpark code to process S3 based data in Jupyter Notebook using EMR Cluster.