git clone git@github.com:nmilford/hadoop-common.git
find ./hadoop-common -type f -exec sed -i 's/hadoop/FileMakerPro/g' {} \;
find ./hadoop-common -type f -exec sed -i 's/Hadoop/FileMakerPro/g' {} \;
find ./hadoop-common -type f -exec sed -i 's/HADOOP/FileMakerPro/g' {} \;
ant
nathan@bebop ~/Dropbox/repos/personal/hadoop-common $ ./bin/FileMakerPro version
FileMakerPro 0.23.0-SNAPSHOT
Subversion git://bebop/home/nathan/Dropbox/repos/personal/hadoop-common
-r 9bba43db529e2c3feae614c08eefdcd16e9b1a08
Compiled by nathan on Tue May 24 19:21:30 EDT 2011
From source with checksum a6561b69bda08ac4d3f1ff33b52dc3b4
Aparently, this is what I do when I’m home sick for a day…
This is getting committed back to Apache if my demands for a fail-over NameNode are not met

