You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/06/23 07:20:15 UTC

spark git commit: [BUILD] Preparing Spark release 1.4.1

Repository: spark
Updated Branches:
  refs/heads/branch-1.4 250179485 -> 48d683014


[BUILD] Preparing Spark release 1.4.1


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

Branch: refs/heads/branch-1.4
Commit: 48d683014458d48453b59911b472224879746533
Parents: 2501794
Author: Patrick Wendell <pa...@databricks.com>
Authored: Mon Jun 22 22:18:52 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Mon Jun 22 22:18:52 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt                                     | 603 +++++++++++++++++++
 R/pkg/DESCRIPTION                               |   2 +-
 assembly/pom.xml                                |   2 +-
 bagel/pom.xml                                   |   2 +-
 core/pom.xml                                    |   2 +-
 .../main/scala/org/apache/spark/package.scala   |   2 +-
 dev/create-release/generate-changelist.py       |   4 +-
 docs/_config.yml                                |   4 +-
 ec2/spark_ec2.py                                |   4 +-
 examples/pom.xml                                |   2 +-
 external/flume-sink/pom.xml                     |   2 +-
 external/flume/pom.xml                          |   2 +-
 external/kafka-assembly/pom.xml                 |   2 +-
 external/kafka/pom.xml                          |   2 +-
 external/mqtt/pom.xml                           |   2 +-
 external/twitter/pom.xml                        |   2 +-
 external/zeromq/pom.xml                         |   2 +-
 extras/java8-tests/pom.xml                      |   2 +-
 extras/kinesis-asl/pom.xml                      |   2 +-
 extras/spark-ganglia-lgpl/pom.xml               |   2 +-
 graphx/pom.xml                                  |   2 +-
 launcher/pom.xml                                |   2 +-
 mllib/pom.xml                                   |   2 +-
 network/common/pom.xml                          |   2 +-
 network/shuffle/pom.xml                         |   2 +-
 network/yarn/pom.xml                            |   2 +-
 pom.xml                                         |   2 +-
 repl/pom.xml                                    |   2 +-
 sql/catalyst/pom.xml                            |   2 +-
 sql/core/pom.xml                                |   2 +-
 sql/hive-thriftserver/pom.xml                   |   2 +-
 sql/hive/pom.xml                                |   2 +-
 streaming/pom.xml                               |   2 +-
 tools/pom.xml                                   |   2 +-
 unsafe/pom.xml                                  |   2 +-
 yarn/pom.xml                                    |   2 +-
 36 files changed, 642 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8c99404..d6fe305 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,609 @@
 Spark Change Log
 ----------------
 
+Release 1.4.1
+
+  [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR files
+  Yu ISHIKAWA <yu...@gmail.com>
+  2015-06-22 20:55:38 -0700
+  Commit: 2501794, github.com/apache/spark/pull/6945
+
+  [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit test under jdk8
+  Cheng Hao <ha...@intel.com>
+  2015-06-22 20:04:49 -0700
+  Commit: d73900a, github.com/apache/spark/pull/6402
+
+  [SPARK-8532] [SQL] In Python's DataFrameWriter, save/saveAsTable/json/parquet/jdbc always override mode
+  Yin Huai <yh...@databricks.com>
+  2015-06-22 13:51:23 -0700
+  Commit: 994abba, github.com/apache/spark/pull/6937
+
+  [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`
+  Yu ISHIKAWA <yu...@gmail.com>
+  2015-06-22 11:53:11 -0700
+  Commit: 507381d, github.com/apache/spark/pull/6926
+
+  [SPARK-8420] [SQL] Fix comparision of timestamps/dates with strings (branch-1.4)
+  Michael Armbrust <michaeldatabricks.com>, Michael Armbrust <mi...@databricks.com>
+  2015-06-22 10:45:33 -0700
+  Commit: 6598161, github.com/apache/spark/pull/6888
+
+  [SPARK-8406] [SQL] Backports SPARK-8406 and PR #6864 to branch-1.4
+  Cheng Lian <li...@databricks.com>
+  2015-06-22 10:04:29 -0700
+  Commit: 451c872, github.com/apache/spark/pull/6932
+
+  [HOTFIX] Hotfix branch-1.4 building by removing avgMetrics in CrossValidatorSuite
+  Liang-Chi Hsieh <vi...@gmail.com>
+  2015-06-21 22:25:08 -0700
+  Commit: b836bac, github.com/apache/spark/pull/6929
+
+  [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4
+  Joseph K. Bradley <jo...@databricks.com>
+  2015-06-21 16:25:25 -0700
+  Commit: 2a7ea31, github.com/apache/spark/pull/6897
+
+  [SPARK-8379] [SQL] avoid speculative tasks write to the same file
+  jeanlyn <je...@gmail.com>
+  2015-06-21 00:13:40 -0700
+  Commit: f0e4040, github.com/apache/spark/pull/6833
+
+  [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to get correct cross validation
+  Liang-Chi Hsieh <vi...@gmail.com>
+  2015-06-20 13:01:59 -0700
+  Commit: fe59a4a, github.com/apache/spark/pull/6905
+
+  [HOTFIX] [SPARK-8489] Correct JIRA number in previous commit
+  Andrew Or <an...@databricks.com>
+  2015-06-19 17:39:26 -0700
+  Commit: 9b16508
+
+  [SPARK-8390] [STREAMING] [KAFKA] fix docs related to HasOffsetRanges
+  cody koeninger <co...@koeninger.org>
+  2015-06-19 17:16:56 -0700
+  Commit: a7b773a, github.com/apache/spark/pull/6863
+
+  [SPARK-8389] [STREAMING] [KAFKA] Example of getting offset ranges out o…
+  cody koeninger <co...@koeninger.org>
+  2015-06-19 14:51:19 +0200
+  Commit: 78d0cee, github.com/apache/spark/pull/6846
+
+  [SPARK-8498] [SQL] Add regression test for SPARK-8470
+  Andrew Or <an...@databricks.com>
+  2015-06-19 17:34:09 -0700
+  Commit: 2248ad8, github.com/apache/spark/pull/6909
+
+  [HOT-FIX] Fix compilation (caused by 0131142d98b191f6cc112d383aa10582a3ac35bf)
+  Yin Huai <yh...@databricks.com>
+  2015-06-19 17:29:51 -0700
+  Commit: 2510365, github.com/apache/spark/pull/6913
+
+  [SPARK-8093] [SQL] Remove empty structs inferred from JSON documents
+  Nathan Howell <nh...@godaddy.com>
+  2015-06-19 16:19:28 -0700
+  Commit: 0131142, github.com/apache/spark/pull/6799
+
+  [SPARK-8452] [SPARKR] expose jobGroup API in SparkR
+  Hossein <ho...@databricks.com>
+  2015-06-19 15:47:22 -0700
+  Commit: 1a6b510, github.com/apache/spark/pull/6889
+
+  [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class loader of the current thread (branch 1.4)
+  Yin Huai <yh...@databricks.com>
+  2015-06-19 11:15:28 -0700
+  Commit: 9ac8393, github.com/apache/spark/pull/6895
+
+  [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger bugs and limitations
+  Tathagata Das <ta...@gmail.com>
+  2015-06-19 10:52:30 -0700
+  Commit: 4b2c793, github.com/apache/spark/pull/6625
+
+  [SPARK-5836] [DOCS] [STREAMING] Clarify what may cause long-running Spark apps to preserve shuffle files
+  Sean Owen <so...@cloudera.com>
+  2015-06-19 11:03:04 -0700
+  Commit: 3415fb9, github.com/apache/spark/pull/6901
+
+  [SPARK-8451] [SPARK-7287] SparkSubmitSuite should check exit code
+  Andrew Or <an...@databricks.com>
+  2015-06-19 10:56:19 -0700
+  Commit: aedd893, github.com/apache/spark/pull/6886
+
+  [SPARK-8430] ExternalShuffleBlockResolver of shuffle service should support UnsafeShuffleManager
+  Lianhui Wang <li...@gmail.com>
+  2015-06-19 10:47:07 -0700
+  Commit: 6f2e411, github.com/apache/spark/pull/6873
+
+  [SPARK-8151] [MLLIB] pipeline components should correctly implement copy
+  Xiangrui Meng <me...@databricks.com>
+  2015-06-19 09:46:51 -0700
+  Commit: 1f2dafb, github.com/apache/spark/pull/6622
+
+  [SPARK-8339] [PYSPARK] integer division for python 3
+  Kevin Conor <ke...@discoverybayconsulting.com>
+  2015-06-19 00:12:20 -0700
+  Commit: 164b9d3, github.com/apache/spark/pull/6794
+
+  [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC files
+  Cheng Lian <li...@databricks.com>
+  2015-06-18 22:01:52 -0700
+  Commit: f48f3a2, github.com/apache/spark/pull/6892
+
+  [SPARK-8080] [STREAMING] Receiver.store with Iterator does not give correct count at Spark UI
+  Dibyendu Bhattacharya <di...@pearson.com>, U-PEROOT\UBHATD1 <UB...@PIN-L-PI046.PEROOT.com>
+  2015-06-18 19:58:47 -0700
+  Commit: b55e4b9, github.com/apache/spark/pull/6707
+
+  [SPARK-8462] [DOCS] Documentation fixes for Spark SQL
+  Lars Francke <la...@gmail.com>
+  2015-06-18 19:40:32 -0700
+  Commit: bd9bbd6, github.com/apache/spark/pull/6890
+
+  [SPARK-8446] [SQL] Add helper functions for testing SparkPlan physical operators
+  Josh Rosen <jo...@databricks.com>, Josh Rosen <ro...@gmail.com>, Michael Armbrust <mi...@databricks.com>
+  2015-06-18 16:45:14 -0700
+  Commit: 152f446, github.com/apache/spark/pull/6885
+
+  [SPARK-8376] [DOCS] Add common lang3 to the Spark Flume Sink doc
+  zsxwing <zs...@gmail.com>
+  2015-06-18 16:00:27 -0700
+  Commit: 9f293a9, github.com/apache/spark/pull/6829
+
+  [SPARK-8353] [DOCS] Show anchor links when hovering over documentation headers
+  Josh Rosen <jo...@databricks.com>
+  2015-06-18 15:10:09 -0700
+  Commit: c1da5cf, github.com/apache/spark/pull/6808
+
+  [SPARK-8202] [PYSPARK] fix infinite loop during external sort in PySpark
+  Davies Liu <da...@databricks.com>
+  2015-06-18 13:45:58 -0700
+  Commit: ca23c3b, github.com/apache/spark/pull/6714
+
+  [SPARK-8095] Resolve dependencies of --packages in local ivy cache
+  Burak Yavuz <br...@gmail.com>
+  2015-06-17 22:33:37 -0700
+  Commit: 9dabc12, github.com/apache/spark/pull/6788
+
+  [SPARK-8392] RDDOperationGraph: getting cached nodes is slow
+  xutingjun <xu...@huawei.com>
+  2015-06-17 22:31:01 -0700
+  Commit: 67ad12d, github.com/apache/spark/pull/6839
+
+  [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the HiveConf inside executionHive.state.
+  Yin Huai <yh...@databricks.com>
+  2015-06-17 14:52:43 -0700
+  Commit: 73cf5de, github.com/apache/spark/pull/6758
+
+  [SPARK-8404] [STREAMING] [TESTS] Use thread-safe collections to make the tests more reliable
+  zsxwing <zs...@gmail.com>
+  2015-06-17 15:00:03 -0700
+  Commit: 5aedfa2, github.com/apache/spark/pull/6852
+
+  [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling sum on an empty RDD
+  zsxwing <zs...@gmail.com>
+  2015-06-17 13:59:39 -0700
+  Commit: 5e7973d, github.com/apache/spark/pull/6826
+
+  [SPARK-8372] History server shows incorrect information for application not started
+  Carson Wang <ca...@intel.com>
+  2015-06-17 13:41:36 -0700
+  Commit: f051373, github.com/apache/spark/pull/6827
+
+  [SPARK-8161] Set externalBlockStoreInitialized to be true, after ExternalBlockStore is initialized
+  Mingfei <mi...@intel.com>
+  2015-06-17 13:40:07 -0700
+  Commit: d75c53d, github.com/apache/spark/pull/6702
+
+  [SPARK-7515] [DOC] Update documentation for PySpark on YARN with cluster mode
+  Kousuke Saruta <sarutakoss.nttdata.co.jp>, Punya Biswal <pb...@palantir.com>, Kousuke Saruta <sa...@oss.nttdata.co.jp>
+  2015-06-17 13:37:20 -0700
+  Commit: a7f6979, github.com/apache/spark/pull/6040
+
+  [SPARK-8395] [DOCS] start-slave.sh docs incorrect
+  Sean Owen <so...@cloudera.com>
+  2015-06-17 13:31:10 -0700
+  Commit: 320c442, github.com/apache/spark/pull/6855
+
+  [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap
+  Vyacheslav Baranov <sl...@gmail.com>
+  2015-06-17 09:42:29 +0100
+  Commit: a5f602e, github.com/apache/spark/pull/6763
+
+  Fix break introduced by backport
+  Punya Biswal <pb...@palantir.com>
+  2015-06-16 22:31:49 -0700
+  Commit: 877deb0, github.com/apache/spark/pull/6850
+
+  [SPARK-7916] [MLLIB] MLlib Python doc parity check for classification and regression
+  Yanbo Liang <yb...@gmail.com>
+  2015-06-16 14:30:30 -0700
+  Commit: 15d973f, github.com/apache/spark/pull/6460
+
+  [SPARK-8126] [BUILD] Make sure temp dir exists when running tests.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-06-16 21:10:18 +0100
+  Commit: b9e5d3c, github.com/apache/spark/pull/6805
+
+  [SQL] [DOC] improved a comment
+  Radek Ostrowski <de...@gmail.com>, radek <ra...@radeks-MacBook-Pro-2.local>
+  2015-06-16 21:04:26 +0100
+  Commit: 4da0686, github.com/apache/spark/pull/6332
+
+  [SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.md
+  Moussa Taifi <mo...@gmail.com>
+  2015-06-16 20:59:22 +0100
+  Commit: 1378bdc, github.com/apache/spark/pull/6847
+
+  [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` since a data loss bug.
+  huangzhaowei <ca...@gmail.com>, huangzhaowei <Sa...@users.noreply.github.com>
+  2015-06-16 08:16:09 +0200
+  Commit: f287f7e, github.com/apache/spark/pull/6818
+
+  SPARK-8336 Fix NullPointerException with functions.rand()
+  tedyu <yu...@gmail.com>
+  2015-06-15 17:00:38 -0700
+  Commit: fff8d7e, github.com/apache/spark/pull/6793
+
+  fix read/write mixup
+  Peter Hoffmann <ph...@peter-hoffmann.com>
+  2015-06-14 11:41:16 -0700
+  Commit: 0ffbf08, github.com/apache/spark/pull/6815
+
+  [SPARK-8358] [SQL] Wait for child resolution when resolving generators
+  Michael Armbrust <mi...@databricks.com>
+  2015-06-14 11:21:42 -0700
+  Commit: 2805d14, github.com/apache/spark/pull/6811
+
+  [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space in UnsafeFixedWidthAggregationMap
+  Josh Rosen <jo...@databricks.com>
+  2015-06-14 09:34:35 -0700
+  Commit: 4634be5, github.com/apache/spark/pull/6809
+
+  [Spark-8343] [Streaming] [Docs] Improve Spark Streaming Guides.
+  Mike Dusenberry <du...@gmail.com>
+  2015-06-13 21:22:46 -0700
+  Commit: 187a3d5, github.com/apache/spark/pull/6801
+
+  [SPARK-8329][SQL] Allow _ in DataSource options
+  Michael Armbrust <mi...@databricks.com>
+  2015-06-12 23:11:16 -0700
+  Commit: 1ca431e, github.com/apache/spark/pull/6786
+
+  [SPARK-7284] [STREAMING] Updated streaming documentation
+  Tathagata Das <ta...@gmail.com>
+  2015-06-12 15:22:59 -0700
+  Commit: 7c11ccf, github.com/apache/spark/pull/6781
+
+  [SPARK-8330] DAG visualization: trim whitespace from input
+  Andrew Or <an...@databricks.com>
+  2015-06-12 11:14:55 -0700
+  Commit: 7608373, github.com/apache/spark/pull/6787
+
+  [SPARK-8322] [EC2] Added spark 1.4.0 into the VALID_SPARK_VERSIONS and…
+  Mark Smith <ma...@bronto.com>
+  2015-06-12 10:28:30 -0700
+  Commit: 141eab7, github.com/apache/spark/pull/6777
+
+  [SPARK-6511] [docs] Fix example command in hadoop-provided docs.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-06-11 15:29:03 -0700
+  Commit: 8b25f62, github.com/apache/spark/pull/6766
+
+  [SPARK-8310] [EC2] Update spark-ec2 branch to 1.4
+  Shivaram Venkataraman <sh...@cs.berkeley.edu>
+  2015-06-11 13:22:08 -0700
+  Commit: 3a62569, github.com/apache/spark/pull/6765
+
+  [SPARK-8289] Specify stack size for consistency with Java tests - resolves test failures
+  Adam Roberts <ar...@uk.ibm.com>, a-roberts <ar...@uk.ibm.com>
+  2015-06-11 08:40:46 +0100
+  Commit: b313920, github.com/apache/spark/pull/6727
+
+  [SPARK-8285] [SQL] CombineSum should be calculated as unlimited decimal first
+  navis.ryu <na...@apache.org>
+  2015-06-10 18:19:12 -0700
+  Commit: 5c05b5c, github.com/apache/spark/pull/6736
+
+  [SPARK-8200] [MLLIB] Check for empty RDDs in StreamingLinearAlgorithm
+  Paavo <pp...@gmail.com>
+  2015-06-10 23:17:42 +0100
+  Commit: 59fc3f1, github.com/apache/spark/pull/6713
+
+  [SPARK-8273] Driver hangs up when yarn shutdown in client mode
+  WangTaoTheTonic <wa...@huawei.com>
+  2015-06-10 13:34:19 -0700
+  Commit: 2846a35, github.com/apache/spark/pull/6717
+
+  [SPARK-7756] CORE RDDOperationScope fix for IBM Java
+  Adam Roberts <ar...@uk.ibm.com>, a-roberts <ar...@uk.ibm.com>
+  2015-06-10 13:21:01 -0700
+  Commit: 568d1d5, github.com/apache/spark/pull/6740
+
+  [SPARK-8282] [SPARKR] Make number of threads used in RBackend configurable
+  Hossein <ho...@databricks.com>
+  2015-06-10 13:18:48 -0700
+  Commit: 28e8a6e, github.com/apache/spark/pull/6730
+
+  [SQL] [MINOR] Fixes a minor Java example error in SQL programming guide
+  Cheng Lian <li...@databricks.com>
+  2015-06-10 11:48:14 -0700
+  Commit: 7b88e6a, github.com/apache/spark/pull/6749
+
+  [SPARK-6511] [DOCUMENTATION] Explain how to use Hadoop provided builds
+  Patrick Wendell <pa...@databricks.com>
+  2015-06-09 16:14:21 -0700
+  Commit: a0a7f2f, github.com/apache/spark/pull/6729
+
+  [MINOR] [UI] DAG visualization: trim whitespace from input
+  Andrew Or <an...@databricks.com>
+  2015-06-09 15:44:02 -0700
+  Commit: 1175cfe, github.com/apache/spark/pull/6732
+
+  [SPARK-8274] [DOCUMENTATION-MLLIB] Fix wrong URLs in MLlib Frequent Pattern Mining Documentation
+  FavioVazquez <fa...@gmail.com>
+  2015-06-09 15:02:18 +0100
+  Commit: a7b7a19, github.com/apache/spark/pull/6722
+
+  [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrames
+  hqzizania <qi...@intel.com>
+  2015-06-08 21:40:12 -0700
+  Commit: 0a9383d, github.com/apache/spark/pull/6190
+
+  [SPARK-8162] [HOTFIX] Fix NPE in spark-shell
+  Andrew Or <an...@databricks.com>
+  2015-06-08 18:09:21 -0700
+  Commit: e9a8372, github.com/apache/spark/pull/6711
+
+  [SPARK-8126] [BUILD] Use custom temp directory during build.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-06-08 15:37:28 +0100
+  Commit: 99c2a57, github.com/apache/spark/pull/6674
+
+  [SPARK-8121] [SQL] Fixes InsertIntoHadoopFsRelation job initialization for Hadoop 1.x (branch 1.4 backport based on https://github.com/apache/spark/pull/6669)
+  Yin Huai <yh...@databricks.com>
+  2015-06-08 11:35:30 -0700
+  Commit: 69197c3
+
+  [SPARK-7705] [YARN] Cleanup of .sparkStaging directory fails if application is killed
+  linweizhong <li...@huawei.com>
+  2015-06-08 09:34:16 +0100
+  Commit: a3afc2c, github.com/apache/spark/pull/6409
+
+  [SPARK-4761] [DOC] [SQL] kryo default setting in SQL Thrift server
+  Daoyuan Wang <da...@intel.com>
+  2015-06-08 01:07:50 -0700
+  Commit: 58bfdd6, github.com/apache/spark/pull/6639
+
+  [SPARK-8004][SQL] Quote identifier in JDBC data source.
+  Reynold Xin <rx...@databricks.com>
+  2015-06-07 10:52:02 -0700
+  Commit: b9c046f, github.com/apache/spark/pull/6689
+
+  [SPARK-8146] DataFrame Python API: Alias replace in df.na
+  Reynold Xin <rx...@databricks.com>
+  2015-06-07 01:21:02 -0700
+  Commit: ff26767, github.com/apache/spark/pull/6688
+
+  [SPARK-8141] [SQL] Precompute datatypes for partition columns and reuse it
+  Liang-Chi Hsieh <vi...@gmail.com>
+  2015-06-07 15:33:48 +0800
+  Commit: b4d5441, github.com/apache/spark/pull/6687
+
+  [SPARK-8145] [WEBUI] Trigger a double click on the span to show full job description.
+  979969786 <q7...@gmail.com>
+  2015-06-06 23:15:27 -0700
+  Commit: 9d1f4d6, github.com/apache/spark/pull/6646
+
+  [SPARK-8004][SQL] Enclose column names by JDBC Dialect
+  Liang-Chi Hsieh <vi...@gmail.com>
+  2015-06-06 22:59:31 -0700
+  Commit: b6fdc6c, github.com/apache/spark/pull/6577
+
+  [SPARK-7955] [CORE] Ensure executors with cached RDD blocks are not re…
+  Hari Shreedharan <hs...@apache.org>
+  2015-06-06 21:13:26 -0700
+  Commit: 6faaf15, github.com/apache/spark/pull/6508
+
+  [SPARK-8079] [SQL] Makes InsertIntoHadoopFsRelation job/task abortion more robust
+  Cheng Lian <li...@databricks.com>
+  2015-06-06 17:23:12 +0800
+  Commit: d8a53fb, github.com/apache/spark/pull/6612
+
+  [SPARK-7991] [PySpark] Adding support for passing lists to describe.
+  amey <am...@skytree.net>
+  2015-06-05 13:49:33 -0700
+  Commit: 84523fc, github.com/apache/spark/pull/6655
+
+  [SPARK-7747] [SQL] [DOCS]  spark.sql.planner.externalSort
+  Luca Martinetti <lu...@luca.io>
+  2015-06-05 13:40:11 -0700
+  Commit: 94f65bc, github.com/apache/spark/pull/6272
+
+  [SPARK-8112] [STREAMING] Fix the negative event count issue
+  zsxwing <zs...@gmail.com>
+  2015-06-05 12:46:02 -0700
+  Commit: 200c980, github.com/apache/spark/pull/6659
+
+  Revert "[MINOR] [BUILD] Use custom temp directory during build."
+  Andrew Or <an...@databricks.com>
+  2015-06-05 10:54:06 -0700
+  Commit: 429c658
+
+  [SPARK-8085] [SPARKR] Support user-specified schema in read.df
+  Shivaram Venkataraman <sh...@cs.berkeley.edu>
+  2015-06-05 10:19:03 -0700
+  Commit: 3e3151e, github.com/apache/spark/pull/6620
+
+  [STREAMING] Update streaming-kafka-integration.md
+  Akhil Das <ak...@darktech.ca>
+  2015-06-05 14:23:23 +0200
+  Commit: 0ef2e9d, github.com/apache/spark/pull/6666
+
+  [MINOR] [BUILD] Use custom temp directory during build.
+  Marcelo Vanzin <va...@cloudera.com>
+  2015-06-05 14:11:38 +0200
+  Commit: 9b3e4c1, github.com/apache/spark/pull/6653
+
+  [MINOR] remove unused interpolation var in log message
+  Sean Owen <so...@cloudera.com>
+  2015-06-05 00:32:46 -0700
+  Commit: 90cf686, github.com/apache/spark/pull/6650
+
+  [SPARK-8116][PYSPARK] Allow sc.range() to take a single argument.
+  Ted Blackman <te...@gmail.com>
+  2015-06-04 22:21:11 -0700
+  Commit: f02af7c, github.com/apache/spark/pull/6656
+
+  [SPARK-8098] [WEBUI] Show correct length of bytes on log page
+  Carson Wang <ca...@intel.com>
+  2015-06-04 16:24:50 -0700
+  Commit: 3ba6fc5, github.com/apache/spark/pull/6640
+
+  [SPARK-8027] [SPARKR] Move man pages creation to install-dev.sh
+  Shivaram Venkataraman <sh...@cs.berkeley.edu>
+  2015-06-04 12:52:16 -0700
+  Commit: 0b71b85, github.com/apache/spark/pull/6593
+
+  [SPARK-7969] [SQL] Added a DataFrame.drop function that accepts a Column reference.
+  Mike Dusenberry <du...@gmail.com>
+  2015-06-04 11:30:07 -0700
+  Commit: 81ff7a9, github.com/apache/spark/pull/6585
+
+  Fix maxTaskFailures comment
+  Daniel Darabos <da...@gmail.com>
+  2015-06-04 13:46:49 +0200
+  Commit: daf9451, github.com/apache/spark/pull/6621
+
+  [BUILD] Fix Maven build for Kinesis
+  Andrew Or <an...@databricks.com>
+  2015-06-03 20:45:31 -0700
+  Commit: 84da653
+
+  [SPARK-7558] Demarcate tests in unit-tests.log (1.4)
+  Andrew Or <an...@databricks.com>
+  2015-06-03 20:46:44 -0700
+  Commit: bfe74b3, github.com/apache/spark/pull/6598
+
+  [BUILD] Use right branch when checking against Hive (1.4)
+  Andrew Or <an...@databricks.com>
+  2015-06-03 18:09:14 -0700
+  Commit: 584a2ba, github.com/apache/spark/pull/6630
+
+  [BUILD] Increase Jenkins test timeout
+  Andrew Or <an...@databricks.com>
+  2015-06-03 17:40:14 -0700
+  Commit: 96f71b1
+
+  [SPARK-8084] [SPARKR] Make SparkR scripts fail on error
+  Shivaram Venkataraman <sh...@cs.berkeley.edu>
+  2015-06-03 17:02:16 -0700
+  Commit: c2c1290, github.com/apache/spark/pull/6623
+
+  [SPARK-8088] don't attempt to lower number of executors by 0
+  Ryan Williams <ry...@gmail.com>
+  2015-06-03 16:54:46 -0700
+  Commit: 1674869, github.com/apache/spark/pull/6624
+
+  [HOTFIX] [TYPO] Fix typo in #6546
+  Andrew Or <an...@databricks.com>
+  2015-06-03 16:04:02 -0700
+  Commit: 0bc9a3e
+
+  [HOTFIX] Unbreak build from backporting #6546
+  Andrew Or <an...@databricks.com>
+  2015-06-03 15:25:35 -0700
+  Commit: d0be950
+
+  [SPARK-8051] [MLLIB] make StringIndexerModel silent if input column does not exist
+  Xiangrui Meng <me...@databricks.com>
+  2015-06-03 15:16:24 -0700
+  Commit: b2a22a6, github.com/apache/spark/pull/6595
+
+  [SPARK-3674] [EC2] Clear SPARK_WORKER_INSTANCES when using YARN
+  Shivaram Venkataraman <sh...@cs.berkeley.edu>
+  2015-06-03 15:14:38 -0700
+  Commit: ca21fff, github.com/apache/spark/pull/6424
+
+  [SPARK-7989] [CORE] [TESTS] Fix flaky tests in ExternalShuffleServiceSuite and SparkListenerWithClusterSuite
+  zsxwing <zs...@gmail.com>
+  2015-06-03 15:04:20 -0700
+  Commit: 7e46ea0, github.com/apache/spark/pull/6546
+
+  [SPARK-8001] [CORE] Make AsynchronousListenerBus.waitUntilEmpty throw TimeoutException if timeout
+  zsxwing <zs...@gmail.com>
+  2015-06-03 15:03:07 -0700
+  Commit: 306837e, github.com/apache/spark/pull/6550
+
+  [SPARK-8083] [MESOS] Use the correct base path in mesos driver page.
+  Timothy Chen <tn...@gmail.com>
+  2015-06-03 14:57:23 -0700
+  Commit: 59399a8, github.com/apache/spark/pull/6615
+
+  [MINOR] [UI] Improve confusing message on log page
+  Andrew Or <an...@databricks.com>
+  2015-06-03 12:10:12 -0700
+  Commit: 31e0ae9
+
+  [SPARK-8054] [MLLIB] Added several Java-friendly APIs + unit tests
+  Joseph K. Bradley <jo...@databricks.com>
+  2015-06-03 14:34:20 -0700
+  Commit: bfab61f, github.com/apache/spark/pull/6562
+
+  [SPARK-8074] Parquet should throw AnalysisException during setup for data type/name related failures.
+  Reynold Xin <rx...@databricks.com>
+  2015-06-03 13:57:57 -0700
+  Commit: 1f90a06, github.com/apache/spark/pull/6608
+
+  [SPARK-8063] [SPARKR] Spark master URL conflict between MASTER env variable and --master command line option.
+  Sun Rui <ru...@intel.com>
+  2015-06-03 11:56:35 -0700
+  Commit: f67a27d, github.com/apache/spark/pull/6605
+
+  [SPARK-7980] [SQL] Support SQLContext.range(end)
+  animesh <an...@apache.spark>
+  2015-06-03 11:28:18 -0700
+  Commit: 0a1dad6, github.com/apache/spark/pull/6609
+
+  [SPARK-7973] [SQL] Increase the timeout of two CliSuite tests.
+  Yin Huai <yh...@databricks.com>
+  2015-06-03 09:26:21 -0700
+  Commit: 54a4ea4, github.com/apache/spark/pull/6525
+
+  [SPARK-8060] Improve DataFrame Python test coverage and documentation.
+  Reynold Xin <rx...@databricks.com>
+  2015-06-03 00:23:34 -0700
+  Commit: ee7f365, github.com/apache/spark/pull/6601
+
+  [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust
+  MechCoder <ma...@gmail.com>
+  2015-06-02 23:24:47 -0700
+  Commit: bd57af3, github.com/apache/spark/pull/6579
+
+  [SPARK-8043] [MLLIB] [DOC] update NaiveBayes and SVM examples in doc
+  Yuhao Yang <hh...@gmail.com>
+  2015-06-02 23:15:38 -0700
+  Commit: 33edb2b, github.com/apache/spark/pull/6584
+
+  [SPARK-8053] [MLLIB] renamed scalingVector to scalingVec
+  Joseph K. Bradley <jo...@databricks.com>
+  2015-06-02 22:56:56 -0700
+  Commit: 88399c3, github.com/apache/spark/pull/6596
+
+  [SPARK-7547] [ML] Scala Example code for ElasticNet
+  DB Tsai <db...@netflix.com>
+  2015-06-02 19:12:08 -0700
+  Commit: 6391be8, github.com/apache/spark/pull/6576
+
+  [SPARK-7387] [ML] [DOC] CrossValidator example code in Python
+  Ram Sriharsha <rs...@hw11853.local>
+  2015-06-02 18:53:04 -0700
+  Commit: 6a3e32a, github.com/apache/spark/pull/6358
+
+  Preparing development version 1.4.0-SNAPSHOT
+  Patrick Wendell <pw...@gmail.com>
+  2015-06-02 18:06:41 -0700
+  Commit: ab713af
+
+
 Release 1.4.0
 
   [HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index efc85bb..7379f54 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: SparkR
 Type: Package
 Title: R frontend for Spark
-Version: 1.4.0
+Version: 1.4.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/48d68301/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 626c857..b53d7c3 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/bagel/pom.xml
----------------------------------------------------------------------
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 132cd43..dce13c4 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 5c02be8..4f3375d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/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 07acd82..8f01174 100644
--- a/core/src/main/scala/org/apache/spark/package.scala
+++ b/core/src/main/scala/org/apache/spark/package.scala
@@ -43,5 +43,5 @@ package org.apache
 
 package object spark {
   // For package docs only
-  val SPARK_VERSION = "1.4.0"
+  val SPARK_VERSION = "1.4.1"
 }

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/dev/create-release/generate-changelist.py
----------------------------------------------------------------------
diff --git a/dev/create-release/generate-changelist.py b/dev/create-release/generate-changelist.py
index 77d6ea8..148ed72 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.4.0"
-PREV_RELEASE_GIT_TAG = "v1.3.1"
+NEW_RELEASE_VERSION = "1.4.1"
+PREV_RELEASE_GIT_TAG = "v1.4.0"
 
 CHANGELIST = "CHANGES.txt"
 OLD_CHANGELIST = "%s.old" % (CHANGELIST)

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 71f1c29..83f56e8 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.4.0
-SPARK_VERSION_SHORT: 1.4.0
+SPARK_VERSION: 1.4.1
+SPARK_VERSION_SHORT: 1.4.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/48d68301/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 5aa3e3d..05fa47f 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.4.0"
+SPARK_EC2_VERSION = "1.4.1"
 SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
 
 VALID_SPARK_VERSIONS = set([
@@ -71,6 +71,7 @@ VALID_SPARK_VERSIONS = set([
     "1.3.0",
     "1.3.1",
     "1.4.0",
+    "1.4.1",
 ])
 
 SPARK_TACHYON_MAP = {
@@ -84,6 +85,7 @@ SPARK_TACHYON_MAP = {
     "1.3.0": "0.5.0",
     "1.3.1": "0.5.0",
     "1.4.0": "0.6.4",
+    "1.4.1": "0.6.4",
 }
 
 DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index e4efee7..eee557a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/flume-sink/pom.xml
----------------------------------------------------------------------
diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml
index 71f2b6f..fc0ef59 100644
--- a/external/flume-sink/pom.xml
+++ b/external/flume-sink/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/flume/pom.xml
----------------------------------------------------------------------
diff --git a/external/flume/pom.xml b/external/flume/pom.xml
index a345c03..ee70d8e 100644
--- a/external/flume/pom.xml
+++ b/external/flume/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/kafka-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/external/kafka-assembly/pom.xml b/external/kafka-assembly/pom.xml
index 0b79f47..72d3547 100644
--- a/external/kafka-assembly/pom.xml
+++ b/external/kafka-assembly/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/kafka/pom.xml
----------------------------------------------------------------------
diff --git a/external/kafka/pom.xml b/external/kafka/pom.xml
index 5734d55..bd5c27c 100644
--- a/external/kafka/pom.xml
+++ b/external/kafka/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/external/mqtt/pom.xml b/external/mqtt/pom.xml
index 7d102e1..4148c11 100644
--- a/external/mqtt/pom.xml
+++ b/external/mqtt/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/twitter/pom.xml
----------------------------------------------------------------------
diff --git a/external/twitter/pom.xml b/external/twitter/pom.xml
index d28e3e1..8e4113c 100644
--- a/external/twitter/pom.xml
+++ b/external/twitter/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/external/zeromq/pom.xml
----------------------------------------------------------------------
diff --git a/external/zeromq/pom.xml b/external/zeromq/pom.xml
index 9998c11..49f4fc2 100644
--- a/external/zeromq/pom.xml
+++ b/external/zeromq/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/extras/java8-tests/pom.xml
----------------------------------------------------------------------
diff --git a/extras/java8-tests/pom.xml b/extras/java8-tests/pom.xml
index 4351a8a..4a07b5d 100644
--- a/extras/java8-tests/pom.xml
+++ b/extras/java8-tests/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/extras/kinesis-asl/pom.xml
----------------------------------------------------------------------
diff --git a/extras/kinesis-asl/pom.xml b/extras/kinesis-asl/pom.xml
index f05643bfc..90bc735 100644
--- a/extras/kinesis-asl/pom.xml
+++ b/extras/kinesis-asl/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/extras/spark-ganglia-lgpl/pom.xml
----------------------------------------------------------------------
diff --git a/extras/spark-ganglia-lgpl/pom.xml b/extras/spark-ganglia-lgpl/pom.xml
index e14bbae..ed446c6 100644
--- a/extras/spark-ganglia-lgpl/pom.xml
+++ b/extras/spark-ganglia-lgpl/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/graphx/pom.xml
----------------------------------------------------------------------
diff --git a/graphx/pom.xml b/graphx/pom.xml
index 28b4122..4eca407 100644
--- a/graphx/pom.xml
+++ b/graphx/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/launcher/pom.xml b/launcher/pom.xml
index ebfa768..f8bca7a 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 65c647a..7c24d44 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/network/common/pom.xml
----------------------------------------------------------------------
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 0c31477..f61db8c 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/network/shuffle/pom.xml
----------------------------------------------------------------------
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index 7dc7c65..e681ab9 100644
--- a/network/shuffle/pom.xml
+++ b/network/shuffle/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/network/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index 1e2e9c8..4290432 100644
--- a/network/yarn/pom.xml
+++ b/network/yarn/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e7e2ac9..c533b5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-parent_2.10</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Spark Project Parent POM</name>
   <url>http://spark.apache.org/</url>

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index 6e5cb7f..cab185c 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/sql/catalyst/pom.xml
----------------------------------------------------------------------
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index d9e1cdb..5815f04 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/sql/core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 8210c55..090f06a 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/sql/hive-thriftserver/pom.xml
----------------------------------------------------------------------
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index 20d3c7d..e02ef27 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/sql/hive/pom.xml
----------------------------------------------------------------------
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 923ffab..ebdef82 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 49d035a..4d34b6b 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 1c6f3e8..90de00f 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/unsafe/pom.xml
----------------------------------------------------------------------
diff --git a/unsafe/pom.xml b/unsafe/pom.xml
index 2fd1726..f95b39f 100644
--- a/unsafe/pom.xml
+++ b/unsafe/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/spark/blob/48d68301/yarn/pom.xml
----------------------------------------------------------------------
diff --git a/yarn/pom.xml b/yarn/pom.xml
index e207a46..0b22019 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.spark</groupId>
     <artifactId>spark-parent_2.10</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


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