[GitHub] incubator-spark pull request: Kill drivers in postStop() for Worke...

2014-02-08 Thread Qiuzhuang
GitHub user Qiuzhuang opened a pull request: https://github.com/apache/incubator-spark/pull/561 Kill drivers in postStop() for Worker. JIRA SPARK-1068:https://spark-project.atlassian.net/browse/SPARK-1068 You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-spark pull request: Kill drivers in postStop() for Worke...

2014-02-08 Thread Qiuzhuang
Github user Qiuzhuang closed the pull request at: https://github.com/apache/incubator-spark/pull/561

[GitHub] incubator-spark pull request: Set ContextWaiter's var stopped to b...

2014-02-13 Thread Qiuzhuang
GitHub user Qiuzhuang opened a pull request: https://github.com/apache/incubator-spark/pull/594 Set ContextWaiter's var stopped to be true if wait() has been triggered [STREAMING-58]: https://spark-project.atlassian.net/browse/STREAMING-58 You can merge this pull request into

Re: Any suggestion about JIRA 1006 "MLlib ALS gets stack overflow with too many iterations"?

2014-01-28 Thread Qiuzhuang Lian
I see this error thrown from Executor.scala: task = ser.deserialize[Task[Any]](taskBytes, Thread.currentThread.getContextClassLoader) Any suggestions to break down the task to smaller chunk to avoid this? Thanks, Qiuzhuang On Sun, Jan 26, 2014 at 2:52 PM, Shao, Saisai wrote: > In my t