I am trying to run the example found here: http://mahout.apache.org/users/recommender/intro-cooccurrence-spark.html
The data (demoItems.csv added to hdfs) is just copied from the example: u1,purchase,iphoneu1,purchase,ipadu2,purchase,nexus...... But when I runĀ mahout spark-itemsimilarity -i demoItems.csv -o output2 -fc 1 -ic 2 I get empty _SUCCESS and part-00000 filesĀ output2/indicator-matrix Any ideas?
