(Since you also asked in the publisher's forum, and it pertains to the book, I will answer there rather than on the general Mahout mailing list.)
On Wed, Jun 13, 2012 at 2:25 PM, Yaprak Ayazoglu <[email protected]>wrote: > Hi, > > I'm following "Mahout in Action" book to learn Mahout. I'm trying to run > the example codes in this book. I downloaded the codes and run > "RecommenderIntro.java" (a code at chapter 2 - ch2). > > After running this code I get the following error: > > Exception in thread "main" java.io.FileNotFoundException: intro.csv > at > > org.apache.mahout.cf.taste.impl.model.file.FileDataModel.<init>(FileDataModel.java:160) > at > > org.apache.mahout.cf.taste.impl.model.file.FileDataModel.<init>(FileDataModel.java:146) > at mia.recommender.ch02.RecommenderIntro.main(RecommenderIntro.java:26) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:601) > at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) > > Can you help me to solve this problem? > > Thanks. > > -- > Yaprak >
