Skip to content

Commit 351f35e

Browse files
committed
[branch-0.9] Update CHANGES.txt
Author: Xiangrui Meng <meng@databricks.com> Closes apache#1459 from mengxr/v0.9.2-rc and squashes the following commits: 6fa5a65 [Xiangrui Meng] update CHANGES.txt
1 parent c9a22e8 commit 351f35e

File tree

1 file changed

+208
-0
lines changed

1 file changed

+208
-0
lines changed

CHANGES.txt

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,214 @@
11
Spark Change Log
22
----------------
33

4+
Release 0.9.2
5+
6+
[branch-0.9] bump versions for v0.9.2 release candidate
7+
Xiangrui Meng <meng@databricks.com>
8+
2014-07-16 23:53:40 -0700
9+
Commit: c9a22e8, github.com/apache/spark/pull/1458
10+
11+
[branch-0.9] Fix github links in docs
12+
Xiangrui Meng <meng@databricks.com>
13+
2014-07-16 23:39:02 -0700
14+
Commit: 60f4b3b, github.com/apache/spark/pull/1456
15+
16+
[SPARK-1112, 2156] (0.9 edition) Use correct akka frame size and overhead amounts.
17+
Patrick Wendell <pwendell@gmail.com>
18+
2014-07-16 21:30:50 -0700
19+
Commit: 7edee34, github.com/apache/spark/pull/1455
20+
21+
[SPARK-2433][MLLIB] fix NaiveBayesModel.predict
22+
Xiangrui Meng <meng@databricks.com>
23+
2014-07-16 20:12:09 -0700
24+
Commit: 0116dee, github.com/apache/spark/pull/1453
25+
26+
[SPARK-2362] Fix for newFilesOnly logic in file DStream
27+
Gabriele Nizzoli <mail@nizzoli.net>
28+
2014-07-08 14:23:38 -0700
29+
Commit: 8e5604b, github.com/apache/spark/pull/1077
30+
31+
SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing Spark
32+
Aaron Davidson <aaron@databricks.com>
33+
2014-07-03 23:02:36 -0700
34+
Commit: 57873ef, github.com/apache/spark/pull/1220
35+
36+
[SPARK-2350] Don't NPE while launching drivers
37+
Aaron Davidson <aaron@databricks.com>
38+
2014-07-03 22:31:41 -0700
39+
Commit: c37e9ed, github.com/apache/spark/pull/1289
40+
41+
[SPARK-1516]Throw exception in yarn client instead of run system.exit
42+
John Zhao <codeboyyong@gmail.com>
43+
2014-07-03 15:17:51 -0700
44+
Commit: 0d3d5ce, github.com/apache/spark/pull/1099
45+
46+
HOTFIX: Removing out dated python path in testing tool.
47+
Patrick Wendell <pwendell@gmail.com>
48+
2014-06-27 18:19:16 -0700
49+
Commit: b3f4245
50+
51+
[SPARK-1912] fix compress memory issue during reduce
52+
Wenchen Fan(Cloud) <cloud0fan@gmail.com>
53+
2014-06-03 13:18:20 -0700
54+
Commit: 9509819, github.com/apache/spark/pull/860
55+
56+
SPARK-2241: quote command line args in ec2 script
57+
Ori Kremer <ori.kremer@gmail.com>
58+
2014-06-22 20:21:23 -0700
59+
Commit: ef8501d, github.com/apache/spark/pull/1169
60+
61+
HOTFIX: bug caused by #941
62+
Patrick Wendell <pwendell@gmail.com>
63+
2014-06-17 15:09:24 -0700
64+
Commit: 2a2eace, github.com/apache/spark/pull/1108
65+
66+
SPARK-1990: added compatibility for python 2.6 for ssh_read command
67+
Anant <anant.asty@gmail.com>
68+
2014-06-16 23:42:27 -0700
69+
Commit: 8e9f479, github.com/apache/spark/pull/941
70+
71+
[SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...
72+
joyyoj <sunshch@gmail.com>
73+
2014-06-10 17:26:17 -0700
74+
Commit: 706e38f, github.com/apache/spark/pull/951
75+
76+
Spark 1384 - Fix spark-shell on yarn access to secure hdfs - branch-0.9 only
77+
Thomas Graves <tgraves@apache.org>
78+
2014-06-09 23:07:25 -0700
79+
Commit: cc95d97, github.com/apache/spark/pull/287
80+
81+
[SPARK-1870] Made deployment with --jars work in yarn-standalone mode.
82+
DB Tsai <dbtsai@dbtsai.com>
83+
2014-06-09 22:56:24 -0700
84+
Commit: 1d3aab9, github.com/apache/spark/pull/1013
85+
86+
SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keys
87+
Matei Zaharia <matei@databricks.com>
88+
2014-06-05 23:01:48 -0700
89+
Commit: 51f677e, github.com/apache/spark/pull/986
90+
91+
SPARK-1790: Update EC2 scripts to support r3 instance types
92+
Varakhedi Sujeet <svarakhedi@gopivotal.com>
93+
2014-06-04 16:01:56 -0700
94+
Commit: 6634a34, github.com/apache/spark/pull/960
95+
96+
[SPARK-1468] Modify the partition function used by partitionBy.
97+
Erik Selin <erik.selin@jadedpixel.com>
98+
2014-06-03 13:31:16 -0700
99+
Commit: 41e7853, github.com/apache/spark/pull/371
100+
101+
SPARK-1917: fix PySpark import of scipy.special functions
102+
Uri Laserson <laserson@cloudera.com>
103+
2014-05-31 14:59:09 -0700
104+
Commit: e03af41, github.com/apache/spark/pull/866
105+
106+
SPARK-1935: Explicitly add commons-codec 1.5 as a dependency (for branch-0.9).
107+
Yin Huai <huai@cse.ohio-state.edu>
108+
2014-05-30 22:12:17 -0700
109+
Commit: 563bfe1, github.com/apache/spark/pull/912
110+
111+
SPARK-1188: Do not re-use objects in the EdgePartition/EdgeTriplet iterators.
112+
Daniel Darabos <darabos.daniel@gmail.com>
113+
2014-04-02 12:27:37 -0700
114+
Commit: a92900c, github.com/apache/spark/pull/276
115+
116+
[SPARK-1712]: TaskDescription instance is too big causes Spark to hang
117+
witgo <witgo@qq.com>
118+
2014-05-28 15:57:05 -0700
119+
Commit: aef6390, github.com/apache/spark/pull/694
120+
121+
Spark 1916
122+
David Lemieux <david.lemieux@radialpoint.com>
123+
2014-05-28 15:50:35 -0700
124+
Commit: 234a378, github.com/apache/spark/pull/865
125+
126+
SPARK-1145: Memory mapping with many small blocks can cause JVM allocation failures
127+
Patrick Wendell <pwendell@gmail.com>
128+
2014-04-27 17:40:56 -0700
129+
Commit: 7633949, github.com/apache/spark/pull/43
130+
131+
Update version to 0.9.2-SNAPSHOT in sbt
132+
Matei Zaharia <matei@databricks.com>
133+
2014-05-11 16:54:54 -0700
134+
Commit: c9f40d0
135+
136+
SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfo
137+
Sandeep <sandeep@techaddict.me>
138+
2014-05-08 22:30:17 -0700
139+
Commit: bea2be3, github.com/apache/spark/pull/707
140+
141+
[SPARK-1685] Cancel retryTimer on restart of Worker or AppClient
142+
Mark Hamstra <markhamstra@gmail.com>
143+
2014-05-06 12:53:39 -0700
144+
Commit: 9e2c59e, github.com/apache/spark/pull/602
145+
146+
[WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leak
147+
Thomas Graves <tgraves@apache.org>
148+
2014-05-03 10:59:05 -0700
149+
Commit: 45561cd, github.com/apache/spark/pull/621
150+
151+
version number fix
152+
Nan Zhu <CodingCat@users.noreply.github.com>
153+
2014-04-21 23:42:47 -0700
154+
Commit: 54c3b7e, github.com/apache/spark/pull/467
155+
156+
Small syntax error from previous backport
157+
Patrick Wendell <pwendell@gmail.com>
158+
2014-04-13 14:32:22 -0700
159+
Commit: 9e89789
160+
161+
Update WindowedDStream.scala
162+
baishuo(白硕) <vc_java@hotmail.com>
163+
2014-04-11 20:33:42 -0700
164+
Commit: 4a325e1, github.com/apache/spark/pull/390
165+
166+
Fixed typo on Spark quick-start docs.
167+
Tathagata Das <tathagata.das1565@gmail.com>
168+
2014-04-07 18:27:46 -0700
169+
Commit: 19cf2f7
170+
171+
SPARK-1432: Make sure that all metadata fields are properly cleaned
172+
Davis Shepherd <davis@conviva.com>
173+
2014-04-07 10:02:00 -0700
174+
Commit: 69fc97d, github.com/apache/spark/pull/338
175+
176+
SPARK-1421. Make MLlib work on Python 2.6
177+
Matei Zaharia <matei@databricks.com>
178+
2014-04-05 20:52:05 -0700
179+
Commit: 139fc1a, github.com/apache/spark/pull/335
180+
181+
Update documentation for work around for SPARK-1384
182+
Thomas Graves <tgraves@apache.org>
183+
2014-04-04 18:26:51 -0700
184+
Commit: d4df076, github.com/apache/spark/pull/314
185+
186+
SPARK-1337: Application web UI garbage collects newest stages
187+
Patrick Wendell <pwendell@gmail.com>
188+
2014-04-03 22:13:56 -0700
189+
Commit: 7f727cf, github.com/apache/spark/pull/320
190+
191+
[SPARK-1134] Fix and document passing of arguments to IPython
192+
Diana Carroll <dcarroll@cloudera.com>
193+
2014-04-03 15:48:42 -0700
194+
Commit: d9c7a80, github.com/apache/spark/pull/294
195+
196+
Spark 1162 Implemented takeOrdered in pyspark.
197+
Prashant Sharma <prashant.s@imaginea.com>
198+
2014-04-03 15:42:17 -0700
199+
Commit: 28e7643, github.com/apache/spark/pull/97
200+
201+
fix path for jar, make sed actually work on OSX
202+
Nick Lanham <nick@afternight.org>
203+
2014-03-28 13:33:35 -0700
204+
Commit: a6c955a, github.com/apache/spark/pull/264
205+
206+
Make sed do -i '' on OSX
207+
Nick Lanham <nick@afternight.org>
208+
2014-03-27 22:45:00 -0700
209+
Commit: 4afbd19, github.com/apache/spark/pull/258
210+
211+
4212
Release 0.9.1
5213

6214
Revert "[maven-release-plugin] prepare release v0.9.1-rc2"

0 commit comments

Comments
 (0)