[1/2] spark git commit: Preparing Spark release v1.6.3-rc2

2016-11-02 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.6 82e98f126 -> 9136e2693


Preparing Spark release v1.6.3-rc2


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

Branch: refs/heads/branch-1.6
Commit: 1e860747458d74a4ccbd081103a0542a2367b14b
Parents: 82e98f1
Author: Patrick Wendell 
Authored: Wed Nov 2 14:45:51 2016 -0700
Committer: Patrick Wendell 
Committed: Wed Nov 2 14:45:51 2016 -0700

--
 R/pkg/DESCRIPTION   | 2 +-
 assembly/pom.xml| 2 +-
 bagel/pom.xml   | 2 +-
 core/pom.xml| 2 +-
 docker-integration-tests/pom.xml| 2 +-
 docs/_config.yml| 4 ++--
 examples/pom.xml| 2 +-
 external/flume-assembly/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-assembly/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-assembly/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 +-
 tags/pom.xml| 2 +-
 tools/pom.xml   | 2 +-
 unsafe/pom.xml  | 2 +-
 yarn/pom.xml| 2 +-
 37 files changed, 38 insertions(+), 38 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/R/pkg/DESCRIPTION
--
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index f237df1..7e9fd2d 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: SparkR
 Type: Package
 Title: R frontend for Spark
-Version: 1.6.4
+Version: 1.6.3
 Date: 2013-09-09
 Author: The Apache Software Foundation
 Maintainer: Shivaram Venkataraman 

http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 13cf555..8e9747e 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.4-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index e080625..a73a18a 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.4-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index f60bd00..c232046 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.4-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/docker-integration-tests/pom.xml
--
diff --git a/docker-integration-tests/pom.xml b/docker-integration-tests/pom.xml
index 8d5eb40..8514b48 100644
--- a/docker-integration-tests/pom.xml
+++ b/docker-integration-tests/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.4-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/1e860747/docs/_config.yml
--
diff --git a/docs/_config.yml b/docs/_config.yml
index ee235bc..81dcb2c 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.6.4-SNAPSHOT
-SPARK_VERSION_SHORT: 1.6.4
+SPA

[1/2] spark git commit: Preparing Spark release v1.6.3

2016-10-16 Thread pwendell
Repository: spark
Updated Branches:
  refs/heads/branch-1.6 0f577857c -> b95ac0d00


Preparing Spark release v1.6.3


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

Branch: refs/heads/branch-1.6
Commit: 7375bb0c825408ea010dcef31c0759cf94ffe5c2
Parents: 0f57785
Author: Patrick Wendell 
Authored: Sun Oct 16 22:23:21 2016 -0700
Committer: Patrick Wendell 
Committed: Sun Oct 16 22:23:21 2016 -0700

--
 assembly/pom.xml| 2 +-
 bagel/pom.xml   | 2 +-
 core/pom.xml| 2 +-
 docker-integration-tests/pom.xml| 2 +-
 examples/pom.xml| 2 +-
 external/flume-assembly/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-assembly/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-assembly/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 +-
 tags/pom.xml| 2 +-
 tools/pom.xml   | 2 +-
 unsafe/pom.xml  | 2 +-
 yarn/pom.xml| 2 +-
 35 files changed, 35 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/assembly/pom.xml
--
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 6ec2ca4..8e9747e 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/bagel/pom.xml
--
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 2d778c5..a73a18a 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/core/pom.xml
--
diff --git a/core/pom.xml b/core/pom.xml
index a8d7863..c232046 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/docker-integration-tests/pom.xml
--
diff --git a/docker-integration-tests/pom.xml b/docker-integration-tests/pom.xml
index a06e59c..8514b48 100644
--- a/docker-integration-tests/pom.xml
+++ b/docker-integration-tests/pom.xml
@@ -22,7 +22,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index 8e9e02e..87850fe 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/external/flume-assembly/pom.xml
--
diff --git a/external/flume-assembly/pom.xml b/external/flume-assembly/pom.xml
index 52c8a91..0173c08 100644
--- a/external/flume-assembly/pom.xml
+++ b/external/flume-assembly/pom.xml
@@ -21,7 +21,7 @@
   
 org.apache.spark
 spark-parent_2.10
-1.6.3-SNAPSHOT
+1.6.3
 ../../pom.xml
   
 

http://git-wip-us.apache.org/repos/asf/spark/blob/7375bb0c/external/flume-sink/pom.xml
--
diff --git a/