Where is AbstractByteList.java?

2016-10-03 Thread Karl-Philipp Richter
Hi, When I run `mvn generate-sources javadoc:javadoc` I see errors like ^ /afs/richtercloud.de/sources/mahout/math/target/generated-sources/mahout/org/apache/mahout/math/list/AbstractByteList.java:780: error: bad HTML entity * Precondition (unchecked): index = 0 && index size(). But

Re: spark-itemsimilarity slower than itemsimilarity

2016-10-03 Thread Pat Ferrel
Except for reading the input it now takes ~5 minutes to train. On Sep 30, 2016, at 5:12 PM, Pat Ferrel wrote: Yeah, I bet Sebastian is right. I see no reason not to try running with --master local[4] or some number of cores on localhost. This will avoid all

SVD Recommender using Mahout

2016-10-03 Thread Saurav Sarkar
Hi All, I am new to Mahout and I am trying to run SVDRecommender on movie lens dataset. The program is getting stuck when i am initializing the SVDPlusPlusFactorizer. Ratings.csv contains data in the form of userid,itemid,ratings. Is it the right way to do ? Below is my code. public void