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
