Repository: spark Updated Branches: refs/heads/branch-1.1 16bf5f3d1 -> aa3c794f8
Update CHANGES.txt for 1.1.1-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/aa3c794f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/aa3c794f Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/aa3c794f Branch: refs/heads/branch-1.1 Commit: aa3c794f8a0e2441da72346fdec8f1d499a6f841 Parents: 16bf5f3 Author: Andrew Or <[email protected]> Authored: Wed Nov 19 19:35:43 2014 +0000 Committer: Andrew Or <[email protected]> Committed: Wed Nov 19 19:35:43 2014 +0000 ---------------------------------------------------------------------- CHANGES.txt | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/aa3c794f/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index dc643ed..7292d91 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,71 @@ Spark Change Log Release 1.1.1 + [SPARK-4480] Avoid many small spills in external data structures (1.1) + Andrew Or <[email protected]> + 2014-11-19 10:45:42 -0800 + Commit: 16bf5f3, github.com/apache/spark/pull/3354 + + [SPARK-4380] Log more precise number of bytes spilled (1.1) + Andrew Or <[email protected]> + 2014-11-18 20:15:00 -0800 + Commit: e22a759, github.com/apache/spark/pull/3355 + + [SPARK-4468][SQL] Backports #3334 to branch-1.1 + Cheng Lian <[email protected]> + 2014-11-18 17:40:24 -0800 + Commit: f9739b9, github.com/apache/spark/pull/3338 + + [SPARK-4433] fix a racing condition in zipWithIndex + Xiangrui Meng <[email protected]> + 2014-11-18 16:25:44 -0800 + Commit: ae9b1f6, github.com/apache/spark/pull/3291 + + [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use HashedWheelTimer (For branch-1.1) + Kousuke Saruta <[email protected]> + 2014-11-18 12:09:18 -0800 + Commit: 91b5fa8, github.com/apache/spark/pull/3321 + + [SPARK-4467] Partial fix for fetch failure in sort-based shuffle (1.1) + Andrew Or <[email protected]> + 2014-11-17 18:10:49 -0800 + Commit: aa9ebda, github.com/apache/spark/pull/3330 + + Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file" + Andrew Or <[email protected]> + 2014-11-17 11:25:38 -0800 + Commit: b528367 + + [branch-1.1][SPARK-4355] OnlineSummarizer doesn't merge mean correctly + Xiangrui Meng <[email protected]> + 2014-11-13 15:36:03 -0800 + Commit: 4b1c77c, github.com/apache/spark/pull/3251 + + [Release] Correct make-distribution.sh log path + Andrew Or <[email protected]> + 2014-11-12 13:46:26 -0800 + Commit: ba6d81d + + [Release] Bring audit scripts up-to-date + Andrew Or <[email protected]> + 2014-11-13 00:30:58 +0000 + Commit: 88bc482 + + [Release] Log build output for each distribution + Andrew Or <[email protected]> + 2014-11-11 18:02:59 -0800 + Commit: e3a5ee9 + + Revert "SPARK-3039: Allow spark to be built using avro-mapred for hadoop2" + Andrew Or <[email protected]> + 2014-11-12 00:04:30 -0800 + Commit: 45a01b6 + + Update CHANGES.txt + Andrew Or <[email protected]> + 2014-11-11 23:11:32 +0000 + Commit: 131c626 + [SPARK-4295][External]Fix exception in SparkSinkSuite maji2014 <[email protected]> 2014-11-11 02:18:27 -0800 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
