Skip to content

Latest commit

 

History

History

HOL04-Apache-Spark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Introduction to Apache Spark

  1. Create Azure Data Science VM - steps
  • [OPTIONAL] change the port of Jupypter from default 8000 to 443 (https) - see below
  1. Navigate to Jupyter Notebook in newly created VM

  2. import notebook 1. Introduction to Apache Spark (MMA).ipynb

  3. follow the steps in the notebook

Jupyter - change port

  1. Stop running service sudo service jupyterhub stop

  2. Change config PORT to 443 cd /etc/jupyterhub/ sudo nano jupyterhub_config.py

    Add manually line: c.JupyterHub.port = 443

  3. Start JupyterHub service sudo service jupyterhub start

  4. Allow inbound port 443 in VM!!!