Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 775 Bytes

Lab01.md

File metadata and controls

13 lines (12 loc) · 775 Bytes

Lab 01 - Batch & ETL processing of Big Data with Spark SQL

To complete this lab, follow these steps:

  1. Download a ZIP copy of this repository to your local machine and uncompress the contents.
  2. Make sure your cluster is deployed.
  3. Using the Azure Portal, navigate to your deployed cluster.
  4. Select Dashboard and then select Jupyter Notebook.
  5. Login with cluster admin credentials.
  6. On the Jupyter home page, select Upload then browse to the copy of Lab01.ipynb that you downloaded from this repository.
  7. Select Upload.
  8. In the listing, select Lab01.ipynb to open the notebook.
  9. Follow the prompts within the notebook to complete the lab.

HINT: If you get stuck with the lab, take a look at the provided solution notebook called lab01-complete.ipynb.