Re: Output is being stored on the clusters (slaves).

2016-03-24 Thread Simon Hafner
2016-03-24 11:09 GMT+01:00 Shishir Anshuman : > I am using two Slaves to run the ALS algorithm. I am saving the predictions > in a textfile using : > saveAsTextFile(path) > > The predictions is getting stored on the slaves but I want the predictions > to be saved

Output is being stored on the clusters (slaves).

2016-03-24 Thread Shishir Anshuman
I am using two Slaves to run the ALS algorithm. I am saving the predictions in a textfile using : *saveAsTextFile(path)* The predictions is getting stored on the slaves but I want the predictions to be saved on the Master. Any suggestion on how to achieve this? I am using Standalone