[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-04-02 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-88988288 Note that this patch introduced a bug which can call `collect()` to hang under certain rare circumstances: https://issues.apache.org/jira/browse/SPARK-6667. This bug

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-13 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-79178183 I have now cherry-picked this into `branch-1.3` (1.3.1). --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77948687 [Test build #28405 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28405/consoleFull) for PR 4923 at commit

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77952659 @JoshRosen This should have positive performance impact, the end-to-end time of a job (collect 50M integers) changed from 10.6s to 9.2s. For the additional

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77963109 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77963094 [Test build #28405 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28405/consoleFull) for PR 4923 at commit

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4923 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77962852 LGTM; I'll merge this as soon as Jenkins passes. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-6194] [SPARK-677] [PySpark] fix memory ...

2015-03-09 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/4923#issuecomment-77978862 I've merged this into `master` (1.4.0) and `branch-1.2` (1.2.2). I'll edit the JIRAs to add a reminder to backport this to 1.1.x and 1.3.1. --- If your project is