Re: Mahout 0.8 compilation issue on hadoop 1.0.3

2013-09-19 Thread mehant baid
; Here's a possible hack that makes it work everywhere: remove the @Override > on the methods that are new in 1.1.x. Does that do it? Because that doesn't > break 1.2.x. > > > > On Thu, Sep 19, 2013 at 6:50 AM, Mehant Baid > wrote: > > > I was trying to compil

Mahout 0.8 compilation issue on hadoop 1.0.3

2013-09-18 Thread Mehant Baid
I was trying to compile Mahout-0.8 on Hadoop version 1.0.3. In DummyStatusReporter.java the @override directive is added for the method getProgress(). The getProgress() method does not exist in its base class (StatusReporter.java) in hadoop versions 1.0.3, 1.0.4 and is only included in 1.1.1 on