----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9174/#review16372 -----------------------------------------------------------
hadoop/TUTORIAL.sh <https://reviews.apache.org/r/9174/#comment34843> Can you tweak this echo to get the following: Currently, it will look like this: We're going to patch Hadoop, we need to do this because of foo and bar. patch -p1 foobar Can you get it like this? We're going to patch Hadoop, we need to do this because of foo and bar. $ patch -p1 foobar - Ben Mahler On Feb. 5, 2013, 9:41 p.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9174/ > ----------------------------------------------------------- > > (Updated Feb. 5, 2013, 9:41 p.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Description > ------- > > See Summary. > > Also, we only run 'ant' once instead of twice. > > > Diffs > ----- > > hadoop/Makefile.am d1aa75535ab617f9e4a0b8a0db84d77f1916acc4 > hadoop/TUTORIAL.sh 5670d6afa96f858d437f26885e862712bbf72b71 > hadoop/hadoop-2.0.0-mr1-cdh4.1.2_hadoop-env.sh.patch PRE-CREATION > hadoop/hadoop-2.0.0-mr1-cdh4.1.2_mesos.patch PRE-CREATION > hadoop/hadoop-7698-1.patch PRE-CREATION > hadoop/hadoop-gridmix.patch 903ff19d2278f09136a495919ea13062871970ad > > Diff: https://reviews.apache.org/r/9174/diff/ > > > Testing > ------- > > make hadoop-2.0.0-mr1-cdh4.1.2 > make hadoop-0.20.2-cdh3u3 > make hadoop-0.20.205.0 > > > Thanks, > > Vinod Kone > >
