Re: [GitHub] spark pull request: [WIP]Improve ALS algorithm resource usage

2014-05-19 Thread Mark Hamstra
That's more or less the definition of a checkpoint. Sent from my iPhone > On May 19, 2014, at 7:58 PM, witgo wrote: > > Github user witgo commented on the pull request: > >https://github.com/apache/spark/pull/828#issuecomment-43581755 > >@mateiz Why the checkpoint data must be written

Re: [GitHub] spark pull request: SPARK-1154: Clean up app folders in worker nod...

2014-04-03 Thread Mark Hamstra
Clone a new copy of your fork just to be safe; checkout your SPARK-1154 branch; git pull --rebase g...@github.com:apache/spark.git master; now your and Kelvin's changes should appear last, after everything that is already in master; push origin +SPARK-1154-cleanup-app-folders -- and you're golden.

Re: [GitHub] spark pull request: SPARK-1154: Clean up app folders in worker nod...

2014-04-02 Thread Mark Hamstra
You're probably better off with a rebase. On Wed, Apr 2, 2014 at 5:05 PM, velvia wrote: > Github user velvia commented on the pull request: > > https://github.com/apache/spark/pull/288#issuecomment-39399074 > > @pwendell I did a `git merge master` and for some reason it didn't > display