Re: Re:MLlib ALS-- Errors communicating with MapOutputTracker

2014-05-21 Thread Sue Cai
Hi Witgo, Thanks a lot for your reply. In my second test, the user features and product features were loaded from the file system directly,which means I did not use ALS here, and this problem happened at the loading data stage. The way I am asking the question was a little bit miss lead

Re:MLlib ALS-- Errors communicating with MapOutputTracker

2014-05-21 Thread witgo
Lack of hard disk space? If yes, you can try https://github.com/apache/spark/pull/828 -- Original -- From: "Sue Cai";; Date: Wed, May 21, 2014 03:31 PM To: "dev"; Subject: MLlib ALS-- Errors communicating with MapOutputTracker Hello, I am currently usi