Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 475 Bytes

login_steps.md

File metadata and controls

26 lines (16 loc) · 475 Bytes
  1. Login

  2. Open Terminal

  3. Start Hadoop

    start-hadoop.sh

  4. Download data/scripts

    git clone https://github.com/nycdatasci/aetna.git cd aetna/ ./setup.sh

You can now start using hadoop. Afer finishing your work you can release the resources by running the following steps

  1. Stop Hadoop

    stop-haoop.sh

  2. JupyterHub -> Control Panel -> Stop My Server -> Logout