Re: mahout spark-itemsimilarity does not work on EMR 4.3

2016-02-24 Thread Pat Ferrel
Another way to get Mahout item-similarity based recommender is to use the Universal Recommender here: https://github.com/actionml/template-scala-parallel-universal-recommendation/tree/v0.3.0 It includes an event input pipeline, periodic Mahout+Spark based model generation and a realtime serving

Re: mahout spark-itemsimilarity does not work on EMR 4.3

2016-02-24 Thread Zhun Shen
My use case: I use mahout to do my recommender, most of our application build on Spark, I use Spark to prepare the dataset and then I want use mahout on Spark to calculate items similarity, then Spark will be use to format the output and save the result to Redis. After that, frontend can get th

Re: mahout spark-itemsimilarity does not work on EMR 4.3

2016-02-23 Thread Jonathan Kelly
The next release of EMR will include Mahout 0.11.1 so that Mahout on Spark works with Spark 1.6. Sorry for any inconvenience until then. By the way, I'm interested to know what your use case is for running Mahout on Spark, so please feel free to PM me if you are able to share any details. Thank y

RE: mahout spark-itemsimilarity does not work on EMR 4.3

2016-02-23 Thread Andrew Palumbo
Please update to Mahout 0.11.1 for spark versions > 1.3. Original message From: Zhun Shen Date: 02/23/2016 8:57 PM (GMT-05:00) To: user@mahout.apache.org Subject: mahout spark-itemsimilarity does not work on EMR 4.3 Hi, mahout version: 0.11.0 EMR version: 4.3 spark version: 1.6