actionml / universal-recommender

Highly configurable recommender based on PredictionIO and Mahout's Correlated Cross-Occurrence algorithm
http://actionml.com/universal-recommender
Apache License 2.0
669 stars 172 forks source link

No Source files found at: scripts/temp/tmp1/similarityMatrix #11

Closed KlwntSingh closed 9 years ago

KlwntSingh commented 9 years ago

I get this error when i run the code from eclipse

Exception in thread "main" java.io.IOException: No Source files found at: scripts/temp/tmp1/similarityMatrix at finderbots.recommenders.hadoop.WriteDRMsToSolr.getTaps(WriteDRMsToSolr.java:149) at finderbots.recommenders.hadoop.WriteDRMsToSolr.joinDRMsWriteToSolr(WriteDRMsToSolr.java:79) at finderbots.recommenders.hadoop.WriteToSolrJob.run(WriteToSolrJob.java:105) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at finderbots.recommenders.hadoop.RecommenderUpdateJob.run(RecommenderUpdateJob.java:172) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at finderbots.recommenders.hadoop.RecommenderUpdateJob.main(RecommenderUpdateJob.java:275)

KlwntSingh commented 9 years ago

need to change the path in arguments which are passed to WriteDRMsToSolrJob. It will solve the problem