{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Get the data for the tutorial\n", "This notebook just allows you to fetch the data necessary to carry out the assignments in the other Hadoop notebooks." ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [ "!curl -o hadoop-tutorials-data.tar https://cernbox.cern.ch/index.php/s/GYNfYW99MLRW5mb/download\n", "!tar -zxvf hadoop-tutorials-data.tar" ] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.10" } }, "nbformat": 4, "nbformat_minor": 0 }