This is an automated email from the ASF dual-hosted git repository. yumwang pushed a commit to tag v3.0.0-preview2-rc1 in repository https://gitbox.apache.org/repos/asf/spark.git
commit b6688115024194d5b0d83758bd6dc0b0f6ec8cc7 Author: Yuming Wang <yumw...@apache.org> AuthorDate: Mon Dec 16 12:14:54 2019 +0000 Preparing Spark release v3.0.0-preview2-rc1 --- R/pkg/R/sparkR.R | 4 ++-- assembly/pom.xml | 2 +- common/kvstore/pom.xml | 2 +- common/network-common/pom.xml | 2 +- common/network-shuffle/pom.xml | 2 +- common/network-yarn/pom.xml | 2 +- common/sketch/pom.xml | 2 +- common/tags/pom.xml | 2 +- common/unsafe/pom.xml | 2 +- core/pom.xml | 2 +- docs/_config.yml | 4 ++-- examples/pom.xml | 2 +- external/avro/pom.xml | 2 +- external/docker-integration-tests/pom.xml | 2 +- external/kafka-0-10-assembly/pom.xml | 2 +- external/kafka-0-10-sql/pom.xml | 2 +- external/kafka-0-10-token-provider/pom.xml | 2 +- external/kafka-0-10/pom.xml | 2 +- external/kinesis-asl-assembly/pom.xml | 2 +- external/kinesis-asl/pom.xml | 2 +- external/spark-ganglia-lgpl/pom.xml | 2 +- graph/api/pom.xml | 2 +- graph/cypher/pom.xml | 2 +- graph/graph/pom.xml | 2 +- graphx/pom.xml | 2 +- hadoop-cloud/pom.xml | 2 +- launcher/pom.xml | 2 +- mllib-local/pom.xml | 2 +- mllib/pom.xml | 2 +- pom.xml | 2 +- python/pyspark/version.py | 2 +- repl/pom.xml | 2 +- resource-managers/kubernetes/core/pom.xml | 2 +- resource-managers/kubernetes/integration-tests/pom.xml | 2 +- resource-managers/mesos/pom.xml | 2 +- resource-managers/yarn/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 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/R/pkg/R/sparkR.R b/R/pkg/R/sparkR.R index cdb5909..b648c51 100644 --- a/R/pkg/R/sparkR.R +++ b/R/pkg/R/sparkR.R @@ -336,8 +336,8 @@ sparkR.session <- function( # Check if version number of SparkSession matches version number of SparkR package jvmVersion <- callJMethod(sparkSession, "version") - # Remove -SNAPSHOT from jvm versions - jvmVersionStrip <- gsub("-SNAPSHOT", "", jvmVersion) + # Remove -preview2 from jvm versions + jvmVersionStrip <- gsub("-preview2", "", jvmVersion) rPackageVersion <- paste0(packageVersion("SparkR")) if (jvmVersionStrip != rPackageVersion) { diff --git a/assembly/pom.xml b/assembly/pom.xml index ef916fb..715a112 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index a1c8a8e..965c1f3 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 163c250..557bd7a 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index a6d9981..8c718d8 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 76a402b..65f491c 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 3c3c0d2..2bc7cd8 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index 883b73a..7826c2d 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 93a4f67..3d8b039 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 9d54d21..d2e09ae 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index a888620..81424e2 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: 3.0.0-SNAPSHOT -SPARK_VERSION_SHORT: 3.0.0 +SPARK_VERSION: 3.0.0-preview2 +SPARK_VERSION_SHORT: 3.0.0-preview2 SCALA_BINARY_VERSION: "2.12" SCALA_VERSION: "2.12.10" MESOS_VERSION: 1.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index a099f1e..5f05645 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/avro/pom.xml b/external/avro/pom.xml index ba6f20b..d5deb74 100644 --- a/external/avro/pom.xml +++ b/external/avro/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index aff79b8..04cf2e0 100644 --- a/external/docker-integration-tests/pom.xml +++ b/external/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10-assembly/pom.xml b/external/kafka-0-10-assembly/pom.xml index f2dcf5d2..55d9f72 100644 --- a/external/kafka-0-10-assembly/pom.xml +++ b/external/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10-sql/pom.xml b/external/kafka-0-10-sql/pom.xml index 693820d..e785d7a 100644 --- a/external/kafka-0-10-sql/pom.xml +++ b/external/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10-token-provider/pom.xml b/external/kafka-0-10-token-provider/pom.xml index 01ca96b..ce4abf9 100644 --- a/external/kafka-0-10-token-provider/pom.xml +++ b/external/kafka-0-10-token-provider/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml index d11569d..b32d24d 100644 --- a/external/kafka-0-10/pom.xml +++ b/external/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kinesis-asl-assembly/pom.xml b/external/kinesis-asl-assembly/pom.xml index 0ce9223..c4b419a 100644 --- a/external/kinesis-asl-assembly/pom.xml +++ b/external/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kinesis-asl/pom.xml b/external/kinesis-asl/pom.xml index 7d69764..8e7431b 100644 --- a/external/kinesis-asl/pom.xml +++ b/external/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/spark-ganglia-lgpl/pom.xml b/external/spark-ganglia-lgpl/pom.xml index db64b20..3fbb296 100644 --- a/external/spark-ganglia-lgpl/pom.xml +++ b/external/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/graph/api/pom.xml b/graph/api/pom.xml index a18c529..1d8ae4e 100644 --- a/graph/api/pom.xml +++ b/graph/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/graph/cypher/pom.xml b/graph/cypher/pom.xml index 12b3832..20e91d2 100644 --- a/graph/cypher/pom.xml +++ b/graph/cypher/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/graph/graph/pom.xml b/graph/graph/pom.xml index 7438ee5..1bec220 100644 --- a/graph/graph/pom.xml +++ b/graph/graph/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index 444568a..2d06980 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 02734e8..8375c8e 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index e75e834..2950313 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index 2eab868..122b203 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index 11769ef..c8ed974 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 5abad0b..c1171bc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <packaging>pom</packaging> <name>Spark Project Parent POM</name> <url>http://spark.apache.org/</url> diff --git a/python/pyspark/version.py b/python/pyspark/version.py index 1abc412..fd37862 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.0.0.dev0" +__version__ = "3.0.0-preview2" diff --git a/repl/pom.xml b/repl/pom.xml index 3aee53c..e989926 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index 8c46738..99d672b 100644 --- a/resource-managers/kubernetes/core/pom.xml +++ b/resource-managers/kubernetes/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index 8e1043f..20a266e 100644 --- a/resource-managers/kubernetes/integration-tests/pom.xml +++ b/resource-managers/kubernetes/integration-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index 107ba36..ca04ba4 100644 --- a/resource-managers/mesos/pom.xml +++ b/resource-managers/mesos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 0e5df14..1dc573e 100644 --- a/resource-managers/yarn/pom.xml +++ b/resource-managers/yarn/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 304e3a7..e803bba 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.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 0e664ec..1d289f7 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.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 75c7f77..982f1c8 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.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index c375823..ecad1d1 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.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 87af638..8ef572f 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index e380e86..a281633 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org