No, nothing is written for YARN directly. But Hadoop 2.x implements the classic "MRv1" MapReduce interface from Hadoop 1.x in terms of YARN. In that sense, yes it can be used via this interface to run on YARN. You will probably have to recompile the Mahout code against your Hadoop 2.x implementation, although you shouldn't have to change any code, strangely.
On Wed, Jan 9, 2013 at 12:14 AM, Qinghao Dai <[email protected]> wrote: > Hello, > I am asking if mahout has the capability of running on YARN. > I know that yarn has a compatible API for mapreduce. > However, does mahout contain any resource scheduler source code? > -- > Best Regards, > Qinghao
