From 78a5825fe266c0884d2dd18cbca9625fa258d7f7 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 11 Jul 2022 15:13:02 +0000 Subject: [PATCH] Preparing Spark release v3.2.2-rc1 --- 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 | 2 +- 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 +- 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 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 9584884b003f2..7248e549a9cde 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index 167e69f9e6eda..42f54b5f1109d 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index eaf1c1e12e221..d74828a18b00d 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index 811e5035c4658..7e73e2e1bc440 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 23513f6043940..f7e6a344d7d36 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index c5c6161144040..e57b79ef33f0b 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/tags/pom.xml b/common/tags/pom.xml index cffc824aa4112..1b3438fbb6cc5 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 993d0f32ed910..f3d07103e52a4 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 4926664bc3647..4ab2e613f0c44 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/docs/_config.yml b/docs/_config.yml index a764b7b81b74d..c6ee97e9e106b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 3.2.2-SNAPSHOT +SPARK_VERSION: 3.2.2 SPARK_VERSION_SHORT: 3.2.2 SCALA_BINARY_VERSION: "2.12" SCALA_VERSION: "2.12.15" diff --git a/examples/pom.xml b/examples/pom.xml index 856ceae8f4de1..dcfe2395312e3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/external/avro/pom.xml b/external/avro/pom.xml index 7718a6bd07a9f..f906af2a27f94 100644 --- a/external/avro/pom.xml +++ b/external/avro/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index 56648dc9d17cb..eee66e5d112b8 100644 --- a/external/docker-integration-tests/pom.xml +++ b/external/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kafka-0-10-assembly/pom.xml b/external/kafka-0-10-assembly/pom.xml index 4561664128fd3..8118df0f613c8 100644 --- a/external/kafka-0-10-assembly/pom.xml +++ b/external/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kafka-0-10-sql/pom.xml b/external/kafka-0-10-sql/pom.xml index dc518de4d0602..407d524b9febb 100644 --- a/external/kafka-0-10-sql/pom.xml +++ b/external/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kafka-0-10-token-provider/pom.xml b/external/kafka-0-10-token-provider/pom.xml index ee365add7d263..f9f4b8c3242d7 100644 --- a/external/kafka-0-10-token-provider/pom.xml +++ b/external/kafka-0-10-token-provider/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml index d58d68edd4ab6..695aac089de97 100644 --- a/external/kafka-0-10/pom.xml +++ b/external/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kinesis-asl-assembly/pom.xml b/external/kinesis-asl-assembly/pom.xml index 887e444a8ba6a..12f4ae1880b99 100644 --- a/external/kinesis-asl-assembly/pom.xml +++ b/external/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/kinesis-asl/pom.xml b/external/kinesis-asl/pom.xml index 49f99f78359e1..17ae4dd698802 100644 --- a/external/kinesis-asl/pom.xml +++ b/external/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/external/spark-ganglia-lgpl/pom.xml b/external/spark-ganglia-lgpl/pom.xml index 90f48c151e068..d99615c229210 100644 --- a/external/spark-ganglia-lgpl/pom.xml +++ b/external/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/graphx/pom.xml b/graphx/pom.xml index c18aec5e152f3..662328c61e1a1 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index cad4da6db9e2f..a82b2e03fb4fb 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/launcher/pom.xml b/launcher/pom.xml index 3db21a47903f5..898e7d14d0ee9 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index afdbe59626d9b..d62fb89b79477 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/mllib/pom.xml b/mllib/pom.xml index 580de659f8245..cfa06e8502bb6 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/pom.xml b/pom.xml index b94ac3ce7d3c0..bcabf28dae2c5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 pom Spark Project Parent POM http://spark.apache.org/ diff --git a/python/pyspark/version.py b/python/pyspark/version.py index c28c465b97394..5e183cbdd3a36 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.2.2.dev0" +__version__ = "3.2.2" diff --git a/repl/pom.xml b/repl/pom.xml index dcf16308c4448..3f2bda227f488 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index 3b15c1c28d127..ba1d0e543e69b 100644 --- a/resource-managers/kubernetes/core/pom.xml +++ b/resource-managers/kubernetes/core/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../../pom.xml diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index 5b6cb2c8db292..0a5be9d99c207 100644 --- a/resource-managers/kubernetes/integration-tests/pom.xml +++ b/resource-managers/kubernetes/integration-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../../pom.xml diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index c50f74d1acda9..3c71b93b8412c 100644 --- a/resource-managers/mesos/pom.xml +++ b/resource-managers/mesos/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 2b049935d34a6..f6aee7fbda027 100644 --- a/resource-managers/yarn/pom.xml +++ b/resource-managers/yarn/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 7c8f832f5b9e2..9223ca933e6db 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/sql/core/pom.xml b/sql/core/pom.xml index cd406b0cac8db..04698cba3b9ae 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index c975ef2e8a455..59ad741738234 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 1b67973a7ef01..58d5c093b098e 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../../pom.xml diff --git a/streaming/pom.xml b/streaming/pom.xml index 00409d8d915ec..f56c387b07a56 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml diff --git a/tools/pom.xml b/tools/pom.xml index c068cf12979e3..d55f69074cdb0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.2.2-SNAPSHOT + 3.2.2 ../pom.xml