Re: spark ML Recommender program

2017-05-18 Thread Nick Pentreath
It sounds like this may be the same as https://issues.apache.org/jira/browse/SPARK-20402 On Thu, 18 May 2017 at 08:16 Nick Pentreath wrote: > Could you try setting the checkpoint interval for ALS (try 3, 5 say) and > see what the effect is? > > > > On Thu, 18 May 2017

Re: spark ML Recommender program

2017-05-18 Thread Nick Pentreath
Could you try setting the checkpoint interval for ALS (try 3, 5 say) and see what the effect is? On Thu, 18 May 2017 at 07:32 Mark Vervuurt wrote: > If you are running locally try increasing driver memory to for example 4G > en executor memory to 3G. > Regards, Mark >

Re: spark ML Recommender program

2017-05-17 Thread Mark Vervuurt
If you are running locally try increasing driver memory to for example 4G en executor memory to 3G. Regards, Mark > On 18 May 2017, at 05:15, Arun > wrote: > > hi > > I am writing spark ML Movie Recomender program on Intelij on windows10 >

Re: spark ML Recommender program

2017-05-17 Thread Kun Liu
Hi Arun, Would you like to show us the codes? On Wed, May 17, 2017 at 8:15 PM, Arun wrote: > hi > > I am writing spark ML Movie Recomender program on Intelij on windows10 > Dataset is 2MB with 10 datapoints, My Laptop has 8gb Memory > > When I set number of iteration

spark ML Recommender program

2017-05-17 Thread Arun
hi I am writing spark ML Movie Recomender program on Intelij on windows10 Dataset is 2MB with 10 datapoints, My Laptop has 8gb Memory When I set number of iteration 10 works fine When I set number of Iteration 20 I get StackOverFlow error.. Whats the solution?.. thanks Sent from