I have changed the profiles a bit to allow for developing against hadoop 1 and hadoop 2 a little easier.
The biggest change is that when running a mvn command you will have to add: "-Dhadoop1" for Hadoop 1.2.1 "-Dhadoop2" for Hadoop 2.2.0 This goes for any command in mvn. Also the current status for Blur running against Hadoop 2.2.0 is that the MapReduce project unit tests do not pass. It seems as though the MR mini cluster needs to be refactored for Hadoop 2.2.0 (from Hadoop 1.2.1) so we may have to build a shim for it. Other than that everything else seems to work. Aaron
