Can the m2e plugin be setup with the property? I'm struggling with how we can easily switch between the 2 profiles. Any ideas on how to do this better?
Aaron On Tue, Feb 25, 2014 at 5:28 PM, Tim Williams <[email protected]> wrote: > Yep, that was it. We can't just use the m2e plugin anymore, thanks... > > --tim > > On Tue, Feb 25, 2014 at 7:53 AM, Aaron McCurry <[email protected]> wrote: > > Well I ran mvn eclipse:eclipse -Dhadoop1 and that works for me. But it > > could be related. > > > > > > On Tue, Feb 25, 2014 at 3:46 AM, Tim Williams <[email protected]> > wrote: > > > >> On Sun, Feb 23, 2014 at 9:31 PM, Aaron McCurry <[email protected]> > wrote: > >> > 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. > >> > >> > >> Do you recall if you had to do anything with Eclipse to after this > >> change? git pull && f5, workspace is now busted with some basic > >> dependency issues apparently. Could be unrelated of course:) > >> > >> Thanks, > >> --tim > >> >
