Re: Mahout and Hadoop 2

2013-03-13 Thread Jian Fang
I used the following command and seems it worked. mvn -Phadoop-0.23 clean install -DskipTests -Dhadoop.version=2.0.2-alpha -Dmahout.skip.distribution=false On Wed, Mar 13, 2013 at 1:38 PM, Jian Fang wrote: > No, it won't because of missing method in class. > > I guess the profile

Re: Mahout and Hadoop 2

2013-03-13 Thread Jian Fang
should stay compatible. (unless it doesn't :) > > > On Wed, Mar 13, 2013 at 1:26 PM, Jian Fang >wrote: > > > Thanks., but we want to build from original Apache hadoop, not cdh. > > > > On Wed, Mar 13, 2013 at 1:23 PM, Zheyi RONG wrote: > > > > > Hi,

Re: Mahout and Hadoop 2

2013-03-13 Thread Jian Fang
Thanks., but we want to build from original Apache hadoop, not cdh. On Wed, Mar 13, 2013 at 1:23 PM, Zheyi RONG wrote: > Hi, > > I can run mahout 0.7 with both command line and Java Api, on cloudera4, > i.e. hadoop 2.0.0-mr1-cdh4.1.2 > > Zheyi > > On Wed, Mar 13, 20

Re: Mahout and Hadoop 2

2013-03-13 Thread Jian Fang
e submitted a different build profile that changes the > dependencies for you. I believe the issue is using "hadoop-common" and not > "hadoop-core" as well as changing versions. I think the rest is compile > compatible and probably runtime compatible. But I've not tried. &