Welcome to the tutorial on running Apache Hadoop on top of Mesos! Consider running the interactive tutorial at TUTORIAL.sh instead. ^ | | (try me) +-------------------+ Patch the Hadoop distribution ============================= We've included the 0.20.205.0 version of Hadoop in this directory (hadoop-0.20.205.0.tar.gz). Start by extracting it: $ tar zxvf hadoop-0.20.205.0.tar.gz To run Hadoop on Mesos we need to apply a rather minor patch. The patch makes a small number of modifications in Hadoop, and adds some new code at src/contrib/mesos. (Note that the changes to Hadoop have been committed in revisions r1033804 and r987589 so at some point we won't need to apply any patch at all.) We'll apply the patch with: $ patch -p2