http://git-wip-us.apache.org/repos/asf/spark/blob/f65759e3/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..95f80d8
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,24649 @@
+Spark Change Log
+----------------
+
+Release 1.5.0
+
+  [SPARK-10143] [SQL] Use parquet's block size (row group size) setting as the 
min split size if necessary.
+  Yin Huai <yh...@databricks.com>
+  2015-08-21 14:30:00 -0700
+  Commit: 14c8c0c, github.com/apache/spark/pull/8346
+
+  [SPARK-9864] [DOC] [MLlib] [SQL] Replace since in scaladoc to Since 
annotation
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-21 14:19:24 -0700
+  Commit: e7db876, github.com/apache/spark/pull/8352
+
+  [SPARK-10122] [PYSPARK] [STREAMING] Fix getOffsetRanges bug in 
PySpark-Streaming transform function
+  jerryshao <ss...@hortonworks.com>
+  2015-08-21 13:10:11 -0700
+  Commit: 4e72839, github.com/apache/spark/pull/8347
+
+  [SPARK-10130] [SQL] type coercion for IF should have children resolved first
+  Daoyuan Wang <daoyuan.w...@intel.com>
+  2015-08-21 12:21:51 -0700
+  Commit: 817c38a, github.com/apache/spark/pull/8331
+
+  [SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier
+  Alexander Ulanov <na...@yandex.ru>
+  2015-08-20 20:02:27 -0700
+  Commit: e5e6017, github.com/apache/spark/pull/8262
+
+  [SPARK-10140] [DOC] add target fields to @Since
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-20 20:01:13 -0700
+  Commit: 04ef52a, github.com/apache/spark/pull/8344
+
+  Preparing development version 1.5.1-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 16:24:12 -0700
+  Commit: 988e838
+
+  Preparing Spark release v1.5.0-rc1
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 16:24:07 -0700
+  Commit: 4c56ad7
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 15:33:10 -0700
+  Commit: 175c1d9
+
+  Preparing Spark release v1.5.0-rc1
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 15:33:04 -0700
+  Commit: d837d51
+
+  [SPARK-9245] [MLLIB] LDA topic assignments
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-20 15:01:31 -0700
+  Commit: 2beea65, github.com/apache/spark/pull/8329
+
+  [SPARK-10108] Add since tags to mllib.feature
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-20 14:56:08 -0700
+  Commit: 560ec12, github.com/apache/spark/pull/8309
+
+  [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add 
Java test suite
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-20 14:47:04 -0700
+  Commit: 2e0d2a9, github.com/apache/spark/pull/8342
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 12:43:13 -0700
+  Commit: eac31ab
+
+  Preparing Spark release v1.5.0-rc1
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 12:43:08 -0700
+  Commit: 99eeac8
+
+  [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke 
snapshot publishing for Scala 2.11
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-20 11:31:03 -0700
+  Commit: 6026f4f, github.com/apache/spark/pull/8325
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 11:06:41 -0700
+  Commit: a1785e3
+
+  Preparing Spark release v1.5.0-rc1
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-20 11:06:31 -0700
+  Commit: 19b92c8
+
+  [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive array
+  Cheng Lian <l...@databricks.com>
+  2015-08-20 11:00:24 -0700
+  Commit: 2f47e09, github.com/apache/spark/pull/8341
+
+  [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal type
+  Alex Shkurenko <ashkure...@enova.com>
+  2015-08-20 10:16:38 -0700
+  Commit: a7027e6, github.com/apache/spark/pull/8239
+
+  [MINOR] [SQL] Fix sphinx warnings in PySpark SQL
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-20 10:05:31 -0700
+  Commit: 257e9d7, github.com/apache/spark/pull/8171
+
+  [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key 
in aggregation.
+  Reynold Xin <r...@databricks.com>
+  2015-08-20 07:53:27 -0700
+  Commit: 5be5175, github.com/apache/spark/pull/8332
+
+  [SPARK-10092] [SQL] Backports #8324 to branch-1.5
+  Yin Huai <yh...@databricks.com>
+  2015-08-20 18:43:24 +0800
+  Commit: 675e224, github.com/apache/spark/pull/8336
+
+  [SPARK-10128] [STREAMING] Used correct classloader to deserialize WAL data
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-19 21:15:58 -0700
+  Commit: 71aa547, github.com/apache/spark/pull/8328
+
+  [SPARK-10125] [STREAMING] Fix a potential deadlock in JobGenerator.stop
+  zsxwing <zsxw...@gmail.com>
+  2015-08-19 19:43:09 -0700
+  Commit: 63922fa, github.com/apache/spark/pull/8326
+
+  [SPARK-10124] [MESOS] Fix removing queued driver in mesos cluster mode.
+  Timothy Chen <tnac...@gmail.com>
+  2015-08-19 19:43:26 -0700
+  Commit: a3ed2c3, github.com/apache/spark/pull/8322
+
+  [SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark 
Streaming and some docs
+  zsxwing <zsxw...@gmail.com>
+  2015-08-19 18:36:01 -0700
+  Commit: 16414da, github.com/apache/spark/pull/8315
+
+  [SPARK-9242] [SQL] Audit UDAF interface.
+  Reynold Xin <r...@databricks.com>
+  2015-08-19 17:35:41 -0700
+  Commit: 321cb99, github.com/apache/spark/pull/8321
+
+  [SPARK-9895] User Guide for RFormula Feature Transformer
+  Eric Liang <e...@databricks.com>
+  2015-08-19 15:43:08 -0700
+  Commit: 56a37b0, github.com/apache/spark/pull/8293
+
+  [SPARK-6489] [SQL] add column pruning for Generate
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-19 15:04:56 -0700
+  Commit: 5c749c8, github.com/apache/spark/pull/8268
+
+  [SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is 
expliticly disabled.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-19 14:33:32 -0700
+  Commit: a59475f, github.com/apache/spark/pull/8316
+
+  [SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalType and 
FractionalType
+  Daoyuan Wang <daoyuan.w...@intel.com>
+  2015-08-19 14:31:51 -0700
+  Commit: 1494d58, github.com/apache/spark/pull/8270
+
+  [SPARK-9899] [SQL] Disables customized output committer when speculation is 
on
+  Cheng Lian <l...@databricks.com>
+  2015-08-19 14:15:28 -0700
+  Commit: b32a31d, github.com/apache/spark/pull/8317
+
+  [SPARK-10090] [SQL] fix decimal scale of division
+  Davies Liu <dav...@databricks.com>
+  2015-08-19 14:03:47 -0700
+  Commit: d9dfd43, github.com/apache/spark/pull/8287
+
+  [SPARK-9627] [SQL] Stops using Scala runtime reflection in DictionaryEncoding
+  Cheng Lian <l...@databricks.com>
+  2015-08-19 13:57:52 -0700
+  Commit: 77269fc, github.com/apache/spark/pull/8306
+
+  [SPARK-10073] [SQL] Python withColumn should replace the old column
+  Davies Liu <dav...@databricks.com>
+  2015-08-19 13:56:40 -0700
+  Commit: afaed7e, github.com/apache/spark/pull/8300
+
+  [SPARK-10087] [CORE] [BRANCH-1.5] Disable 
spark.shuffle.reduceLocality.enabled by default.
+  Yin Huai <yh...@databricks.com>
+  2015-08-19 13:43:46 -0700
+  Commit: 829c33a, github.com/apache/spark/pull/8296
+
+  [SPARK-10107] [SQL] fix NPE in format_number
+  Davies Liu <dav...@databricks.com>
+  2015-08-19 13:43:04 -0700
+  Commit: 1038f67, github.com/apache/spark/pull/8305
+
+  [SPARK-8918] [MLLIB] [DOC] Add @since tags to mllib.clustering
+  Xiangrui Meng <m...@databricks.com>, Xiaoqing Wang <spark...@126.com>, 
MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-19 13:17:26 -0700
+  Commit: 8c0a5a2, github.com/apache/spark/pull/8256
+
+  [SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkR
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-19 12:39:37 -0700
+  Commit: ba36925, github.com/apache/spark/pull/8303
+
+  [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`
+  Feynman Liang <fli...@databricks.com>, Joseph K. Bradley 
<jos...@databricks.com>
+  2015-08-19 11:35:05 -0700
+  Commit: f25c324, github.com/apache/spark/pull/8290
+
+  [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are 
complicated
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-19 10:41:14 -0700
+  Commit: a8e8808, github.com/apache/spark/pull/8264
+
+  [SPARK-10084] [MLLIB] [DOC] Add Python example for mllib FP-growth user guide
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-19 08:53:34 -0700
+  Commit: bebe63d, github.com/apache/spark/pull/8279
+
+  [SPARK-10060] [ML] [DOC] spark.ml DecisionTree user guide
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-19 07:38:27 -0700
+  Commit: f8dc427, github.com/apache/spark/pull/8244
+
+  [SPARK-8949] Print warnings when using preferred locations feature
+  Han JU <ju.han.fe...@gmail.com>
+  2015-08-19 13:04:16 +0100
+  Commit: 522b0b6, github.com/apache/spark/pull/7874
+
+  [SPARK-9977] [DOCS] Update documentation for StringIndexer
+  lewuathe <lewua...@me.com>
+  2015-08-19 09:54:03 +0100
+  Commit: 5553f02, github.com/apache/spark/pull/8205
+
+  [DOCS] [SQL] [PYSPARK] Fix typo in ntile function
+  Moussa Taifi <mouta...@gmail.com>
+  2015-08-19 09:42:41 +0100
+  Commit: e56bcc6, github.com/apache/spark/pull/8261
+
+  [SPARK-10070] [DOCS] Remove Guava dependencies in user guides
+  Sean Owen <so...@cloudera.com>
+  2015-08-19 09:41:09 +0100
+  Commit: 561390d, github.com/apache/spark/pull/8272
+
+  Fix Broken Link
+  Bill Chambers <wchamb...@ischool.berkeley.edu>
+  2015-08-19 00:05:01 -0700
+  Commit: 417852f, github.com/apache/spark/pull/8302
+
+  [SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf 
spark.streaming.backpressure.{enable-->enabled} and fixed deprecated annotations
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-18 23:37:57 -0700
+  Commit: 392bd19, github.com/apache/spark/pull/8299
+
+  [SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal 
accesses cacheLocs
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-18 22:30:13 -0700
+  Commit: 3ceee55, github.com/apache/spark/pull/8178
+
+  [SPARK-9508] GraphX Pregel docs update with new Pregel code
+  Alexander Ulanov <na...@yandex.ru>
+  2015-08-18 22:13:52 -0700
+  Commit: 4163926, github.com/apache/spark/pull/7831
+
+  [SPARK-9705] [DOC] fix docs about Python version
+  Davies Liu <dav...@databricks.com>
+  2015-08-18 22:11:27 -0700
+  Commit: 03a8a88, github.com/apache/spark/pull/8245
+
+  [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix 
UDFs on complex types
+  Reynold Xin <r...@databricks.com>, Michael Armbrust <mich...@databricks.com>
+  2015-08-18 22:08:15 -0700
+  Commit: 3c33931, github.com/apache/spark/pull/8295
+
+  [SPARK-10095] [SQL] use public API of BigInteger
+  Davies Liu <dav...@databricks.com>
+  2015-08-18 20:39:59 -0700
+  Commit: 11c9335, github.com/apache/spark/pull/8286
+
+  [SPARK-10075] [SPARKR] Add `when` expressino function in SparkR
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-18 20:27:36 -0700
+  Commit: ebaeb18, github.com/apache/spark/pull/8266
+
+  [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, 
HiveSparkSubmitSuite and HiveThriftServer2 test suites
+  Cheng Lian <l...@databricks.com>
+  2015-08-19 11:21:46 +0800
+  Commit: bb2fb59, github.com/apache/spark/pull/8168
+
+  [SPARK-10102] [STREAMING] Fix a race condition that startReceiver may happen 
before setting trackerState to Started
+  zsxwing <zsxw...@gmail.com>
+  2015-08-18 20:15:54 -0700
+  Commit: a6f8979, github.com/apache/spark/pull/8294
+
+  [SPARK-10072] [STREAMING] BlockGenerator can deadlock when the queue of 
generate blocks fills up to capacity
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-18 19:26:38 -0700
+  Commit: 08c5962, github.com/apache/spark/pull/8257
+
+  [SPARKR] [MINOR] Get rid of a long line warning
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-18 19:18:05 -0700
+  Commit: 0a1385e, github.com/apache/spark/pull/8297
+
+  Bump SparkR version string to 1.5.0
+  Hossein <hoss...@databricks.com>
+  2015-08-18 18:02:22 -0700
+  Commit: 9b42e24, github.com/apache/spark/pull/8291
+
+  [SPARK-8473] [SPARK-9889] [ML] User guide and example code for DCT
+  Feynman Liang <fli...@databricks.com>
+  2015-08-18 17:54:49 -0700
+  Commit: 4ee225a, github.com/apache/spark/pull/8184
+
+  [SPARK-10098] [STREAMING] [TEST] Cleanup active context after test in 
FailureSuite
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-18 17:00:13 -0700
+  Commit: e1b50c7, github.com/apache/spark/pull/8289
+
+  [SPARK-10012] [ML] Missing test case for Params#arrayLengthGt
+  lewuathe <lewua...@me.com>
+  2015-08-18 15:30:23 -0700
+  Commit: fb207b2, github.com/apache/spark/pull/8223
+
+  [SPARK-8924] [MLLIB, DOCUMENTATION] Added @since tags to mllib.tree
+  Bryan Cutler <bjcut...@us.ibm.com>
+  2015-08-18 14:58:30 -0700
+  Commit: 56f4da2, github.com/apache/spark/pull/7380
+
+  [SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-18 14:45:19 -0700
+  Commit: 8b0df5a, github.com/apache/spark/pull/8282
+
+  [SPARK-10089] [SQL] Add missing golden files.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-18 14:43:05 -0700
+  Commit: 74a6b1a, github.com/apache/spark/pull/8283
+
+  [SPARK-10080] [SQL] Fix binary incompatibility for $ column interpolation
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-18 13:50:51 -0700
+  Commit: 80a6fb5, github.com/apache/spark/pull/8281
+
+  [SPARK-9574] [STREAMING] Remove unnecessary contents of 
spark-streaming-XXX-assembly jars
+  zsxwing <zsxw...@gmail.com>
+  2015-08-18 13:35:45 -0700
+  Commit: 2bccd91, github.com/apache/spark/pull/8069
+
+  [SPARK-10085] [MLLIB] [DOCS] removed unnecessary numpy array import
+  Piotr Migdal <pmig...@gmail.com>
+  2015-08-18 12:59:28 -0700
+  Commit: 9bd2e6f, github.com/apache/spark/pull/8284
+
+  [SPARK-10032] [PYSPARK] [DOC] Add Python example for mllib LDAModel user 
guide
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-18 12:56:36 -0700
+  Commit: ec7079f, github.com/apache/spark/pull/8227
+
+  [SPARK-10029] [MLLIB] [DOC] Add Python examples for mllib IsotonicRegression 
user guide
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-18 12:55:36 -0700
+  Commit: 80debff, github.com/apache/spark/pull/8225
+
+  [SPARK-9900] [MLLIB] User guide for Association Rules
+  Feynman Liang <fli...@databricks.com>
+  2015-08-18 12:53:57 -0700
+  Commit: 7ff0e5d, github.com/apache/spark/pull/8207
+
+  [SPARK-9028] [ML] Add CountVectorizer as an estimator to generate 
CountVectorizerModel
+  Yuhao Yang <hhb...@gmail.com>, Joseph K. Bradley <jos...@databricks.com>
+  2015-08-18 11:00:09 -0700
+  Commit: b86378c, github.com/apache/spark/pull/7388
+
+  [SPARK-10007] [SPARKR] Update `NAMESPACE` file in SparkR for simple 
parameters functions
+  Yuu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-18 09:10:59 -0700
+  Commit: 20a760a, github.com/apache/spark/pull/8277
+
+  [SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4J
+  Cheng Lian <l...@databricks.com>
+  2015-08-18 20:15:33 +0800
+  Commit: a512250, github.com/apache/spark/pull/8196
+
+  [MINOR] fix the comments in IndexShuffleBlockResolver
+  CodingCat <zhunans...@gmail.com>
+  2015-08-18 10:31:11 +0100
+  Commit: 42a0b48, github.com/apache/spark/pull/8238
+
+  [SPARK-10076] [ML] make MultilayerPerceptronClassifier layers and weights 
public
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-17 23:57:02 -0700
+  Commit: 40b89c3, github.com/apache/spark/pull/8263
+
+  [SPARK-10038] [SQL] fix bug in generated unsafe projection when there is 
binary in ArrayData
+  Davies Liu <dav...@databricks.com>
+  2015-08-17 23:27:55 -0700
+  Commit: e5fbe4f, github.com/apache/spark/pull/8250
+
+  [MINOR] Format the comment of `translate` at `functions.scala`
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-17 23:27:11 -0700
+  Commit: 2803e8b, github.com/apache/spark/pull/8265
+
+  [SPARK-7808] [ML] add package doc for ml.feature
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-17 19:40:51 -0700
+  Commit: 3554250, github.com/apache/spark/pull/8260
+
+  [SPARK-10059] [YARN] Explicitly add JSP dependencies for tests.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-17 19:35:35 -0700
+  Commit: bfb4c84, github.com/apache/spark/pull/8251
+
+  [SPARK-9902] [MLLIB] Add Java and Python examples to user guide for 1-sample 
KS test
+  jose.cambronero <jose.cambron...@cloudera.com>
+  2015-08-17 19:09:45 -0700
+  Commit: 9740d43, github.com/apache/spark/pull/8154
+
+  [SPARK-7707] User guide and example code for KernelDensity
+  Sandy Ryza <sa...@cloudera.com>
+  2015-08-17 17:57:51 -0700
+  Commit: 5de0ffb, github.com/apache/spark/pull/8230
+
+  [SPARK-9898] [MLLIB] Prefix Span user guide
+  Feynman Liang <fli...@databricks.com>
+  2015-08-17 17:53:24 -0700
+  Commit: 18b3d11, github.com/apache/spark/pull/8253
+
+  SPARK-8916 [Documentation, MLlib] Add @since tags to mllib.regression
+  Prayag Chandran <prayagchand...@gmail.com>
+  2015-08-17 17:26:08 -0700
+  Commit: f5ed9ed, github.com/apache/spark/pull/7518
+
+  [SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for 
ml.feature.ElementwiseProduct
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-17 17:25:41 -0700
+  Commit: eaeebb9, github.com/apache/spark/pull/8061
+
+  [SPARK-9974] [BUILD] [SQL] Makes sure 
com.twitter:parquet-hadoop-bundle:1.6.0 is in SBT assembly jar
+  Cheng Lian <l...@databricks.com>
+  2015-08-17 17:25:14 -0700
+  Commit: 407175e, github.com/apache/spark/pull/8198
+
+  [SPARK-8920] [MLLIB] Add @since tags to mllib.linalg
+  Sameer Abhyankar <sabhyankar@sabhyankar-MBP.Samavihome>, Sameer Abhyankar 
<sabhyankar@sabhyankar-MBP.local>
+  2015-08-17 16:00:23 -0700
+  Commit: 0f1417b, github.com/apache/spark/pull/7729
+
+  [SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities listing
+  Feynman Liang <fli...@databricks.com>
+  2015-08-17 15:42:14 -0700
+  Commit: bb3bb2a, github.com/apache/spark/pull/8255
+
+  [SPARK-9592] [SQL] Fix Last function implemented based on 
AggregateExpression1.
+  Yin Huai <yh...@databricks.com>
+  2015-08-17 15:30:50 -0700
+  Commit: f77eaaf, github.com/apache/spark/pull/8172
+
+  [SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs in sql 
expressions
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-17 14:10:19 -0700
+  Commit: 24765cc, github.com/apache/spark/pull/7855
+
+  [SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and 
DataFrameWriter.jdbc
+  zsxwing <zsxw...@gmail.com>
+  2015-08-17 11:53:33 -0700
+  Commit: 4daf79f, github.com/apache/spark/pull/8232
+
+  [SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on struct 
fields
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-17 11:36:18 -0700
+  Commit: 76390ec, github.com/apache/spark/pull/8222
+
+  [SPARK-7837] [SQL] Avoids double closing output writers when commitTask() 
fails
+  Cheng Lian <l...@databricks.com>
+  2015-08-18 00:59:05 +0800
+  Commit: 7279445, github.com/apache/spark/pull/8236
+
+  [SPARK-9959] [MLLIB] Association Rules Java Compatibility
+  Feynman Liang <fli...@databricks.com>
+  2015-08-17 09:58:34 -0700
+  Commit: d554bf4, github.com/apache/spark/pull/8206
+
+  [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a 
variable parameter
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-16 23:33:20 -0700
+  Commit: 78275c4, github.com/apache/spark/pull/8194
+
+  [SPARK-10005] [SQL] Fixes schema merging for nested structs
+  Cheng Lian <l...@databricks.com>
+  2015-08-16 10:17:58 -0700
+  Commit: 90245f6, github.com/apache/spark/pull/8228
+
+  [SPARK-9973] [SQL] Correct in-memory columnar buffer size
+  Kun Xu <viper_...@163.com>
+  2015-08-16 14:44:23 +0800
+  Commit: e2c6ef8, github.com/apache/spark/pull/8189
+
+  [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow 
deps
+  Matei Zaharia <ma...@databricks.com>
+  2015-08-16 00:34:58 -0700
+  Commit: fa55c27, github.com/apache/spark/pull/8220
+
+  [SPARK-8844] [SPARKR] head/collect is broken in SparkR.
+  Sun Rui <rui....@intel.com>
+  2015-08-16 00:30:02 -0700
+  Commit: 4f75ce2, github.com/apache/spark/pull/7419
+
+  [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming 
pyspark tests
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-15 18:48:20 -0700
+  Commit: 881baf1, github.com/apache/spark/pull/8087
+
+  [SPARK-9955] [SQL] correct error message for aggregate
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-15 14:13:12 -0700
+  Commit: 2fda1d8, github.com/apache/spark/pull/8203
+
+  [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in 
doc
+  Herman van Hovell <hvanhov...@questtec.nl>
+  2015-08-15 10:46:04 +0100
+  Commit: 1a6f0af, github.com/apache/spark/pull/8209
+
+  [SPARK-9725] [SQL] fix serialization of UTF8String across different JVM
+  Davies Liu <dav...@databricks.com>
+  2015-08-14 22:30:35 -0700
+  Commit: d97af68, github.com/apache/spark/pull/8210
+
+  [SPARK-9960] [GRAPHX] sendMessage type fix in LabelPropagation.scala
+  zc he <farseer90...@gmail.com>
+  2015-08-14 21:28:50 -0700
+  Commit: 3301500, github.com/apache/spark/pull/8188
+
+  [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan 
at the end of analysis
+  Wenchen Fan <cloud0...@outlook.com>, Michael Armbrust 
<mich...@databricks.com>
+  2015-08-14 20:59:54 -0700
+  Commit: 83cbf60, github.com/apache/spark/pull/8215
+
+  [HOTFIX] fix duplicated braces
+  Davies Liu <dav...@databricks.com>
+  2015-08-14 20:56:55 -0700
+  Commit: 3cdeeaf, github.com/apache/spark/pull/8219
+
+  [SPARK-9934] Deprecate NIO ConnectionManager.
+  Reynold Xin <r...@databricks.com>
+  2015-08-14 20:55:32 -0700
+  Commit: d842917, github.com/apache/spark/pull/8162
+
+  [SPARK-9949] [SQL] Fix TakeOrderedAndProject's output.
+  Yin Huai <yh...@databricks.com>
+  2015-08-14 17:35:17 -0700
+  Commit: 6be945c, github.com/apache/spark/pull/8179
+
+  [SPARK-9968] [STREAMING] Reduced time spent within synchronized block to 
prevent lock starvation
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-14 15:54:14 -0700
+  Commit: 8d26247, github.com/apache/spark/pull/8204
+
+  [SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimator
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-14 15:10:01 -0700
+  Commit: 612b460, github.com/apache/spark/pull/8199
+
+  [SPARK-8670] [SQL] Nested columns can't be referenced in pyspark
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-14 14:09:46 -0700
+  Commit: 5bbb2d3, github.com/apache/spark/pull/8202
+
+  [SPARK-9981] [ML] Made labels public for StringIndexerModel
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-14 14:05:03 -0700
+  Commit: 0f4ccdc, github.com/apache/spark/pull/8211
+
+  [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()
+  Davies Liu <dav...@databricks.com>
+  2015-08-14 13:55:29 -0700
+  Commit: 59cdcc0, github.com/apache/spark/pull/8213
+
+  [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting application
+  jerryshao <ss...@hortonworks.com>
+  2015-08-14 13:44:38 -0700
+  Commit: 130e06e, github.com/apache/spark/pull/8127
+
+  [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulators
+  Andrew Or <and...@databricks.com>
+  2015-08-14 13:42:53 -0700
+  Commit: 1ce0b01, github.com/apache/spark/pull/8176
+
+  [SPARK-9809] Task crashes because the internal accumulators are not properly 
initialized
+  Carson Wang <carson.w...@intel.com>
+  2015-08-14 13:38:25 -0700
+  Commit: ff3e956, github.com/apache/spark/pull/8090
+
+  [SPARK-9828] [PYSPARK] Mutable values should not be default arguments
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-14 12:46:05 -0700
+  Commit: d92568a, github.com/apache/spark/pull/8110
+
+  [SPARK-9561] Re-enable BroadcastJoinSuite
+  Andrew Or <and...@databricks.com>
+  2015-08-14 12:37:21 -0700
+  Commit: b284213, github.com/apache/spark/pull/8208
+
+  [SPARK-9946] [SPARK-9589] [SQL] fix NPE and thread-safety in 
TaskMemoryManager
+  Davies Liu <dav...@databricks.com>
+  2015-08-14 12:32:35 -0700
+  Commit: e2a288c, github.com/apache/spark/pull/8177
+
+  [SPARK-8744] [ML] Add a public constructor to StringIndexer
+  Holden Karau <hol...@pigscanfly.ca>
+  2015-08-14 11:22:10 -0700
+  Commit: e4ea239, github.com/apache/spark/pull/7267
+
+  [SPARK-9956] [ML] Make trees work with one-category features
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-14 10:48:02 -0700
+  Commit: f5298da, github.com/apache/spark/pull/8187
+
+  [SPARK-9661] [MLLIB] minor clean-up of SPARK-9661
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-14 10:25:11 -0700
+  Commit: 4aa9238, github.com/apache/spark/pull/8190
+
+  [SPARK-9958] [SQL] Make HiveThriftServer2Listener thread-safe and update the 
tab name to "JDBC/ODBC Server"
+  zsxwing <zsxw...@gmail.com>
+  2015-08-14 14:41:53 +0800
+  Commit: a0d52eb, github.com/apache/spark/pull/8185
+
+  [MINOR] [SQL] Remove canEqual in Row
+  Liang-Chi Hsieh <vii...@appier.com>
+  2015-08-13 22:06:09 -0700
+  Commit: 00ccb21, github.com/apache/spark/pull/8170
+
+  [SPARK-9945] [SQL] pageSize should be calculated from executor.memory
+  Davies Liu <dav...@databricks.com>
+  2015-08-13 21:12:59 -0700
+  Commit: 703e3f1, github.com/apache/spark/pull/8175
+
+  [SPARK-9580] [SQL] Replace singletons in SQL tests
+  Andrew Or <and...@databricks.com>
+  2015-08-13 17:42:01 -0700
+  Commit: 9df2a2d, github.com/apache/spark/pull/8111
+
+  [SPARK-9943] [SQL] deserialized UnsafeHashedRelation should be serializable
+  Davies Liu <dav...@databricks.com>
+  2015-08-13 17:35:11 -0700
+  Commit: b318b11, github.com/apache/spark/pull/8174
+
+  [SPARK-8976] [PYSPARK] fix open mode in python3
+  Davies Liu <dav...@databricks.com>
+  2015-08-13 17:33:37 -0700
+  Commit: cadc3b7, github.com/apache/spark/pull/8181
+
+  [SPARK-9922] [ML] rename StringIndexerReverse to IndexToString
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-13 16:52:17 -0700
+  Commit: 2b6b1d1, github.com/apache/spark/pull/8152
+
+  [SPARK-9942] [PYSPARK] [SQL] ignore exceptions while try to import pandas
+  Davies Liu <dav...@databricks.com>
+  2015-08-13 14:03:55 -0700
+  Commit: 2c7f8da, github.com/apache/spark/pull/8173
+
+  [SPARK-9661] [MLLIB] [ML] Java compatibility
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-13 13:42:35 -0700
+  Commit: 875ecc7, github.com/apache/spark/pull/8126
+
+  [SPARK-9649] Fix MasterSuite, third time's a charm
+  Andrew Or <and...@databricks.com>
+  2015-08-13 11:31:10 -0700
+  Commit: 3046020
+
+  [MINOR] [DOC] fix mllib pydoc warnings
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-13 10:16:40 -0700
+  Commit: 883c7d3, github.com/apache/spark/pull/8169
+
+  [MINOR] [ML] change MultilayerPerceptronClassifierModel to 
MultilayerPerceptronClassificationModel
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-13 09:31:14 -0700
+  Commit: 2b13532, github.com/apache/spark/pull/8164
+
+  [SPARK-8965] [DOCS] Add ml-guide Python Example: Estimator, Transformer, and 
Param
+  Rosstin <astera...@gmail.com>
+  2015-08-13 09:18:39 -0700
+  Commit: 49085b5, github.com/apache/spark/pull/8081
+
+  [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is 
a parent
+  lewuathe <lewua...@me.com>, Lewuathe <lewua...@me.com>
+  2015-08-13 09:17:19 -0700
+  Commit: fe05142, github.com/apache/spark/pull/7447
+
+  [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal column
+  Yin Huai <yh...@databricks.com>, Cheng Lian <l...@databricks.com>
+  2015-08-13 16:16:50 +0800
+  Commit: 5592d16, github.com/apache/spark/pull/8130
+
+  [SPARK-9885] [SQL] Also pass barrierPrefixes and sharedPrefixes to 
IsolatedClientLoader when hiveMetastoreJars is set to maven.
+  Yin Huai <yh...@databricks.com>
+  2015-08-13 15:08:57 +0800
+  Commit: 2a600da, github.com/apache/spark/pull/8158
+
+  [SPARK-9918] [MLLIB] remove runs from k-means and rename epsilon to tol
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 23:04:59 -0700
+  Commit: ae18342, github.com/apache/spark/pull/8148
+
+  [SPARK-9914] [ML] define setters explicitly for Java and use setParam group 
in RFormula
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 22:30:33 -0700
+  Commit: d213aa7, github.com/apache/spark/pull/8143
+
+  [SPARK-9927] [SQL] Revert 8049 since it's pushing wrong filter down
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-13 13:33:39 +0800
+  Commit: 694e7a3, github.com/apache/spark/pull/8157
+
+  [SPARK-8922] [DOCUMENTATION, MLLIB] Add @since tags to mllib.evaluation
+  shikai.tang <tar.sk...@gmail.com>
+  2015-08-12 21:53:15 -0700
+  Commit: 6902840, github.com/apache/spark/pull/7429
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-12 21:43:13 -0700
+  Commit: 8f055e5
+
+  Preparing Spark release v1.5.0-preview-20150812
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-12 21:42:59 -0700
+  Commit: cedce9b
+
+  [SPARK-9917] [ML] add getMin/getMax and doc for originalMin/origianlMax in 
MinMaxScaler
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 21:33:38 -0700
+  Commit: 16f4bf4, github.com/apache/spark/pull/8145
+
+  [SPARK-9832] [SQL] add a thread-safe lookup for BytesToBytseMap
+  Davies Liu <dav...@databricks.com>
+  2015-08-12 21:26:00 -0700
+  Commit: 8229437, github.com/apache/spark/pull/8151
+
+  [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its 
output
+  Yin Huai <yh...@databricks.com>
+  2015-08-12 21:24:15 -0700
+  Commit: 3b1b8ea, github.com/apache/spark/pull/8150
+
+  [SPARK-9916] [BUILD] [SPARKR] removed left-over sparkr.zip copy/create 
commands from codebase
+  Burak Yavuz <brk...@gmail.com>
+  2015-08-12 20:59:38 -0700
+  Commit: 3d1b9f0, github.com/apache/spark/pull/8147
+
+  [SPARK-9903] [MLLIB] skip local processing in PrefixSpan if there are no 
small prefixes
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 20:44:40 -0700
+  Commit: af470a7, github.com/apache/spark/pull/8136
+
+  [SPARK-9704] [ML] Made ProbabilisticClassifier, Identifiable, VectorUDT 
public APIs
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-12 20:43:36 -0700
+  Commit: a06860c, github.com/apache/spark/pull/8004
+
+  [SPARK-9199] [CORE] Update Tachyon dependency from 0.7.0 -> 0.7.1.
+  Calvin Jia <jia.cal...@gmail.com>
+  2015-08-12 20:07:37 -0700
+  Commit: c182dc4, github.com/apache/spark/pull/8135
+
+  [SPARK-9908] [SQL] When spark.sql.tungsten.enabled is false, broadcast join 
does not work
+  Yin Huai <yh...@databricks.com>
+  2015-08-12 20:03:55 -0700
+  Commit: 71ea61f, github.com/apache/spark/pull/8149
+
+  [SPARK-9827] [SQL] fix fd leak in UnsafeRowSerializer
+  Davies Liu <dav...@databricks.com>
+  2015-08-12 20:02:55 -0700
+  Commit: eebb3f9, github.com/apache/spark/pull/8116
+
+  [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuite
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-12 18:52:11 -0700
+  Commit: 4b547b9, github.com/apache/spark/pull/8124
+
+  [SPARK-9855] [SPARKR] Add expression functions into SparkR whose params are 
simple
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-12 18:33:27 -0700
+  Commit: ca39c9e, github.com/apache/spark/pull/8123
+
+  [SPARK-9780] [STREAMING] [KAFKA] prevent NPE if KafkaRDD instantiation …
+  cody koeninger <c...@koeninger.org>
+  2015-08-12 17:44:16 -0700
+  Commit: 62ab2a4, github.com/apache/spark/pull/8133
+
+  [SPARK-9449] [SQL] Include MetastoreRelation's inputFiles
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-12 17:07:29 -0700
+  Commit: 3298fb6, github.com/apache/spark/pull/8119
+
+  [SPARK-9915] [ML] stopWords should use StringArrayParam
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 17:06:12 -0700
+  Commit: ed73f54, github.com/apache/spark/pull/8141
+
+  [SPARK-9912] [MLLIB] QRDecomposition should use QType and RType for type 
names instead of UType and VType
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 17:04:31 -0700
+  Commit: 31b7fdc, github.com/apache/spark/pull/8140
+
+  [SPARK-9909] [ML] [TRIVIAL] move weightCol to shared params
+  Holden Karau <hol...@pigscanfly.ca>
+  2015-08-12 16:54:45 -0700
+  Commit: 2f8793b, github.com/apache/spark/pull/8144
+
+  [SPARK-9913] [MLLIB] LDAUtils should be private
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 16:53:47 -0700
+  Commit: 6aca0cf, github.com/apache/spark/pull/8142
+
+  [SPARK-9894] [SQL] Json writer should handle MapData.
+  Yin Huai <yh...@databricks.com>
+  2015-08-12 16:45:15 -0700
+  Commit: 08f767a, github.com/apache/spark/pull/8137
+
+  [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.properties
+  michellemay <mle...@gmail.com>
+  2015-08-12 16:17:58 -0700
+  Commit: 74c9dce, github.com/apache/spark/pull/8109
+
+  [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...
+  Niranjan Padmanabhan <niranjan.padmanab...@cloudera.com>
+  2015-08-12 16:10:21 -0700
+  Commit: 8537e51, github.com/apache/spark/pull/7657
+
+  [SPARK-9907] [SQL] Python crc32 is mistakenly calling md5
+  Reynold Xin <r...@databricks.com>
+  2015-08-12 15:27:52 -0700
+  Commit: b28295f, github.com/apache/spark/pull/8138
+
+  [SPARK-8967] [DOC] add Since annotation
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-12 14:28:23 -0700
+  Commit: 6a7582e, github.com/apache/spark/pull/8131
+
+  [SPARK-9789] [ML] Added logreg threshold param back
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-12 14:27:13 -0700
+  Commit: bdf8dc1, github.com/apache/spark/pull/8079
+
+  [SPARK-9766] [ML] [PySpark] check and add miss docs for PySpark ML
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-12 13:24:18 -0700
+  Commit: 65b5b21, github.com/apache/spark/pull/8059
+
+  [SPARK-9726] [PYTHON] PySpark DF join no longer accepts on=None
+  Brennan Ashton <bash...@brennanashton.com>
+  2015-08-12 11:57:30 -0700
+  Commit: 8629c33, github.com/apache/spark/pull/8016
+
+  [SPARK-9847] [ML] Modified copyValues to distinguish between default, 
explicit param values
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-12 10:48:52 -0700
+  Commit: b515f89, github.com/apache/spark/pull/8115
+
+  [SPARK-9804] [HIVE] Use correct value for isSrcLocal parameter.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-12 10:38:30 -0700
+  Commit: e9641f1, github.com/apache/spark/pull/8086
+
+  [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregation
+  Andrew Or <and...@databricks.com>
+  2015-08-12 10:08:35 -0700
+  Commit: 4c6b129, github.com/apache/spark/pull/8038
+
+  [SPARK-7583] [MLLIB] User guide update for RegexTokenizer
+  Yuhao Yang <hhb...@gmail.com>
+  2015-08-12 09:35:32 -0700
+  Commit: 2d86fad, github.com/apache/spark/pull/7828
+
+  [SPARK-9795] Dynamic allocation: avoid double counting when killing same 
executor twice
+  Andrew Or <and...@databricks.com>
+  2015-08-12 09:24:50 -0700
+  Commit: bc4ac65, github.com/apache/spark/pull/8078
+
+  [SPARK-8625] [CORE] Propagate user exceptions in tasks back to driver
+  Tom White <t...@cloudera.com>
+  2015-08-12 10:06:27 -0500
+  Commit: 0579f28, github.com/apache/spark/pull/7014
+
+  [SPARK-9407] [SQL] Relaxes Parquet ValidTypeMap to allow ENUM predicates to 
be pushed down
+  Cheng Lian <l...@databricks.com>
+  2015-08-12 20:01:34 +0800
+  Commit: 5e6fdc6, github.com/apache/spark/pull/8107
+
+  [SPARK-9182] [SQL] Filters are not passed through to jdbc source
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-12 19:54:00 +0800
+  Commit: 8e32db9, github.com/apache/spark/pull/8049
+
+  [SPARK-9575] [MESOS] Add docuemntation around Mesos shuffle service.
+  Timothy Chen <tnac...@gmail.com>
+  2015-08-11 23:33:22 -0700
+  Commit: 5dd0c5c, github.com/apache/spark/pull/7907
+
+  [SPARK-8798] [MESOS] Allow additional uris to be fetched with mesos
+  Timothy Chen <tnac...@gmail.com>
+  2015-08-11 23:26:33 -0700
+  Commit: a2f8057, github.com/apache/spark/pull/7195
+
+  [SPARK-9426] [WEBUI] Job page DAG visualization is not shown
+  Carson Wang <carson.w...@intel.com>
+  2015-08-11 23:25:02 -0700
+  Commit: 93fc959, github.com/apache/spark/pull/8104
+
+  [SPARK-9829] [WEBUI] Display the update value for peak execution memory
+  zsxwing <zsxw...@gmail.com>
+  2015-08-11 23:23:17 -0700
+  Commit: d9d4bde, github.com/apache/spark/pull/8121
+
+  [SPARK-9806] [WEB UI] Don't share ReplayListenerBus between multiple 
applications
+  Rohit Agarwal <roh...@qubole.com>
+  2015-08-11 23:20:39 -0700
+  Commit: 402c0ca, github.com/apache/spark/pull/8088
+
+  [SPARK-8366] maxNumExecutorsNeeded should properly handle failed tasks
+  xutingjun <xuting...@huawei.com>, meiyoula <1039320...@qq.com>
+  2015-08-11 23:19:35 -0700
+  Commit: 2f90918, github.com/apache/spark/pull/6817
+
+  [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safe
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-11 22:46:59 -0700
+  Commit: b994f89, github.com/apache/spark/pull/8120
+
+  [SPARK-9831] [SQL] fix serialization with empty broadcast
+  Davies Liu <dav...@databricks.com>
+  2015-08-11 22:45:18 -0700
+  Commit: 7024f3e, github.com/apache/spark/pull/8117
+
+  [SPARK-9713] [ML] Document SparkR MLlib glm() integration in Spark 1.5
+  Eric Liang <e...@databricks.com>
+  2015-08-11 21:26:03 -0700
+  Commit: 890c75b, github.com/apache/spark/pull/8085
+
+  [SPARK-1517] Refactor release scripts to facilitate nightly publishing
+  Patrick Wendell <patr...@databricks.com>
+  2015-08-11 21:16:48 -0700
+  Commit: 6ea33f5, github.com/apache/spark/pull/7411
+
+  [SPARK-9649] Fix flaky test MasterSuite again - disable REST
+  Andrew Or <and...@databricks.com>
+  2015-08-11 20:46:58 -0700
+  Commit: 0119edf, github.com/apache/spark/pull/8084
+
+  [SPARK-9849] [SQL] DirectParquetOutputCommitter qualified name should be 
backward compatible
+  Reynold Xin <r...@databricks.com>
+  2015-08-11 18:08:49 -0700
+  Commit: ec7a4b9, github.com/apache/spark/pull/8114
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-11 18:07:34 -0700
+  Commit: b7497e3
+
+  Preparing Spark release v1.5.0-snapshot-20150811
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-11 18:07:22 -0700
+  Commit: 158b2ea
+
+  [SPARK-9074] [LAUNCHER] Allow arbitrary Spark args to be set.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-11 16:33:08 -0700
+  Commit: 18d78a8, github.com/apache/spark/pull/7975
+
+  [HOTFIX] Fix style error caused by ef961ed48a4f45447f0e0ad256b040c7ab2d78d9
+  Andrew Or <and...@databricks.com>
+  2015-08-11 14:52:52 -0700
+  Commit: 1067c73
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-11 14:32:43 -0700
+  Commit: 725e5c7
+
+  Preparing Spark release v1.5.0-snapshot-20150811
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-11 14:32:37 -0700
+  Commit: e9329ef
+
+  [SPARK-8925] [MLLIB] Add @since tags to mllib.util
+  Sudhakar Thota <sudhakarth...@yahoo.com>, Sudhakar Thota 
<sudhakarth...@sudhakars-mbp-2.usca.ibm.com>
+  2015-08-11 14:31:51 -0700
+  Commit: ef961ed, github.com/apache/spark/pull/7436
+
+  [SPARK-9788] [MLLIB] Fix LDA Binary Compatibility
+  Feynman Liang <fli...@databricks.com>
+  2015-08-11 14:21:53 -0700
+  Commit: 2273e74, github.com/apache/spark/pull/8077
+
+  [SPARK-9824] [CORE] Fix the issue that InternalAccumulator leaks 
WeakReference
+  zsxwing <zsxw...@gmail.com>
+  2015-08-11 14:06:23 -0700
+  Commit: cdf781d, github.com/apache/spark/pull/8108
+
+  [SPARK-9814] [SQL] EqualNotNull not passing to data sources
+  hyukjinkwon <gurwls...@gmail.com>, 권혁진 <gurwls...@gmail.com>
+  2015-08-11 14:04:09 -0700
+  Commit: eead87e, github.com/apache/spark/pull/8096
+
+  [SPARK-7726] Add import so Scaladoc doesn't fail.
+  Patrick Wendell <patr...@databricks.com>
+  2015-08-11 14:02:23 -0700
+  Commit: e9d1eab, github.com/apache/spark/pull/8095
+
+  [SPARK-9750] [MLLIB] Improve equals on SparseMatrix and DenseMatrix
+  Feynman Liang <fli...@databricks.com>
+  2015-08-11 12:49:47 -0700
+  Commit: 811d23f, github.com/apache/spark/pull/8042
+
+  [SPARK-9646] [SQL] Add metrics for all join and aggregate operators
+  zsxwing <zsxw...@gmail.com>
+  2015-08-11 12:39:13 -0700
+  Commit: 767ee18, github.com/apache/spark/pull/8060
+
+  [SPARK-9572] [STREAMING] [PYSPARK] Added 
StreamingContext.getActiveOrCreate() in Python
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-11 12:02:28 -0700
+  Commit: 71460b8, github.com/apache/spark/pull/8080
+
+  Fix comment error
+  Jeff Zhang <zjf...@apache.org>
+  2015-08-11 10:42:17 -0700
+  Commit: b077f36, github.com/apache/spark/pull/8097
+
+  [SPARK-9785] [SQL] HashPartitioning compatibility should consider expression 
ordering
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-11 08:52:15 -0700
+  Commit: efcae3a, github.com/apache/spark/pull/8074
+
+  [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.
+  Reynold Xin <r...@databricks.com>
+  2015-08-11 08:41:06 -0700
+  Commit: 84ba990, github.com/apache/spark/pull/8094
+
+  [SPARK-9727] [STREAMING] [BUILD] Updated streaming kinesis SBT project name 
to be more consistent
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-11 02:41:03 -0700
+  Commit: ebbd3b6, github.com/apache/spark/pull/8092
+
+  [SPARK-9640] [STREAMING] [TEST] Do not run Python Kinesis tests when the 
Kinesis assembly JAR has not been generated
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-10 23:41:53 -0700
+  Commit: c7f0090, github.com/apache/spark/pull/7961
+
+  [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer 
join
+  Josh Rosen <joshro...@databricks.com>, Daoyuan Wang <daoyuan.w...@intel.com>
+  2015-08-10 22:04:41 -0700
+  Commit: f9beef9, github.com/apache/spark/pull/5717.
+
+  [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists
+  Cheng Lian <l...@databricks.com>
+  2015-08-11 12:46:33 +0800
+  Commit: 01efa4f, github.com/apache/spark/pull/8070
+
+  [SPARK-9801] [STREAMING] Check if file exists before deleting temporary 
files.
+  Hao Zhu <viadea...@gmail.com>
+  2015-08-10 17:17:22 -0700
+  Commit: 94692bb, github.com/apache/spark/pull/8082
+
+  [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in Python
+  Prabeesh K <prabsma...@gmail.com>, zsxwing <zsxw...@gmail.com>, prabs 
<prabsma...@gmail.com>, Prabeesh K <prabees...@namshi.com>
+  2015-08-10 16:33:23 -0700
+  Commit: 8f4014f, github.com/apache/spark/pull/4229
+
+  [SPARK-9737] [YARN] Add the suggested configuration when required executor 
memory is above the max threshold of this cluster on YARN mode
+  Yadong Qi <qiyadong2...@gmail.com>
+  2015-08-09 19:54:05 +0100
+  Commit: 51406be, github.com/apache/spark/pull/8028
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-10 14:26:56 -0700
+  Commit: 0e4f58e
+
+  Preparing Spark release v1.5.0-snapshot-20150810
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-10 14:26:49 -0700
+  Commit: 3369ad9
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-10 13:56:56 -0700
+  Commit: e51779c
+
+  Preparing Spark release v1.5.0-snapshot-20150810
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-10 13:56:50 -0700
+  Commit: 2203149
+
+  [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)
+  Davies Liu <dav...@databricks.com>
+  2015-08-10 13:55:11 -0700
+  Commit: d17303a, github.com/apache/spark/pull/8052
+
+  [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or 
large exressions
+  Davies Liu <dav...@databricks.com>
+  2015-08-10 13:52:18 -0700
+  Commit: 2384248, github.com/apache/spark/pull/8044
+
+  [SPARK-9763][SQL] Minimize exposure of internal SQL classes.
+  Reynold Xin <r...@databricks.com>
+  2015-08-10 13:49:23 -0700
+  Commit: c1838e4, github.com/apache/spark/pull/8056
+
+  [SPARK-9784] [SQL] Exchange.isUnsafe should check whether codegen and unsafe 
are enabled
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-10 13:05:03 -0700
+  Commit: d251d9f, github.com/apache/spark/pull/8073
+
+  Fixed AtmoicReference<> Example
+  Mahmoud Lababidi <labab...@gmail.com>
+  2015-08-10 13:02:01 -0700
+  Commit: 39493b2, github.com/apache/spark/pull/8076
+
+  [SPARK-9755] [MLLIB] Add docs to MultivariateOnlineSummarizer methods
+  Feynman Liang <fli...@databricks.com>
+  2015-08-10 11:01:45 -0700
+  Commit: 3ee2c8d, github.com/apache/spark/pull/8045
+
+  [SPARK-9743] [SQL] Fixes JSONRelation refreshing
+  Cheng Lian <l...@databricks.com>
+  2015-08-10 09:07:08 -0700
+  Commit: 94b2f5b, github.com/apache/spark/pull/8035
+
+  [SPARK-9777] [SQL] Window operator can accept UnsafeRows
+  Yin Huai <yh...@databricks.com>
+  2015-08-09 22:33:53 -0700
+  Commit: f75c64b, github.com/apache/spark/pull/8064
+
+  [CORE] [SPARK-9760] Use Option instead of Some for Ivy repos
+  Shivaram Venkataraman <shiva...@cs.berkeley.edu>
+  2015-08-09 14:30:30 -0700
+  Commit: 0e0471d, github.com/apache/spark/pull/8055
+
+  [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary 
shuffles
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-09 14:26:01 -0700
+  Commit: 323d686, github.com/apache/spark/pull/7988
+
+  [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if 
DataFrame#explode takes a star in expressions
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-09 11:44:51 -0700
+  Commit: 1ce5061, github.com/apache/spark/pull/8057
+
+  [SPARK-9752][SQL] Support UnsafeRow in Sample operator.
+  Reynold Xin <r...@databricks.com>
+  2015-08-09 10:58:36 -0700
+  Commit: b12f073, github.com/apache/spark/pull/8040
+
+  [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed plan
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-08 21:05:50 -0700
+  Commit: 251d1ee, github.com/apache/spark/pull/7986
+
+  [MINOR] inaccurate comments for showString()
+  CodingCat <zhunans...@gmail.com>
+  2015-08-08 18:22:46 -0700
+  Commit: 874b9d8, github.com/apache/spark/pull/8050
+
+  [SPARK-9486][SQL] Add data source aliasing for external packages
+  Joseph Batchik <joseph.batc...@cloudera.com>, Joseph Batchik 
<josephbatc...@gmail.com>
+  2015-08-08 11:03:01 -0700
+  Commit: 06b6234, github.com/apache/spark/pull/7802
+
+  [SPARK-9728][SQL]Support CalendarIntervalType in HiveQL
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-08 11:01:25 -0700
+  Commit: 3c438c7, github.com/apache/spark/pull/8034
+
+  [SPARK-6902] [SQL] [PYSPARK] Row should be read-only
+  Davies Liu <dav...@databricks.com>
+  2015-08-08 08:38:18 -0700
+  Commit: 3427f57, github.com/apache/spark/pull/8009
+
+  [SPARK-4561] [PYSPARK] [SQL] turn Row into dict recursively
+  Davies Liu <dav...@databricks.com>
+  2015-08-08 08:36:14 -0700
+  Commit: aaa475c, github.com/apache/spark/pull/8006
+
+  [SPARK-9738] [SQL] remove FromUnsafe and add its codegen version to 
GenerateSafe
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-08 08:33:14 -0700
+  Commit: 3ed219f, github.com/apache/spark/pull/8029
+
+  [SPARK-4176] [SQL] [MINOR] Should use unscaled Long to write decimals for 
precision <= 18 rather than 8
+  Cheng Lian <l...@databricks.com>
+  2015-08-08 18:09:48 +0800
+  Commit: 2cd9632, github.com/apache/spark/pull/8031
+
+  [SPARK-9731] Standalone scheduling incorrect cores if spark.executor.cores 
is not set
+  Carson Wang <carson.w...@intel.com>
+  2015-08-07 23:36:26 -0700
+  Commit: 2ad75d9, github.com/apache/spark/pull/8017
+
+  [SPARK-9753] [SQL] TungstenAggregate should also accept InternalRow instead 
of just UnsafeRow
+  Yin Huai <yh...@databricks.com>
+  2015-08-07 20:04:17 -0700
+  Commit: 47e4735, github.com/apache/spark/pull/8041
+
+  [SPARK-9754][SQL] Remove TypeCheck in debug package.
+  Reynold Xin <r...@databricks.com>
+  2015-08-07 19:09:28 -0700
+  Commit: 5598b62, github.com/apache/spark/pull/8043
+
+  [SPARK-9719] [ML] Clean up Naive Bayes doc
+  Feynman Liang <fli...@databricks.com>
+  2015-08-07 17:21:12 -0700
+  Commit: c5d43d6, github.com/apache/spark/pull/8047
+
+  [SPARK-9756] [ML] Make constructors in ML decision trees private
+  Feynman Liang <fli...@databricks.com>
+  2015-08-07 17:19:48 -0700
+  Commit: 2a179a9, github.com/apache/spark/pull/8046
+
+  [SPARK-8890] [SQL] Fallback on sorting when writing many dynamic partitions
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-07 16:24:50 -0700
+  Commit: ea4dfb9, github.com/apache/spark/pull/8010
+
+  [SPARK-8481] [MLLIB] GaussianMixtureModel predict accepting single vector
+  Dariusz Kobylarz <darek.kobyl...@gmail.com>
+  2015-08-07 14:51:03 -0700
+  Commit: 2952660, github.com/apache/spark/pull/8039
+
+  [SPARK-9674] Re-enable ignored test in SQLQuerySuite
+  Andrew Or <and...@databricks.com>
+  2015-08-07 14:20:13 -0700
+  Commit: 5471202, github.com/apache/spark/pull/8015
+
+  [SPARK-9733][SQL] Improve physical plan explain for data sources
+  Reynold Xin <r...@databricks.com>
+  2015-08-07 13:41:45 -0700
+  Commit: d13b5c8, github.com/apache/spark/pull/8024
+
+  [SPARK-9667][SQL] followup: Use GenerateUnsafeProjection.canSupport to test 
Exchange supported data types.
+  Reynold Xin <r...@databricks.com>
+  2015-08-07 13:26:03 -0700
+  Commit: 1b0f784, github.com/apache/spark/pull/8036
+
+  [SPARK-9736] [SQL] JoinedRow.anyNull should delegate to the underlying rows.
+  Reynold Xin <r...@databricks.com>
+  2015-08-07 11:29:13 -0700
+  Commit: 70bf170, github.com/apache/spark/pull/8027
+
+  [SPARK-8382] [SQL] Improve Analysis Unit test framework
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-07 11:28:43 -0700
+  Commit: ff0abca, github.com/apache/spark/pull/8025
+
+  [SPARK-9674][SPARK-9667] Remove SparkSqlSerializer2
+  Reynold Xin <r...@databricks.com>
+  2015-08-07 11:02:53 -0700
+  Commit: 6c2f30c, github.com/apache/spark/pull/7981
+
+  [SPARK-9467][SQL]Add SQLMetric to specialize accumulators to avoid boxing
+  zsxwing <zsxw...@gmail.com>
+  2015-08-07 00:09:58 -0700
+  Commit: 7a6f950, github.com/apache/spark/pull/7996
+
+  [SPARK-9683] [SQL] copy UTF8String when convert unsafe array/map to safe
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-07 00:00:43 -0700
+  Commit: 064ba90, github.com/apache/spark/pull/7990
+
+  [SPARK-9453] [SQL] support records larger than page size in 
UnsafeShuffleExternalSorter
+  Davies Liu <dav...@databricks.com>
+  2015-08-06 23:40:38 -0700
+  Commit: 8ece4cc, github.com/apache/spark/pull/8005
+
+  [SPARK-9700] Pick default page size more intelligently.
+  Reynold Xin <r...@databricks.com>
+  2015-08-06 23:18:29 -0700
+  Commit: 0e439c2, github.com/apache/spark/pull/8012
+
+  [SPARK-8862][SQL]Support multiple SQLContexts in Web UI
+  zsxwing <zsxw...@gmail.com>
+  2015-08-06 22:52:23 -0700
+  Commit: c34fdaf, github.com/apache/spark/pull/7962
+
+  [SPARK-7550] [SQL] [MINOR] Fixes logs when persisting DataFrames
+  Cheng Lian <l...@databricks.com>
+  2015-08-06 22:49:01 -0700
+  Commit: aedc8f3, github.com/apache/spark/pull/8021
+
+  [SPARK-8057][Core]Call TaskAttemptContext.getTaskAttemptID using Reflection
+  zsxwing <zsxw...@gmail.com>
+  2015-08-06 21:42:42 -0700
+  Commit: e902c4f, github.com/apache/spark/pull/6599
+
+  Fix doc typo
+  Jeff Zhang <zjf...@apache.org>
+  2015-08-06 21:03:47 -0700
+  Commit: 5491dfb, github.com/apache/spark/pull/8019
+
+  [SPARK-9709] [SQL] Avoid starving unsafe operators that use sort
+  Andrew Or <and...@databricks.com>
+  2015-08-06 19:04:57 -0700
+  Commit: 472f0dc, github.com/apache/spark/pull/8011
+
+  [SPARK-9692] Remove SqlNewHadoopRDD's generated Tuple2 and 
InterruptibleIterator.
+  Reynold Xin <r...@databricks.com>
+  2015-08-06 18:25:38 -0700
+  Commit: 37b6403, github.com/apache/spark/pull/8000
+
+  [SPARK-9650][SQL] Fix quoting behavior on interpolated column names
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-06 17:31:16 -0700
+  Commit: 9be9d38, github.com/apache/spark/pull/7969
+
+  [SPARK-9228] [SQL] use tungsten.enabled in public for both of codegen/unsafe
+  Davies Liu <dav...@databricks.com>
+  2015-08-06 17:30:31 -0700
+  Commit: b4feccf, github.com/apache/spark/pull/7998
+
+  [SPARK-9691] [SQL] PySpark SQL rand function treats seed 0 as no seed
+  Yin Huai <yh...@databricks.com>
+  2015-08-06 17:03:14 -0700
+  Commit: 75b4e5a, github.com/apache/spark/pull/7999
+
+  [SPARK-9633] [BUILD] SBT download locations outdated; need an update
+  Sean Owen <so...@cloudera.com>
+  2015-08-06 23:43:52 +0100
+  Commit: 985e454, github.com/apache/spark/pull/7956
+
+  [SPARK-9645] [YARN] [CORE] Allow shuffle service to read shuffle files.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-06 15:30:27 -0700
+  Commit: d0a648c, github.com/apache/spark/pull/7966
+
+  [SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)
+  Yin Huai <yh...@databricks.com>
+  2015-08-06 15:04:44 -0700
+  Commit: 272e883, github.com/apache/spark/pull/7954
+
+  [SPARK-9639] [STREAMING] Fix a potential NPE in Streaming JobScheduler
+  zsxwing <zsxw...@gmail.com>
+  2015-08-06 14:39:36 -0700
+  Commit: 9806872, github.com/apache/spark/pull/7960
+
+  [DOCS] [STREAMING] make the existing parameter docs for OffsetRange ac…
+  cody koeninger <c...@koeninger.org>
+  2015-08-06 14:37:25 -0700
+  Commit: 8ecfb05, github.com/apache/spark/pull/7995
+
+  [SPARK-9556] [SPARK-9619] [SPARK-9624] [STREAMING] Make BlockGenerator more 
robust and make all BlockGenerators subscribe to rate limit updates
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-06 14:35:30 -0700
+  Commit: 3997dd3, github.com/apache/spark/pull/7913
+
+  [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMap
+  Liang-Chi Hsieh <vii...@appier.com>, Reynold Xin <r...@databricks.com>
+  2015-08-06 14:33:29 -0700
+  Commit: 3137628, github.com/apache/spark/pull/7924.
+
+  [SPARK-9211] [SQL] [TEST] normalize line separators before generating MD5 
hash
+  Christian Kadner <ckad...@us.ibm.com>
+  2015-08-06 14:15:42 -0700
+  Commit: 990b4bf, github.com/apache/spark/pull/7563
+
+  [SPARK-9493] [ML] add featureIndex to handle vector features in 
IsotonicRegression
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-06 13:29:31 -0700
+  Commit: ee43d35, github.com/apache/spark/pull/7952
+
+  [SPARK-6923] [SPARK-7550] [SQL] Persists data source relations in Hive 
compatible format when possible
+  Cheng Lian <l...@databricks.com>, Cheng Hao <hao.ch...@intel.com>
+  2015-08-06 11:13:44 +0800
+  Commit: 92e8acc, github.com/apache/spark/pull/7967
+
+  [SPARK-9381] [SQL] Migrate JSON data source to the new partitioning data 
source
+  Cheng Hao <hao.ch...@intel.com>
+  2015-08-05 22:35:55 +0800
+  Commit: 3d24767, github.com/apache/spark/pull/7696
+
+  [SPARK-9618] [SQL] Use the specified schema when reading Parquet files
+  Nathan Howell <nhow...@godaddy.com>
+  2015-08-05 22:16:56 +0800
+  Commit: d5f7881, github.com/apache/spark/pull/7947
+
+  [SPARK-8978] [STREAMING] Implements the DirectKafkaRateController
+  Dean Wampler <d...@concurrentthought.com>, Nilanjan Raychaudhuri 
<nraychaudh...@gmail.com>, François Garillot <franc...@garillot.net>
+  2015-08-06 12:50:08 -0700
+  Commit: 8b00c06, github.com/apache/spark/pull/7796
+
+  [SPARK-9641] [DOCS] spark.shuffle.service.port is not documented
+  Sean Owen <so...@cloudera.com>
+  2015-08-06 19:29:42 +0100
+  Commit: 8a79562, github.com/apache/spark/pull/7991
+
+  [SPARK-9632] [SQL] [HOT-FIX] Fix build.
+  Yin Huai <yh...@databricks.com>
+  2015-08-06 11:15:54 -0700
+  Commit: b51159d, github.com/apache/spark/pull/8001
+
+  [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type info
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-06 10:40:54 -0700
+  Commit: 2382b48, github.com/apache/spark/pull/7955
+
+  [SPARK-9659][SQL] Rename inSet to isin to match Pandas function.
+  Reynold Xin <r...@databricks.com>
+  2015-08-06 10:39:16 -0700
+  Commit: 6b8d2d7, github.com/apache/spark/pull/7977
+
+  [SPARK-9615] [SPARK-9616] [SQL] [MLLIB] Bugs related to FrequentItems when 
merging and with Tungsten
+  Burak Yavuz <brk...@gmail.com>
+  2015-08-06 10:29:40 -0700
+  Commit: 78f168e, github.com/apache/spark/pull/7945
+
+  [SPARK-9533] [PYSPARK] [ML] Add missing methods in Word2Vec ML
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-06 10:09:58 -0700
+  Commit: e24b976, github.com/apache/spark/pull/7930
+
+  [SPARK-9112] [ML] Implement Stats for LogisticRegression
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-06 10:08:33 -0700
+  Commit: 70b9ed1, github.com/apache/spark/pull/7538
+
+  [SPARK-9593] [SQL] [HOTFIX] Makes the Hadoop shims loading fix more robust
+  Cheng Lian <l...@databricks.com>
+  2015-08-06 09:53:53 -0700
+  Commit: cc4c569, github.com/apache/spark/pull/7994
+
+  [SPARK-9593] [SQL] Fixes Hadoop shims loading
+  Cheng Lian <l...@databricks.com>
+  2015-08-05 20:03:54 +0800
+  Commit: 11c28a5, github.com/apache/spark/pull/7929
+
+  [SPARK-9482] [SQL] Fix thread-safey issue of using UnsafeProjection in join
+  Davies Liu <dav...@databricks.com>
+  2015-08-06 09:12:41 -0700
+  Commit: c39d5d1, github.com/apache/spark/pull/7940
+
+  [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in 
UnsafeRow
+  Davies Liu <dav...@databricks.com>
+  2015-08-06 09:10:57 -0700
+  Commit: 43b30bc, github.com/apache/spark/pull/7978
+
+  [SPARK-8266] [SQL] add function translate
+  zhichao.li <zhichao...@intel.com>
+  2015-08-06 09:02:30 -0700
+  Commit: cab86c4, github.com/apache/spark/pull/7709
+
+  [SPARK-9664] [SQL] Remove UDAFRegistration and add apply to 
UserDefinedAggregateFunction.
+  Yin Huai <yh...@databricks.com>
+  2015-08-05 21:50:35 -0700
+  Commit: 29ace3b, github.com/apache/spark/pull/7982
+
+  [SPARK-9674][SQL] Remove GeneratedAggregate.
+  Reynold Xin <r...@databricks.com>
+  2015-08-05 21:50:14 -0700
+  Commit: 252eb61, github.com/apache/spark/pull/7983
+
+  [SPARK-9611] [SQL] Fixes a few corner cases when we spill a 
UnsafeFixedWidthAggregationMap
+  Yin Huai <yh...@databricks.com>
+  2015-08-05 19:19:09 -0700
+  Commit: f24cd8c, github.com/apache/spark/pull/7948
+
+  [SPARK-9651] Fix UnsafeExternalSorterSuite.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-05 17:58:36 -0700
+  Commit: eb2229a, github.com/apache/spark/pull/7970
+
+  [SPARK-6591] [SQL] Python data source load options should auto convert 
common types into strings
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-05 17:28:23 -0700
+  Commit: 5f037b3, github.com/apache/spark/pull/7926
+
+  [SPARK-5895] [ML] Add VectorSlicer - updated
+  Xusen Yin <yinxu...@gmail.com>, Joseph K. Bradley <jos...@databricks.com>
+  2015-08-05 17:07:55 -0700
+  Commit: 3b617e8, github.com/apache/spark/pull/7972
+
+  [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use 
newOrdering in SMJ
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-05 16:33:42 -0700
+  Commit: 618dc63, github.com/apache/spark/pull/7973
+
+  [SPARK-9657] Fix return type of getMaxPatternLength
+  Feynman Liang <fli...@databricks.com>
+  2015-08-05 15:42:18 -0700
+  Commit: 30e9fcf, github.com/apache/spark/pull/7974
+
+  [SPARK-9649] Fix flaky test MasterSuite - randomize ports
+  Andrew Or <and...@databricks.com>
+  2015-08-05 14:12:22 -0700
+  Commit: 05cbf13, github.com/apache/spark/pull/7968
+
+  [SPARK-9403] [SQL] Add codegen support in In and InSet
+  Liang-Chi Hsieh <vii...@appier.com>, Tarek Auel <tarek.a...@googlemail.com>
+  2015-08-05 11:38:56 -0700
+  Commit: b8136d7, github.com/apache/spark/pull/7893
+
+  [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920
+  Yin Huai <yh...@databricks.com>
+  2015-08-05 11:03:02 -0700
+  Commit: 19018d5, github.com/apache/spark/pull/7964
+
+  [SPARK-9519] [YARN] Confirm stop sc successfully when application was killed
+  linweizhong <linweizh...@huawei.com>
+  2015-08-05 10:16:12 -0700
+  Commit: 03bcf62, github.com/apache/spark/pull/7846
+
+  [SPARK-9141] [SQL] Remove project collapsing from DataFrame API
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-05 09:01:45 -0700
+  Commit: 125827a, github.com/apache/spark/pull/7920
+
+  [SPARK-6486] [MLLIB] [PYTHON] Add BlockMatrix to PySpark.
+  Mike Dusenberry <mwdus...@us.ibm.com>
+  2015-08-05 07:40:50 -0700
+  Commit: eedb996, github.com/apache/spark/pull/7761
+
+  [SPARK-9607] [SPARK-9608] fix zinc-port handling in build/mvn
+  Ryan Williams <ryan.blake.willi...@gmail.com>
+  2015-08-05 11:10:47 +0100
+  Commit: 3500064, github.com/apache/spark/pull/7944
+
+  [HOTFIX] Add static import to fix build break from #7676.
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-05 02:39:41 -0700
+  Commit: 93c166a
+
+  [SPARK-9628][SQL]Rename int to SQLDate, long to SQLTimestamp for better 
readability
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-05 02:04:28 -0700
+  Commit: f288cca, github.com/apache/spark/pull/7953
+
+  [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan 
operator and add a new SQL tab
+  zsxwing <zsxw...@gmail.com>
+  2015-08-05 01:51:22 -0700
+  Commit: ebc3aad, github.com/apache/spark/pull/7774
+
+  [SPARK-9601] [DOCS] Fix JavaPairDStream signature for stream-stream and 
windowed join in streaming guide doc
+  Namit Katariya <katariya.na...@gmail.com>
+  2015-08-05 01:07:33 -0700
+  Commit: 6306019, github.com/apache/spark/pull/7935
+
+  [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for 
UnsafeExternalSort
+  Takeshi YAMAMURO <linguin....@gmail.com>
+  2015-08-05 00:54:31 -0700
+  Commit: 7fa4195, github.com/apache/spark/pull/7676
+
+  [SPARK-9581][SQL] Add unit test for JSON UDT
+  Emiliano Leporati <emiliano.lepor...@gmail.com>, Reynold Xin 
<r...@databricks.com>
+  2015-08-05 00:42:08 -0700
+  Commit: 57596fb, github.com/apache/spark/pull/7917
+
+  [SPARK-9217] [STREAMING] Make the kinesis receiver reliable by recording 
sequence numbers
+  Tathagata Das <tathagata.das1...@gmail.com>
+  2015-08-05 00:20:26 -0700
+  Commit: ea23e54, github.com/apache/spark/pull/7825
+
+  Update docs/README.md to put all prereqs together.
+  Reynold Xin <r...@databricks.com>
+  2015-08-04 22:17:14 -0700
+  Commit: b6e8446, github.com/apache/spark/pull/7951
+
+  Add a prerequisites section for building docs
+  Shivaram Venkataraman <shiva...@cs.berkeley.edu>
+  2015-08-03 17:00:59 -0700
+  Commit: 141f034, github.com/apache/spark/pull/7912
+
+  [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with 
DecimalType
+  Davies Liu <dav...@databricks.com>
+  2015-08-04 23:12:49 -0700
+  Commit: 864d5de, github.com/apache/spark/pull/7925
+
+  [SPARK-8231] [SQL] Add array_contains
+  Pedro Rodriguez <prodrig...@trulia.com>, Pedro Rodriguez 
<ski.rodrig...@gmail.com>, Davies Liu <dav...@databricks.com>
+  2015-08-04 22:32:21 -0700
+  Commit: 28bb977, github.com/apache/spark/pull/7580
+
+  [SPARK-9540] [MLLIB] optimize PrefixSpan implementation
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-04 22:28:49 -0700
+  Commit: bca1967, github.com/apache/spark/pull/7594
+
+  [SPARK-9504] [STREAMING] [TESTS] Fix 
o.a.s.streaming.StreamingContextSuite.stop gracefully again
+  zsxwing <zsxw...@gmail.com>
+  2015-08-04 20:09:15 -0700
+  Commit: 6e72d24, github.com/apache/spark/pull/7934
+
+  [SPARK-9513] [SQL] [PySpark] Add python API for DataFrame functions
+  Davies Liu <dav...@databricks.com>
+  2015-08-04 19:25:24 -0700
+  Commit: d196d36, github.com/apache/spark/pull/7922
+
+  [SPARK-7119] [SQL] Give script a default serde with the user specific types
+  zhichao.li <zhichao...@intel.com>
+  2015-08-04 18:26:05 -0700
+  Commit: f957c59, github.com/apache/spark/pull/6638
+
+  [SPARK-8313] R Spark packages support
+  Burak Yavuz <brk...@gmail.com>
+  2015-08-04 18:20:12 -0700
+  Commit: 11d2311, github.com/apache/spark/pull/7139
+
+  [SPARK-9432][SQL] Audit expression unit tests to make sure we pass the 
proper numeric ranges
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-04 18:19:26 -0700
+  Commit: 02a6333, github.com/apache/spark/pull/7933
+
+  [SPARK-8601] [ML] Add an option to disable standardization for linear 
regression
+  Holden Karau <hol...@pigscanfly.ca>, DB Tsai <d...@netflix.com>
+  2015-08-04 18:15:26 -0700
+  Commit: 2237ddb, github.com/apache/spark/pull/7875
+
+  [SPARK-9609] [MLLIB] Fix spelling of Strategy.defaultStrategy
+  Feynman Liang <fli...@databricks.com>
+  2015-08-04 18:13:18 -0700
+  Commit: 3350975, github.com/apache/spark/pull/7941
+
+  [SPARK-9598][SQL] do not expose generic getter in internal row
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-04 17:05:19 -0700
+  Commit: 1954a7b, github.com/apache/spark/pull/7932
+
+  [SPARK-9586] [ML] Update BinaryClassificationEvaluator to use 
setRawPredictionCol
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-04 16:52:43 -0700
+  Commit: cff0fe2, github.com/apache/spark/pull/7921
+
+  [SPARK-6485] [MLLIB] [PYTHON] Add 
CoordinateMatrix/RowMatrix/IndexedRowMatrix to PySpark.
+  Mike Dusenberry <mwdus...@us.ibm.com>
+  2015-08-04 16:30:03 -0700
+  Commit: f4e125a, github.com/apache/spark/pull/7554
+
+  [SPARK-9582] [ML] LDA cleanups
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-04 15:43:13 -0700
+  Commit: fe4a4f4, github.com/apache/spark/pull/7916
+
+  [SPARK-9447] [ML] [PYTHON] Added HasRawPredictionCol, HasProbabilityCol to 
RandomForestClassifier
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-04 14:54:26 -0700
+  Commit: e682ee2, github.com/apache/spark/pull/7903
+
+  [SPARK-9602] remove "Akka/Actor" words from comments
+  CodingCat <zhunans...@gmail.com>
+  2015-08-04 14:54:11 -0700
+  Commit: 560b2da, github.com/apache/spark/pull/7936
+
+  [SPARK-9452] [SQL] Support records larger than page size in 
UnsafeExternalSorter
+  Josh Rosen <joshro...@databricks.com>
+  2015-08-04 14:42:11 -0700
+  Commit: f771a83, github.com/apache/spark/pull/7891
+
+  [SPARK-9553][SQL] remove the no-longer-necessary createCode and 
createStructCode, and replace the usage
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-04 14:40:46 -0700
+  Commit: 43f6b02, github.com/apache/spark/pull/7890
+
+  [SPARK-9606] [SQL] Ignore flaky thrift server tests
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-04 12:19:52 -0700
+  Commit: be37b1b, github.com/apache/spark/pull/7939
+
+  [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifier
+  Holden Karau <hol...@pigscanfly.ca>, Joseph K. Bradley 
<jos...@databricks.com>
+  2015-08-04 10:12:22 -0700
+  Commit: c5250dd, github.com/apache/spark/pull/7909
+
+  [SPARK-9512][SQL] Revert SPARK-9251, Allow evaluation while sorting
+  Michael Armbrust <mich...@databricks.com>
+  2015-08-04 10:07:53 -0700
+  Commit: a9277cd, github.com/apache/spark/pull/7906
+
+  [SPARK-9562] Change reference to amplab/spark-ec2 from mesos/
+  Shivaram Venkataraman <shiva...@cs.berkeley.edu>
+  2015-08-04 09:40:07 -0700
+  Commit: aa8390d, github.com/apache/spark/pull/7899
+
+  [SPARK-9541] [SQL] DataTimeUtils cleanup
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-04 09:09:52 -0700
+  Commit: d875368, github.com/apache/spark/pull/7870
+
+  [SPARK-8246] [SQL] Implement get_json_object
+  Davies Liu <dav...@databricks.com>, Yin Huai <yh...@databricks.com>, Nathan 
Howell <nhow...@godaddy.com>
+  2015-08-04 09:07:09 -0700
+  Commit: b42e13d, github.com/apache/spark/pull/7901
+
+  [SPARK-8244] [SQL] string function: find in set
+  Tarek Auel <tarek.a...@googlemail.com>, Davies Liu <dav...@databricks.com>
+  2015-08-04 08:59:42 -0700
+  Commit: 945da35, github.com/apache/spark/pull/7186
+
+  [SPARK-9583] [BUILD] Do not print mvn debug messages to stdout.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-04 22:19:11 +0900
+  Commit: f44b27a, github.com/apache/spark/pull/7915
+
+  [SPARK-2016] [WEBUI] RDD partition table pagination for the RDD Page
+  Carson Wang <carson.w...@intel.com>
+  2015-08-04 22:12:30 +0900
+  Commit: 45c8d2b, github.com/apache/spark/pull/7692
+
+  [SPARK-8064] [BUILD] Follow-up. Undo change from SPARK-9507 that was 
accidentally reverted
+  tedyu <yuzhih...@gmail.com>
+  2015-08-04 12:22:53 +0100
+  Commit: bd9b752, github.com/apache/spark/pull/7919
+
+  [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build 
warnings, 1.5.0 edition
+  Sean Owen <so...@cloudera.com>
+  2015-08-04 12:02:26 +0100
+  Commit: 5ae6753, github.com/apache/spark/pull/7862
+
+  [SPARK-3190] [GRAPHX] Fix VertexRDD.count() overflow regression
+  Ankur Dave <ankurd...@gmail.com>
+  2015-08-03 23:07:32 -0700
+  Commit: 29f2d5a, github.com/apache/spark/pull/7923
+
+  [SPARK-9521] [DOCS] Addendum. Require Maven 3.3.3+ in the build
+  Sean Owen <so...@cloudera.com>
+  2015-08-04 13:48:22 +0900
+  Commit: 1f7dbcd, github.com/apache/spark/pull/7905
+
+  [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.
+  Reynold Xin <r...@databricks.com>
+  2015-08-03 18:47:02 -0700
+  Commit: ebe42b9, github.com/apache/spark/pull/7911
+
+  [SPARK-8416] highlight and topping the executor threads in thread dumping 
page
+  CodingCat <zhunans...@gmail.com>
+  2015-08-03 18:20:40 -0700
+  Commit: 93076ae, github.com/apache/spark/pull/7808
+
+  [SPARK-9263] Added flags to exclude dependencies when using --packages
+  Burak Yavuz <brk...@gmail.com>
+  2015-08-03 17:42:03 -0700
+  Commit: 3433571, github.com/apache/spark/pull/7599
+
+  [SPARK-9483] Fix UTF8String.getPrefix for big-endian.
+  Matthew Brandyberry <mbra...@us.ibm.com>
+  2015-08-03 17:36:56 -0700
+  Commit: 73c863a, github.com/apache/spark/pull/7902
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:59:19 -0700
+  Commit: 74792e7
+
+  Preparing Spark release v1.5.0-snapshot-20150803
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:59:13 -0700
+  Commit: 7e7147f
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:54:56 -0700
+  Commit: bc49ca4
+
+  Preparing Spark release v1.5.0-snapshot-20150803
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:54:50 -0700
+  Commit: 4c4f638
+
+  [SPARK-8874] [ML] Add missing methods in Word2Vec
+  MechCoder <manojkumarsivaraj...@gmail.com>
+  2015-08-03 16:44:25 -0700
+  Commit: acda9d9, github.com/apache/spark/pull/7263
+
+  Preparing development version 1.5.0-SNAPSHOT
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:37:34 -0700
+  Commit: 73fab88
+
+  Preparing Spark release v1.5.0-snapshot-20150803
+  Patrick Wendell <pwend...@gmail.com>
+  2015-08-03 16:37:27 -0700
+  Commit: 3526420
+
+  [SPARK-8064] [SQL] Build against Hive 1.2.1
+  Steve Loughran <ste...@hortonworks.com>, Cheng Lian <l...@databricks.com>, 
Michael Armbrust <mich...@databricks.com>, Patrick Wendell 
<patr...@databricks.com>
+  2015-08-03 15:24:34 -0700
+  Commit: 6bd12e8, github.com/apache/spark/pull/7191
+
+  Revert "[SPARK-9372] [SQL] Filter nulls in join keys"
+  Reynold Xin <r...@databricks.com>
+  2015-08-03 14:51:36 -0700
+  Commit: db58327
+
+  [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregations
+  Andrew Or <and...@databricks.com>
+  2015-08-03 14:22:07 -0700
+  Commit: 29756ff, github.com/apache/spark/pull/7770
+
+  [SPARK-9191] [ML] [Doc] Add ml.PCA user guide and code examples
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-03 13:58:00 -0700
+  Commit: e7329ab, github.com/apache/spark/pull/7522
+
+  [SPARK-9544] [MLLIB] add Python API for RFormula
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-03 13:59:35 -0700
+  Commit: dc0c8c9, github.com/apache/spark/pull/7879
+
+  [SPARK-9558][DOCS]Update docs to follow the increase of memory defaults.
+  Kousuke Saruta <saru...@oss.nttdata.co.jp>
+  2015-08-03 12:53:44 -0700
+  Commit: 444058d, github.com/apache/spark/pull/7896
+
+  [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and 
Regressor
+  Joseph K. Bradley <jos...@databricks.com>, Feynman Liang 
<fli...@databricks.com>
+  2015-08-03 12:17:46 -0700
+  Commit: b3117d3, github.com/apache/spark/pull/7838
+
+  [SPARK-9554] [SQL] Enables in-memory partition pruning by default
+  Cheng Lian <l...@databricks.com>
+  2015-08-03 12:06:58 -0700
+  Commit: 6d46e9b, github.com/apache/spark/pull/7895
+
+  [SQL][minor] Simplify UnsafeRow.calculateBitSetWidthInBytes.
+  Reynold Xin <r...@databricks.com>
+  2015-08-03 11:22:02 -0700
+  Commit: 5452e93, github.com/apache/spark/pull/7897
+
+  [SPARK-9511] [SQL] Fixed Table Name Parsing
+  Joseph Batchik <joseph.batc...@cloudera.com>
+  2015-08-03 11:17:38 -0700
+  Commit: 4de833e, github.com/apache/spark/pull/7844
+
+  [SPARK-1855] Local checkpointing
+  Andrew Or <and...@databricks.com>
+  2015-08-03 10:58:37 -0700
+  Commit: b41a327, github.com/apache/spark/pull/7279
+
+  [SPARK-9528] [ML] Changed RandomForestClassifier to extend 
ProbabilisticClassifier
+  Joseph K. Bradley <jos...@databricks.com>
+  2015-08-03 10:46:34 -0700
+  Commit: 69f5a7c, github.com/apache/spark/pull/7859
+
+  Two minor comments from code review on 191bf2689.
+  Reynold Xin <r...@databricks.com>
+  2015-08-03 04:26:18 -0700
+  Commit: 8be198c
+
+  [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bug
+  Davies Liu <dav...@databricks.com>
+  2015-08-03 04:23:26 -0700
+  Commit: 191bf26, github.com/apache/spark/pull/7892
+
+  [SPARK-9551][SQL] add a cheap version of copy for UnsafeRow to reuse a copy 
buffer
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-03 04:21:15 -0700
+  Commit: 137f478, github.com/apache/spark/pull/7885
+
+  [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is 
used
+  Timothy Chen <tnac...@gmail.com>, Andrew Or <and...@databricks.com>
+  2015-08-03 01:55:58 -0700
+  Commit: 95dccc6, github.com/apache/spark/pull/7881
+
+  [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe row
+  Yin Huai <yh...@databricks.com>
+  2015-08-03 00:23:08 -0700
+  Commit: 1ebd41b, github.com/apache/spark/pull/7813
+
+  [SPARK-9549][SQL] fix bugs in expressions
+  Yijie Shen <henry.yijies...@gmail.com>
+  2015-08-03 00:15:24 -0700
+  Commit: 98d6d9c, github.com/apache/spark/pull/7882
+
+  [SPARK-9404][SPARK-9542][SQL] unsafe array data and map data
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-02 23:41:16 -0700
+  Commit: 608353c, github.com/apache/spark/pull/7752
+
+  [SPARK-9372] [SQL] Filter nulls in join keys
+  Yin Huai <yh...@databricks.com>, Josh Rosen <joshro...@databricks.com>
+  2015-08-02 23:32:09 -0700
+  Commit: 687c8c3, github.com/apache/spark/pull/7768
+
+  [SPARK-9536] [SPARK-9537] [SPARK-9538] [ML] [PYSPARK] ml.classification 
support raw and probability prediction for PySpark
+  Yanbo Liang <yblia...@gmail.com>
+  2015-08-02 22:19:27 -0700
+  Commit: 4cdd8ec, github.com/apache/spark/pull/7866
+
+  [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joins
+  Yin Huai <yh...@databricks.com>, Josh Rosen <joshro...@databricks.com>
+  2015-08-02 20:44:23 -0700
+  Commit: 114ff92, github.com/apache/spark/pull/7773
+
+  [SPARK-9546][SQL] Centralize orderable data type checking.
+  Reynold Xin <r...@databricks.com>
+  2015-08-02 20:12:03 -0700
+  Commit: 30e8911, github.com/apache/spark/pull/7880
+
+  [SPARK-9535][SQL][DOCS] Modify document for codegen.
+  KaiXinXiaoLei <huleil...@huawei.com>, Kousuke Saruta 
<saru...@oss.nttdata.co.jp>
+  2015-08-02 20:04:21 -0700
+  Commit: 536d2ad, github.com/apache/spark/pull/7142
+
+  [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.
+  Reynold Xin <r...@databricks.com>
+  2015-08-02 17:54:30 -0700
+  Commit: 9d03ad9, github.com/apache/spark/pull/7873
+
+  [SPARK-7937][SQL] Support comparison on StructType
+  Liang-Chi Hsieh <vii...@appier.com>, Liang-Chi Hsieh <vii...@gmail.com>, 
Reynold Xin <r...@databricks.com>
+  2015-08-02 17:53:44 -0700
+  Commit: 0722f43, github.com/apache/spark/pull/6519.
+
+  [SPARK-9531] [SQL] 
UnsafeFixedWidthAggregationMap.destructAndCreateExternalSorter
+  Reynold Xin <r...@databricks.com>, Josh Rosen <joshro...@databricks.com>
+  2015-08-02 12:32:14 -0700
+  Commit: 2e981b7, github.com/apache/spark/pull/7860
+
+  [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendly
+  Xiangrui Meng <m...@databricks.com>
+  2015-08-02 11:50:17 -0700
+  Commit: 66924ff, github.com/apache/spark/pull/7869
+
+  [SPARK-9208][SQL] Sort DataFrame functions alphabetically.
+  Reynold Xin <r...@databricks.com>
+  2015-08-02 11:36:11 -0700
+  Commit: 8eafa2a, github.com/apache/spark/pull/7861
+
+  [SPARK-9149] [ML] [EXAMPLES] Add an example of spark.ml KMeans
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-08-02 09:00:32 +0100
+  Commit: 244016a, github.com/apache/spark/pull/7697
+
+  [SPARK-9521] [BUILD] Require Maven 3.3.3+ in the build
+  Sean Owen <so...@cloudera.com>
+  2015-08-02 08:56:35 +0100
+  Commit: 9d1c025, github.com/apache/spark/pull/7852
+
+  [SPARK-9529] [SQL] improve TungstenSort on DecimalType
+  Davies Liu <dav...@databricks.com>
+  2015-08-01 23:36:06 -0700
+  Commit: 16b928c, github.com/apache/spark/pull/7857
+
+  [SPARK-9000] [MLLIB] Support generic item types in PrefixSpan
+  Feynman Liang <fli...@databricks.com>, masaki rikitoku <rikima3...@gmail.com>
+  2015-08-01 23:11:25 -0700
+  Commit: 28d944e, github.com/apache/spark/pull/7400
+
+  [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for 
UTF8String and struct
+  Davies Liu <dav...@databricks.com>
+  2015-08-01 21:50:42 -0700
+  Commit: 57084e0, github.com/apache/spark/pull/7840
+
+  [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, 
to_utc_timestamp, from_utc_timestamp
+  Davies Liu <dav...@databricks.com>, Daoyuan Wang <daoyuan.w...@intel.com>
+  2015-08-01 21:46:46 -0700
+  Commit: c1b0cbd, github.com/apache/spark/pull/7847
+
+  [SPARK-8269] [SQL] string function: initcap
+  HuJiayin <jiayin...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-08-01 21:44:57 -0700
+  Commit: 00cd92f, github.com/apache/spark/pull/7208
+
+  [SPARK-9495] prefix of DateType/TimestampType
+  Davies Liu <dav...@databricks.com>
+  2015-08-01 18:22:46 -0700
+  Commit: 5d9e33d, github.com/apache/spark/pull/7856
+
+  [SPARK-9530] [MLLIB] ScalaDoc should not indicate LDAModel.describeTopics 
and DistributedLDAModel.topDocumentsPerTopic as approximate
+  Meihua Wu <meihu...@umich.edu>
+  2015-08-01 17:13:28 -0700
+  Commit: 84a6982, github.com/apache/spark/pull/7858
+
+  [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMap
+  Reynold Xin <r...@databricks.com>
+  2015-08-01 13:20:26 -0700
+  Commit: 3d1535d, github.com/apache/spark/pull/7849
+
+  [SPARK-9491] Avoid fetching HBase tokens when not needed.
+  Marcelo Vanzin <van...@cloudera.com>
+  2015-08-01 13:06:50 -0700
+  Commit: df733cb, github.com/apache/spark/pull/7810
+
+  [SPARK-4751] Dynamic allocation in standalone mode
+  Andrew Or <and...@databricks.com>
+  2015-08-01 11:57:14 -0700
+  Commit: 6688ba6, github.com/apache/spark/pull/7532
+
+  [SPARK-8263] [SQL] substr/substring should also support binary type
+  zhichao.li <zhichao...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-08-01 08:48:46 -0700
+  Commit: c5166f7, github.com/apache/spark/pull/7641
+
+  [SPARK-8232] [SQL] Add sort_array support
+  Cheng Hao <hao.ch...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-08-01 08:32:29 -0700
+  Commit: cf6c9ca, github.com/apache/spark/pull/7851
+
+  [SPARK-8169] [ML] Add StopWordsRemover as a transformer
+  Yuhao Yang <hhb...@gmail.com>
+  2015-08-01 02:31:28 -0700
+  Commit: 8765665, github.com/apache/spark/pull/6742
+
+  [SPARK-8999] [MLLIB] PrefixSpan non-temporal sequences
+  zhangjiajin <zhangjia...@huawei.com>, Feynman Liang <fli...@databricks.com>, 
zhang jiajin <zhangjia...@huawei.com>
+  2015-08-01 01:56:27 -0700
+  Commit: d2a9b66, github.com/apache/spark/pull/7646
+
+  [SPARK-7446] [MLLIB] Add inverse transform for string indexer
+  Holden Karau <hol...@pigscanfly.ca>
+  2015-08-01 01:09:38 -0700
+  Commit: 6503897, github.com/apache/spark/pull/6339
+
+  Revert "[SPARK-8232] [SQL] Add sort_array support"
+  Davies Liu <davies....@gmail.com>
+  2015-08-01 00:41:15 -0700
+  Commit: 60ea7ab
+
+  [SPARK-9480][SQL] add MapData and cleanup internal row stuff
+  Wenchen Fan <cloud0...@outlook.com>
+  2015-08-01 00:17:15 -0700
+  Commit: 1d59a41, github.com/apache/spark/pull/7799
+
+  [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as 
UnsafeExternalSorter
+  Reynold Xin <r...@databricks.com>
+  2015-07-31 23:55:16 -0700
+  Commit: d90f2cf, github.com/apache/spark/pull/7845
+
+  [SPARK-8232] [SQL] Add sort_array support
+  Cheng Hao <hao.ch...@intel.com>
+  2015-07-31 23:11:22 -0700
+  Commit: 67ad4e2, github.com/apache/spark/pull/7581
+
+  [SPARK-9415][SQL] Throw AnalysisException when using MapType on Join and 
Aggregate
+  Liang-Chi Hsieh <vii...@appier.com>
+  2015-07-31 22:26:30 -0700
+  Commit: 3320b0b, github.com/apache/spark/pull/7819
+
+  [SPARK-9464][SQL] Property checks for UTF8String
+  Josh Rosen <joshro...@databricks.com>, Yijie Shen <henry.yijies...@gmail.com>
+  2015-07-31 21:19:23 -0700
+  Commit: 14f2634, github.com/apache/spark/pull/7830
+
+  [SPARK-8264][SQL]add substring_index function
+  zhichao.li <zhichao...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-07-31 21:18:01 -0700
+  Commit: 6996bd2, github.com/apache/spark/pull/7533
+
+  [SPARK-9358][SQL] Code generation for UnsafeRow joiner.
+  Reynold Xin <r...@databricks.com>
+  2015-07-31 21:09:00 -0700
+  Commit: 03377d2, github.com/apache/spark/pull/7821
+
+  [SPARK-9318] [SPARK-9320] [SPARKR] Aliases for merge and summary functions 
on DataFrames
+  Hossein <hoss...@databricks.com>
+  2015-07-31 19:24:00 -0700
+  Commit: 712f5b7, github.com/apache/spark/pull/7806
+
+  [SPARK-9451] [SQL] Support entries larger than default page size in 
BytesToBytesMap & integrate with ShuffleMemoryManager
+  Josh Rosen <joshro...@databricks.com>
+  2015-07-31 19:19:27 -0700
+  Commit: 8cb415a, github.com/apache/spark/pull/7762
+
+  [SPARK-8936] [MLLIB] OnlineLDA document-topic Dirichlet hyperparameter 
optimization
+  Feynman Liang <fli...@databricks.com>
+  2015-07-31 18:36:22 -0700
+  Commit: f51fd6f, github.com/apache/spark/pull/7836
+
+  [SPARK-8271][SQL]string function: soundex
+  HuJiayin <jiayin...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-07-31 16:05:26 -0700
+  Commit: 4d5a6e7, github.com/apache/spark/pull/7812
+
+  [SPARK-9233] [SQL] Enable code-gen in window function unit tests
+  Yin Huai <yh...@databricks.com>
+  2015-07-31 14:13:06 -0700
+  Commit: 3fc0cb9, github.com/apache/spark/pull/7832
+
+  [SPARK-9324] [SPARK-9322] [SPARK-9321] [SPARKR] Some aliases for R-like 
functions in DataFrames
+  Hossein <hoss...@databricks.com>
+  2015-07-31 14:07:41 -0700
+  Commit: 710c2b5, github.com/apache/spark/pull/7764
+
+  [SPARK-9510] [SPARKR] Remaining SparkR style fixes
+  Shivaram Venkataraman <shiva...@cs.berkeley.edu>
+  2015-07-31 14:02:44 -0700
+  Commit: 82f47b8, github.com/apache/spark/pull/7834
+
+  [SPARK-9507] [BUILD] Remove dependency reduced POM hack now that shade 
plugin is updated
+  Sean Owen <so...@cloudera.com>
+  2015-07-31 21:51:55 +0100
+  Commit: 6e5fd61, github.com/apache/spark/pull/7826
+
+  [SPARK-9490] [DOCS] [MLLIB] MLlib evaluation metrics guide example python 
code uses deprecated print statement
+  Sean Owen <so...@cloudera.com>
+  2015-07-31 13:45:28 -0700
+  Commit: 873ab0f, github.com/apache/spark/pull/7822
+
+  [SPARK-9466] [SQL] Increate two timeouts in CliSuite.
+  Yin Huai <yh...@databricks.com>
+  2015-07-31 13:45:12 -0700
+  Commit: 815c824, github.com/apache/spark/pull/7777
+
+  [SPARK-9308] [ML] ml.NaiveBayesModel support predicting class probabilities
+  Yanbo Liang <yblia...@gmail.com>
+  2015-07-31 13:11:42 -0700
+  Commit: fbef566, github.com/apache/spark/pull/7672
+
+  [SPARK-9056] [STREAMING] Rename configuration 
`spark.streaming.minRememberDuration` to 
`spark.streaming.fileStream.minRememberDuration`
+  Sameer Abhyankar <sabhyankar@sabhyankar-MBP.local>, Sameer Abhyankar 
<sabhyankar@sabhyankar-MBP.Samavihome>
+  2015-07-31 13:08:55 -0700
+  Commit: 060c79a, github.com/apache/spark/pull/7740
+
+  [SPARK-9246] [MLLIB] DistributedLDAModel predict top docs per topic
+  Meihua Wu <meihu...@umich.edu>
+  2015-07-31 13:01:10 -0700
+  Commit: 3c0d2e5, github.com/apache/spark/pull/7769
+
+  [SPARK-9202] capping maximum number of executor&driver information kept in 
Worker
+  CodingCat <zhunans...@gmail.com>
+  2015-07-31 20:27:00 +0100
+  Commit: c068666, github.com/apache/spark/pull/7714
+
+  [SPARK-9481] Add logLikelihood to LocalLDAModel
+  Feynman Liang <fli...@databricks.com>
+  2015-07-31 12:12:22 -0700
+  Commit: a8340fa, github.com/apache/spark/pull/7801
+
+  [SPARK-9504] [STREAMING] [TESTS] Use eventually to fix the flaky test
+  zsxwing <zsxw...@gmail.com>
+  2015-07-31 12:10:55 -0700
+  Commit: d046347, github.com/apache/spark/pull/7823
+
+  [SPARK-8564] [STREAMING] Add the Python API for Kinesis
+  zsxwing <zsxw...@gmail.com>
+  2015-07-31 12:09:48 -0700
+  Commit: 3afc1de, github.com/apache/spark/pull/6955
+
+  [SPARK-8640] [SQL] Enable Processing of Multiple Window Frames in a Single 
Window Operator
+  Herman van Hovell <hvanhov...@questtec.nl>
+  2015-07-31 12:07:18 -0700
+  Commit: 39ab199, github.com/apache/spark/pull/7515
+
+  [SPARK-8979] Add a PID based rate estimator
+  Iulian Dragos <jagua...@gmail.com>, François Garillot 
<franc...@garillot.net>
+  2015-07-31 12:04:03 -0700
+  Commit: 0a1d2ca, github.com/apache/spark/pull/7648
+
+  [SPARK-6885] [ML] decision tree support predict class probabilities
+  Yanbo Liang <yblia...@gmail.com>
+  2015-07-31 11:56:52 -0700
+  Commit: e8bdcde, github.com/apache/spark/pull/7694
+
+  [SPARK-9231] [MLLIB] DistributedLDAModel method for top topics per document
+  Yuhao Yang <hhb...@gmail.com>
+  2015-07-31 11:50:15 -0700
+  Commit: 4011a94, github.com/apache/spark/pull/7785
+
+  [SPARK-9471] [ML] Multilayer Perceptron
+  Alexander Ulanov <na...@yandex.ru>, Bert Greevenbosch 
<open...@bertgreevenbosch.nl>
+  2015-07-31 11:22:40 -0700
+  Commit: 6add4ed, github.com/apache/spark/pull/7621
+
+  [SQL] address comments for to_date/trunc
+  Davies Liu <dav...@databricks.com>
+  2015-07-31 11:07:34 -0700
+  Commit: 0024da9, github.com/apache/spark/pull/7817
+
+  [SPARK-9446] Clear Active SparkContext in stop() method
+  tedyu <yuzhih...@gmail.com>
+  2015-07-31 18:16:55 +0100
+  Commit: 27ae851, github.com/apache/spark/pull/7756
+
+  [SPARK-9497] [SPARK-9509] [CORE] Use ask instead of askWithRetry
+  zsxwing <zsxw...@gmail.com>
+  2015-07-31 09:34:10 -0700
+  Commit: 04a49ed, github.com/apache/spark/pull/7824
+
+  [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc.
+  Yu ISHIKAWA <yuu.ishik...@gmail.com>
+  2015-07-31 09:33:38 -0700
+  Commit: fc0e57e, github.com/apache/spark/pull/7584
+
+  [SPARK-9500] add TernaryExpression to simplify ternary expressions
+  Davies Liu <dav...@databricks.com>
+  2015-07-31 08:28:05 -0700
+  Commit: 6bba750, github.com/apache/spark/pull/7816
+
+  [SPARK-9496][SQL]do not print the password in config
+  WangTaoTheTonic <wangtao...@huawei.com>
+  2015-07-30 23:50:06 -0700
+  Commit: a3a85d7, github.com/apache/spark/pull/7815
+
+  [SPARK-9152][SQL] Implement code generation for Like and RLike
+  Liang-Chi Hsieh <vii...@appier.com>
+  2015-07-30 23:05:58 -0700
+  Commit: 0244170, github.com/apache/spark/pull/7561
+
+  [SPARK-9214] [ML] [PySpark] support ml.NaiveBayes for Python
+  Yanbo Liang <yblia...@gmail.com>
+  2015-07-30 23:03:48 -0700
+  Commit: 69b62f7, github.com/apache/spark/pull/7568
+
+  [SPARK-7690] [ML] Multiclass classification Evaluator
+  Ram Sriharsha <rsriharsha@hw11853.local>
+  2015-07-30 23:02:11 -0700
+  Commit: 4e5919b, github.com/apache/spark/pull/7475
+
+  [SPARK-8176] [SPARK-8197] [SQL] function to_date/ trunc
+  Daoyuan Wang <daoyuan.w...@intel.com>, Davies Liu <dav...@databricks.com>
+  2015-07-30 19:22:38 -0700
+  Commit: 83670fc, github.com/apache/spark/pull/6988
+
+  [SPARK-9472] [STREAMING] consistent hadoop configuration, streaming only
+  cody koeninger <c...@koeninger.org>
+  2015-07-30 17:44:20 -0700
+  Commit: 9307f56, github.com/apache/spark/pull/7772
+
+  [SPARK-9489] Remove unnecessary compatibility and requirements checks from 
Exchange
+  Josh Rosen <joshro...@databricks.com>
+  2015-07-30 17:38:48 -0700
+  Commit: 3c66ff7, github.com/apache/spark/pull/7807
+
+  [SPARK-9077] [MLLIB] Improve error message for decision trees when 
numExamples < maxCategoriesPerFeature
+  Sean Owen <so...@cloudera.com>
+  2015-07-30 17:26:18 -0700
+  Commit: 65fa418, github.com/apache/spark/pull/7800
+
+  [SPARK-6319][SQL] Throw AnalysisException when using BinaryType on Join and 
Aggregate
+  Liang-Chi Hsieh <vii...@appier.com>
+  2015-07-30 17:22:51 -0700
+  Commit: 351eda0, github.com/apache/spark/pull/7787
+
+  [SPARK-9425] [SQL] support DecimalType in UnsafeRow
+  Davies Liu <dav...@databricks.com>
+  2015-07-30 17:18:32 -0700
+  Commit: 0b1a464, github.com/apache/spark/pull/7758
+
+  [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & 
moves unsafe conversion out of TungstenSort.
+  Reynold Xin <r...@databricks.com>
+  2015-07-30 17:17:27 -0700
+  Commit: e7a0976, github.com/apache/spark/pull/7803
+
+  [SPARK-7157][SQL] add sampleBy to DataFrame
+  Xiangrui Meng <m...@databricks.com>
+  2015-07-30 17:16:03 -0700
+  Commit: df32669, github.com/apache/spark/pull/7755
+
+  [SPARK-9408] [PYSPARK] [MLLIB] Refactor linalg.py to /linalg
+  Xiangrui Meng <m...@databricks.com>
+  2015-07-30 16:57:38 -0700
+  Commit: ca71cc8, github.com/apache/spark/pull/7731
+
+  [STREAMING] [TEST] [HOTFIX] Fixed Kinesis test to not throw weird errors 
when Kinesis tests are enabled without AWS keys
+  Tathagata Das <tathagata.

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to