You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/09/24 04:46:18 UTC

spark git commit: Update branch-1.5 for 1.5.1 release.

Repository: spark
Updated Branches:
  refs/heads/branch-1.5 1f47e68f5 -> 1000b5d7e


Update branch-1.5 for 1.5.1 release.

Author: Reynold Xin <rx...@databricks.com>

Closes #8890 from rxin/release-1.5.1.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1000b5d7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1000b5d7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1000b5d7

Branch: refs/heads/branch-1.5
Commit: 1000b5d7eed22935c07bc2970cc20d2a78241728
Parents: 1f47e68
Author: Reynold Xin <rx...@databricks.com>
Authored: Wed Sep 23 19:46:13 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Wed Sep 23 19:46:13 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt                                     | 468 +++++++++++++++++++
 R/pkg/DESCRIPTION                               |   2 +-
 .../main/scala/org/apache/spark/package.scala   |   2 +-
 dev/create-release/generate-changelist.py       |   4 +-
 docs/_config.yml                                |   4 +-
 ec2/spark_ec2.py                                |   8 +-
 6 files changed, 479 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 95f80d8..58c5764 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,474 @@
 Spark Change Log
 ----------------
 
+Release 1.5.1
+
+  Bump R version
+  Reynold Xin <rx...@databricks.com>
+  2015-09-23 19:44:09 -0700
+  Commit: 1c60fc1
+
+  Update branch-1.5 for 1.5.1 release.
+  Reynold Xin <rx...@databricks.com>
+  2015-09-23 18:14:36 -0700
+  Commit: a32934c
+
+  [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array (round 2)
+  Andrew Or <an...@databricks.com>
+  2015-09-23 19:34:31 -0700
+  Commit: 1f47e68, github.com/apache/spark/pull/8888
+
+  [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Python DataFrame.
+  Reynold Xin <rx...@databricks.com>
+  2015-09-23 16:43:21 -0700
+  Commit: 7564c24, github.com/apache/spark/pull/8876
+
+  [SPARK-10403] Allow UnsafeRowSerializer to work with tungsten-sort ShuffleManager
+  Josh Rosen <jo...@databricks.com>
+  2015-09-23 11:31:01 -0700
+  Commit: 64cc62c, github.com/apache/spark/pull/8873
+
+  [SPARK-9710] [TEST] Fix RPackageUtilsSuite when R is not available.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-08-10 10:10:40 -0700
+  Commit: 6c6cadb, github.com/apache/spark/pull/8008
+
+  [SPARK-10769] [STREAMING] [TESTS] Fix o.a.s.streaming.CheckpointSuite.maintains rate controller
+  zsxwing <zs...@gmail.com>
+  2015-09-23 01:29:30 -0700
+  Commit: 4174b94, github.com/apache/spark/pull/8877
+
+  [SPARK-10224] [STREAMING] Fix the issue that blockIntervalTimer won't call updateCurrentBuffer when stopping
+  zsxwing <zs...@gmail.com>
+  2015-09-23 01:28:02 -0700
+  Commit: 6a616d0, github.com/apache/spark/pull/8417
+
+  [SPARK-10652] [SPARK-10742] [STREAMING] Set meaningful job descriptions for all streaming jobs
+  Tathagata Das <ta...@gmail.com>
+  2015-09-22 22:44:09 -0700
+  Commit: 8a23ef5, github.com/apache/spark/pull/8791
+
+  [SPARK-10663] Removed unnecessary invocation of DataFrame.toDF method.
+  Matt Hagen <an...@gmail.com>
+  2015-09-22 21:14:25 -0700
+  Commit: 7f07cc6, github.com/apache/spark/pull/8875
+
+  [SPARK-10310] [SQL] Fixes script transformation field/line delimiters
+  Cheng Lian <li...@databricks.com>
+  2015-09-22 19:41:57 -0700
+  Commit: 73d0621, github.com/apache/spark/pull/8860
+
+  [SPARK-10640] History server fails to parse TaskCommitDenied
+  Andrew Or <an...@databricks.com>
+  2015-09-22 16:35:43 -0700
+  Commit: 26187ab, github.com/apache/spark/pull/8828
+
+  Revert "[SPARK-10640] History server fails to parse TaskCommitDenied"
+  Andrew Or <an...@databricks.com>
+  2015-09-22 17:10:58 -0700
+  Commit: 118ebd4
+
+  [SPARK-10640] History server fails to parse TaskCommitDenied
+  Andrew Or <an...@databricks.com>
+  2015-09-22 16:35:43 -0700
+  Commit: 5ffd084, github.com/apache/spark/pull/8828
+
+  [SPARK-10714] [SPARK-8632] [SPARK-10685] [SQL] Refactor Python UDF handling
+  Reynold Xin <rx...@databricks.com>
+  2015-09-22 14:11:46 -0700
+  Commit: 3339916, github.com/apache/spark/pull/8835
+
+  [SPARK-10737] [SQL] When using UnsafeRows, SortMergeJoin may return wrong results
+  Yin Huai <yh...@databricks.com>
+  2015-09-22 13:31:35 -0700
+  Commit: 6b1e5c2, github.com/apache/spark/pull/8854
+
+  [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data source table in a hive compatible way
+  Yin Huai <yh...@databricks.com>
+  2015-09-22 13:29:39 -0700
+  Commit: d83dcc9, github.com/apache/spark/pull/8824
+
+  [SPARK-10740] [SQL] handle nondeterministic expressions correctly for set operations
+  Wenchen Fan <cl...@163.com>
+  2015-09-22 12:14:15 -0700
+  Commit: 54334d3, github.com/apache/spark/pull/8858
+
+  [SPARK-10593] [SQL] fix resolve output of Generate
+  Davies Liu <da...@databricks.com>
+  2015-09-22 11:07:01 -0700
+  Commit: c3112a9, github.com/apache/spark/pull/8755
+
+  [SPARK-10695] [DOCUMENTATION] [MESOS] Fixing incorrect value informati…
+  Akash Mishra <ak...@gmail.com>
+  2015-09-22 00:14:27 -0700
+  Commit: 646155e, github.com/apache/spark/pull/8816
+
+  [SQL] [MINOR] map -> foreach.
+  Reynold Xin <rx...@databricks.com>
+  2015-09-22 00:09:29 -0700
+  Commit: a2b0fee, github.com/apache/spark/pull/8862
+
+  [SPARK-8567] [SQL] Increase the timeout of o.a.s.sql.hive.HiveSparkSubmitSuite to 5 minutes.
+  Yin Huai <yh...@databricks.com>
+  2015-09-22 00:07:30 -0700
+  Commit: 03215e3, github.com/apache/spark/pull/8850
+
+  [SPARK-10649] [STREAMING] Prevent inheriting job group and irrelevant job description in streaming jobs
+  Tathagata Das <ta...@gmail.com>
+  2015-09-22 00:06:18 -0700
+  Commit: d0e6e53, github.com/apache/spark/pull/8856
+
+  [SPARK-10716] [BUILD] spark-1.5.0-bin-hadoop2.6.tgz file doesn't uncompress on OS X due to hidden file
+  Sean Owen <so...@cloudera.com>
+  2015-09-21 23:29:59 -0700
+  Commit: f83b6e6, github.com/apache/spark/pull/8846
+
+  [SPARK-10711] [SPARKR] Do not assume spark.submit.deployMode is always set
+  Hossein <ho...@databricks.com>
+  2015-09-21 21:09:59 -0700
+  Commit: bb8e481, github.com/apache/spark/pull/8832
+
+  [SPARK-10495] [SQL] [BRANCH-1.5] Fix build.
+  Yin Huai <yh...@databricks.com>
+  2015-09-21 21:05:51 -0700
+  Commit: 86f9a35, github.com/apache/spark/pull/8861
+
+  [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formatting (1.5 backport)
+  noelsmith <ma...@noelsmith.com>
+  2015-09-21 18:27:57 -0700
+  Commit: ed74d30, github.com/apache/spark/pull/8855
+
+  [SPARK-10495] [SQL] Read date values in JSON data stored by Spark 1.5.0.
+  Yin Huai <yh...@databricks.com>
+  2015-09-21 18:06:45 -0700
+  Commit: 7ab4d17, github.com/apache/spark/pull/8806
+
+  [SPARK-10676] [DOCS] Add documentation for SASL encryption options.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-09-21 13:15:44 -0700
+  Commit: 6152099, github.com/apache/spark/pull/8803
+
+  [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leak
+  zsxwing <zs...@gmail.com>
+  2015-09-19 18:22:43 -0700
+  Commit: 2591419, github.com/apache/spark/pull/8357
+
+  Fixed links to the API
+  Alexis Seigneurin <al...@gmail.com>
+  2015-09-19 12:01:22 +0100
+  Commit: 9b74fec, github.com/apache/spark/pull/8838
+
+  [SPARK-10584] [SQL] [DOC] Documentation about the compatible Hive version is wrong.
+  Kousuke Saruta <sa...@oss.nttdata.co.jp>
+  2015-09-19 01:59:36 -0700
+  Commit: aaae67d, github.com/apache/spark/pull/8776
+
+  [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array
+  Andrew Or <an...@databricks.com>
+  2015-09-18 23:58:25 -0700
+  Commit: 49355d0, github.com/apache/spark/pull/8827
+
+  [SPARK-10623] [SQL] Fixes ORC predicate push-down
+  Cheng Lian <li...@databricks.com>
+  2015-09-18 18:42:20 -0700
+  Commit: b3f1e65, github.com/apache/spark/pull/8799
+
+  [SPARK-10611] Clone Configuration for each task for NewHadoopRDD
+  Mingyu Kim <mk...@palantir.com>
+  2015-09-18 15:40:58 -0700
+  Commit: a6c3153, github.com/apache/spark/pull/8763
+
+  [SPARK-10449] [SQL] Don't merge decimal types with incompatable precision or scales
+  Holden Karau <ho...@pigscanfly.ca>
+  2015-09-18 13:47:14 -0700
+  Commit: 4051fff, github.com/apache/spark/pull/8634
+
+  [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Except #8742
+  Yijie Shen <he...@gmail.com>, Yin Huai <yh...@databricks.com>
+  2015-09-18 13:20:13 -0700
+  Commit: 3df52cc, github.com/apache/spark/pull/8823
+
+  [SPARK-10540] Fixes flaky all-data-type test
+  Cheng Lian <li...@databricks.com>
+  2015-09-18 12:19:08 -0700
+  Commit: e1e781f, github.com/apache/spark/pull/8768
+
+  [SPARK-10684] [SQL] StructType.interpretedOrdering need not to be serialized
+  navis.ryu <na...@apache.org>
+  2015-09-18 00:43:02 -0700
+  Commit: 2c6a51e, github.com/apache/spark/pull/8808
+
+  docs/running-on-mesos.md: state default values in default column
+  Felix Bechstein <fe...@otto.de>
+  2015-09-17 22:42:46 -0700
+  Commit: f97db94, github.com/apache/spark/pull/8810
+
+  [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when HiveThriftServer was starting
+  linweizhong <li...@huawei.com>
+  2015-09-17 22:25:24 -0700
+  Commit: dc5ae03, github.com/apache/spark/pull/7853
+
+  [SPARK-10657] Remove SCP-based Jenkins log archiving
+  Josh Rosen <jo...@databricks.com>
+  2015-09-17 11:40:24 -0700
+  Commit: 153a23a, github.com/apache/spark/pull/8793
+
+  [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql type
+  Yin Huai <yh...@databricks.com>
+  2015-09-17 11:14:52 -0700
+  Commit: 464d6e7, github.com/apache/spark/pull/8788
+
+  [SPARK-10650] Clean before building docs
+  Michael Armbrust <mi...@databricks.com>
+  2015-09-17 11:05:30 -0700
+  Commit: fd58ed4, github.com/apache/spark/pull/8787
+
+  [SPARK-10172] [CORE] disable sort in HistoryServer webUI
+  Josiah Samuel <jo...@in.ibm.com>
+  2015-09-17 10:18:21 -0700
+  Commit: 88176d1, github.com/apache/spark/pull/8506
+
+  [SPARK-10642] [PYSPARK] Fix crash when calling rdd.lookup() on tuple keys
+  Liang-Chi Hsieh <vi...@appier.com>
+  2015-09-17 10:02:15 -0700
+  Commit: 9f8fb33, github.com/apache/spark/pull/8796
+
+  [SPARK-10660] Doc describe error in the "Running Spark on YARN" page
+  yangping.wu <wy...@163.com>
+  2015-09-17 09:52:40 -0700
+  Commit: eae1566, github.com/apache/spark/pull/8797
+
+  [SPARK-10511] [BUILD] Reset git repository before packaging source distro
+  Luciano Resende <lr...@apache.org>
+  2015-09-16 10:47:30 +0100
+  Commit: 4c4a9ba, github.com/apache/spark/pull/8774
+
+  [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoordinator
+  Josh Rosen <jo...@databricks.com>
+  2015-09-15 17:11:21 -0700
+  Commit: 2bbcbc6, github.com/apache/spark/pull/8544
+
+  [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executions / branch-1.5
+  Andrew Or <an...@databricks.com>
+  2015-09-15 16:46:34 -0700
+  Commit: 997be78, github.com/apache/spark/pull/8721
+
+  Small fixes to docs
+  Jacek Laskowski <ja...@deepsense.io>
+  2015-09-14 23:40:29 -0700
+  Commit: 7286c2b, github.com/apache/spark/pull/8759
+
+  [SPARK-10542] [PYSPARK] fix serialize namedtuple
+  Davies Liu <da...@databricks.com>
+  2015-09-14 19:46:34 -0700
+  Commit: d5c0361, github.com/apache/spark/pull/8707
+
+  [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the test (round 2)
+  Andrew Or <an...@databricks.com>
+  2015-09-14 15:09:43 -0700
+  Commit: 5db51f9, github.com/apache/spark/pull/8727
+
+  [SPARK-10543] [CORE] Peak Execution Memory Quantile should be Per-task Basis
+  Forest Fang <fo...@outlook.com>
+  2015-09-14 15:07:13 -0700
+  Commit: eb0cb25, github.com/apache/spark/pull/8726
+
+  [SPARK-10549] scala 2.11 spark on yarn with security - Repl doesn't work
+  Tom Graves <tg...@yahoo-inc.com>, Thomas Graves <tg...@staydecay.corp.gq1.yahoo.com>
+  2015-09-14 15:05:19 -0700
+  Commit: 0e1c9d9, github.com/apache/spark/pull/8719
+
+  [SPARK-10522] [SQL] Nanoseconds of Timestamp in Parquet should be positive
+  Davies Liu <da...@databricks.com>
+  2015-09-14 14:10:54 -0700
+  Commit: a0d564a, github.com/apache/spark/pull/8674
+
+  [SPARK-10573] [ML] IndexToString output schema should be StringType
+  Nick Pritchard <ni...@falkonry.com>
+  2015-09-14 13:27:45 -0700
+  Commit: 5b7067c, github.com/apache/spark/pull/8751
+
+  [SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastore.version is wrong.
+  Kousuke Saruta <sa...@oss.nttdata.co.jp>
+  2015-09-14 12:06:23 -0700
+  Commit: 5f58704, github.com/apache/spark/pull/8739
+
+  [SPARK-6350] [MESOS] [BACKPORT] Fine-grained mode scheduler respects
+  Iulian Dragos <ja...@gmail.com>
+  2015-09-13 11:00:08 +0100
+  Commit: 4586f21, github.com/apache/spark/pull/8732
+
+  [SPARK-10554] [CORE] Fix NPE with ShutdownHook
+  Nithin Asokan <Ni...@Cerner.com>
+  2015-09-12 09:50:49 +0100
+  Commit: f8909a6, github.com/apache/spark/pull/8720
+
+  [SPARK-10566] [CORE] SnappyCompressionCodec init exception handling masks important error information
+  Daniel Imfeld <da...@danielimfeld.com>
+  2015-09-12 09:19:59 +0100
+  Commit: 5bf403c, github.com/apache/spark/pull/8725
+
+  [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the test
+  Andrew Or <an...@databricks.com>
+  2015-09-11 15:02:59 -0700
+  Commit: fcb2438, github.com/apache/spark/pull/8723
+
+  [SPARK-9924] [WEB UI] Don't schedule checkForLogs while some of them …
+  Rohit Agarwal <ro...@qubole.com>
+  2015-09-11 10:03:39 -0700
+  Commit: 7f10bd6, github.com/apache/spark/pull/8701
+
+  [SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data types" if it is too flaky
+  Yin Huai <yh...@databricks.com>
+  2015-09-11 09:42:53 -0700
+  Commit: 295281f, github.com/apache/spark/pull/8705
+
+  [SPARK-10556] Remove explicit Scala version for sbt project build files
+  Ahir Reddy <ah...@gmail.com>
+  2015-09-11 13:06:14 +0100
+  Commit: 4af9256, github.com/apache/spark/pull/8709
+
+  Revert "[SPARK-6350] [MESOS] Fine-grained mode scheduler respects mesosExecutor.cores"
+  Andrew Or <an...@databricks.com>
+  2015-09-10 14:35:52 -0700
+  Commit: 89d351b
+
+  [SPARK-6350] [MESOS] Fine-grained mode scheduler respects mesosExecutor.cores
+  Iulian Dragos <ja...@gmail.com>
+  2015-09-10 12:00:21 -0700
+  Commit: 8cf1619, github.com/apache/spark/pull/8653
+
+  [SPARK-10469] [DOC] Try and document the three options
+  Holden Karau <ho...@pigscanfly.ca>
+  2015-09-10 11:49:53 -0700
+  Commit: bff05aa, github.com/apache/spark/pull/8638
+
+  [SPARK-10466] [SQL] UnsafeRow SerDe exception with data spill
+  Cheng Hao <ha...@intel.com>
+  2015-09-10 11:48:43 -0700
+  Commit: bc70043, github.com/apache/spark/pull/8635
+
+  [MINOR] [MLLIB] [ML] [DOC] fixed typo: label for negative result should be 0.0 (original: 1.0)
+  Sean Paradiso <se...@gmail.com>
+  2015-09-09 22:09:33 -0700
+  Commit: 5e06d41, github.com/apache/spark/pull/8680
+
+  [SPARK-7736] [CORE] Fix a race introduced in PythonRunner.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-08-18 11:36:36 -0700
+  Commit: d6cd356, github.com/apache/spark/pull/8258
+
+  [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-08-17 10:34:22 -0700
+  Commit: a150625, github.com/apache/spark/pull/7751
+
+  [SPARK-10071] [STREAMING] Output a warning when writing QueueInputDStream and throw a better exception when reading QueueInputDStream
+  zsxwing <zs...@gmail.com>
+  2015-09-08 20:39:15 -0700
+  Commit: d4b00c5, github.com/apache/spark/pull/8624
+
+  [SPARK-10301] [SPARK-10428] [SQL] [BRANCH-1.5] Fixes schema merging for nested structs
+  Cheng Lian <li...@databricks.com>
+  2015-09-08 20:30:24 -0700
+  Commit: fca16c5, github.com/apache/spark/pull/8583
+
+  [SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentation about rate limiting and backpressure
+  Tathagata Das <ta...@gmail.com>
+  2015-09-08 14:54:43 -0700
+  Commit: 63c72b9, github.com/apache/spark/pull/8656
+
+  [SPARK-10441] [SQL] [BRANCH-1.5] Save data correctly to json.
+  Yin Huai <yh...@databricks.com>
+  2015-09-08 14:20:35 -0700
+  Commit: 7fd4674, github.com/apache/spark/pull/8655
+
+  [SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parent
+  Yanbo Liang <yb...@gmail.com>
+  2015-09-08 12:48:21 -0700
+  Commit: 34d417e, github.com/apache/spark/pull/8637
+
+  Docs small fixes
+  Jacek Laskowski <ja...@japila.pl>
+  2015-09-08 14:38:10 +0100
+  Commit: 88a07d8, github.com/apache/spark/pull/8629
+
+  [DOC] Added R to the list of languages with "high-level API" support in the…
+  Stephen Hopper <sh...@shopper-osx.local>
+  2015-09-08 14:36:34 +0100
+  Commit: 37c5edf, github.com/apache/spark/pull/8646
+
+  [SPARK-10434] [SQL] Fixes Parquet schema of arrays that may contain null
+  Cheng Lian <li...@databricks.com>
+  2015-09-05 17:50:12 +0800
+  Commit: 640000b, github.com/apache/spark/pull/8586
+
+  [SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming guides and python docs
+  Tathagata Das <ta...@gmail.com>
+  2015-09-04 23:16:39 -1000
+  Commit: ec750a7, github.com/apache/spark/pull/8595
+
+  [SPARK-10402] [DOCS] [ML] Add defaults to the scaladoc for params in ml/
+  Holden Karau <ho...@pigscanfly.ca>
+  2015-09-04 17:32:35 -0700
+  Commit: cfc5f6f, github.com/apache/spark/pull/8591
+
+  [SPARK-10311] [STREAMING] Reload appId and attemptId when app starts with checkpoint file in cluster mode
+  xutingjun <xu...@huawei.com>
+  2015-09-04 15:40:02 -0700
+  Commit: dc39658, github.com/apache/spark/pull/8477
+
+  [SPARK-10454] [SPARK CORE] wait for empty event queue
+  robbins <ro...@uk.ibm.com>
+  2015-09-04 15:23:29 -0700
+  Commit: 09e08db, github.com/apache/spark/pull/8605
+
+  [SPARK-10431] [CORE] Fix intermittent test failure. Wait for event queue to be clear
+  robbins <ro...@uk.ibm.com>
+  2015-09-03 13:47:22 -0700
+  Commit: 4d63335, github.com/apache/spark/pull/8582
+
+  [SPARK-9869] [STREAMING] Wait for all event notifications before asserting results
+  robbins <ro...@uk.ibm.com>
+  2015-09-03 13:48:35 -0700
+  Commit: f945b64, github.com/apache/spark/pull/8589
+
+  [SPARK-10332] [CORE] Fix yarn spark executor validation
+  Holden Karau <ho...@pigscanfly.ca>
+  2015-09-03 09:30:54 +0100
+  Commit: f01a967, github.com/apache/spark/pull/8580
+
+  [SPARK-10411] [SQL] Move visualization above explain output and hide explain by default
+  zsxwing <zs...@gmail.com>
+  2015-09-02 22:17:39 -0700
+  Commit: 94404ee, github.com/apache/spark/pull/8570
+
+  [SPARK-10379] preserve first page in UnsafeShuffleExternalSorter
+  Davies Liu <da...@databricks.com>
+  2015-09-02 22:15:54 -0700
+  Commit: b846a9d, github.com/apache/spark/pull/8543
+
+  [SPARK-10422] [SQL] String column in InMemoryColumnarCache needs to override clone method
+  Yin Huai <yh...@databricks.com>
+  2015-09-02 21:00:13 -0700
+  Commit: 2fce5d8, github.com/apache/spark/pull/8578
+
+  [SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection
+  0x0FFF <pr...@gmail.com>
+  2015-09-01 14:58:49 -0700
+  Commit: 30efa96, github.com/apache/spark/pull/8556
+
+  [SPARK-10398] [DOCS] Migrate Spark download page to use new lua mirroring scripts
+  Sean Owen <so...@cloudera.com>
+  2015-09-01 20:06:01 +0100
+  Commit: d19bccd, github.com/apache/spark/pull/8557
+
+  Preparing development version 1.5.1-SNAPSHOT
+  Patrick Wendell <pw...@gmail.com>
+  2015-08-31 15:57:49 -0700
+  Commit: 2b270a1
+
+
 Release 1.5.0
 
   [SPARK-10143] [SQL] Use parquet's block size (row group size) setting as the min split size if necessary.

http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index d0d7201..c042159 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: SparkR
 Type: Package
 Title: R frontend for Spark
-Version: 1.5.0
+Version: 1.5.1
 Date: 2013-09-09
 Author: The Apache Software Foundation
 Maintainer: Shivaram Venkataraman <sh...@cs.berkeley.edu>

http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/core/src/main/scala/org/apache/spark/package.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/package.scala b/core/src/main/scala/org/apache/spark/package.scala
index 5e3b75b..4b94911 100644
--- a/core/src/main/scala/org/apache/spark/package.scala
+++ b/core/src/main/scala/org/apache/spark/package.scala
@@ -42,5 +42,5 @@ package org.apache
  */
 
 package object spark {
-  val SPARK_VERSION = "1.5.0"
+  val SPARK_VERSION = "1.5.1"
 }

http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/dev/create-release/generate-changelist.py
----------------------------------------------------------------------
diff --git a/dev/create-release/generate-changelist.py b/dev/create-release/generate-changelist.py
index 37e5651..f4ed3fb 100755
--- a/dev/create-release/generate-changelist.py
+++ b/dev/create-release/generate-changelist.py
@@ -31,8 +31,8 @@ import time
 import traceback
 
 SPARK_HOME = os.environ["SPARK_HOME"]
-NEW_RELEASE_VERSION = "1.5.0"
-PREV_RELEASE_GIT_TAG = "v1.4.0"
+NEW_RELEASE_VERSION = "1.5.1"
+PREV_RELEASE_GIT_TAG = "v1.5.0"
 
 CHANGELIST = "CHANGES.txt"
 OLD_CHANGELIST = "%s.old" % (CHANGELIST)

http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index e3a447e..26320fc 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,8 +14,8 @@ include:
 
 # These allow the documentation to be updated with newer releases
 # of Spark, Scala, and Mesos.
-SPARK_VERSION: 1.5.0
-SPARK_VERSION_SHORT: 1.5.0
+SPARK_VERSION: 1.5.1
+SPARK_VERSION_SHORT: 1.5.1
 SCALA_BINARY_VERSION: "2.10"
 SCALA_VERSION: "2.10.4"
 MESOS_VERSION: 0.21.0

http://git-wip-us.apache.org/repos/asf/spark/blob/1000b5d7/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 3a2361c..6451a66 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -51,7 +51,7 @@ else:
     raw_input = input
     xrange = range
 
-SPARK_EC2_VERSION = "1.5.0"
+SPARK_EC2_VERSION = "1.5.1"
 SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
 
 VALID_SPARK_VERSIONS = set([
@@ -72,7 +72,8 @@ VALID_SPARK_VERSIONS = set([
     "1.3.1",
     "1.4.0",
     "1.4.1",
-    "1.5.0"
+    "1.5.0",
+    "1.5.1"
 ])
 
 SPARK_TACHYON_MAP = {
@@ -87,7 +88,8 @@ SPARK_TACHYON_MAP = {
     "1.3.1": "0.5.0",
     "1.4.0": "0.6.4",
     "1.4.1": "0.6.4",
-    "1.5.0": "0.7.1"
+    "1.5.0": "0.7.1",
+    "1.5.1": "0.7.1"
 }
 
 DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION


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