#!/usr/bin/env python # coding: utf-8 # # Get the data for the tutorial # This notebook just allows you to fetch the data necessary to carry out the assignments in the other Hadoop notebooks. # In[ ]: get_ipython().system('curl -o hadoop-tutorials-data.tar https://cernbox.cern.ch/index.php/s/GYNfYW99MLRW5mb/download') get_ipython().system('tar -zxvf hadoop-tutorials-data.tar')