I am not sure what you are trying to do. The class you wrote looks fine for the purpose below -- except that in the constructor you try to run a full evaluation of the recommender! That's definitely not right. Remove that.
But if you are trying to run an eval, then that has nothing to do with Hadoop, so the command below doesn't make sense. On Mon, Nov 22, 2010 at 7:36 PM, Stefano Bellasio <[email protected]> wrote: > ok, thanks for your time Sean, im a little bit confused, when i wrote that > class can i use a command like this? > > ../hadoop/bin/hadoop jar core/target/mahout-core-0.5-SNAPSHOT.job.jar > org.apache.mahout.cf.taste.hadoop.item.RecommenderJob -i input/ratings.txt -o > data/output --recommenderClassName > org.apache.mahout.cf.taste.hadoop.item.ItemBased > > thanks > > Il giorno 22/nov/2010, alle ore 20.22, Sean Owen ha scritto: > >> Mahout in Action >> >> (We now interrupt for an ad break: http://manning.com/owen) >> >> On Mon, Nov 22, 2010 at 7:17 PM, Thomas De Vos <[email protected]> >> wrote: >>> Sean, >>> >>> Which book are you referring to? >>> >>> Thanks >>> >>> Thomas > >
