Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 824 Bytes

Lab04.md

File metadata and controls

13 lines (12 loc) · 824 Bytes

Lab 04 - Streaming Pattern - Processing events from Kafka using Spark and MLlib

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 Spark and Kafka clusters are deployed.
  3. Using the Azure Portal, navigate to your deployed Spark 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 Lab04.ipynb that you downloaded from this repository.
  7. Select Upload.
  8. In the listing, select Lab04.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 Lab04-complete.ipynb.