Skip to content

Commit dde73e2

Browse files
committed
Preparing Spark release v3.2.0-rc6
1 parent 493aad0 commit dde73e2

File tree

39 files changed

+40
-40
lines changed

39 files changed

+40
-40
lines changed

R/pkg/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SparkR
22
Type: Package
3-
Version: 3.2.1
3+
Version: 3.2.0
44
Title: R Front End for 'Apache Spark'
55
Description: Provides an R Front end for 'Apache Spark' <https://spark.apache.org>.
66
Authors@R: c(person("Shivaram", "Venkataraman", role = "aut",

assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

common/kvstore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-shuffle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/network-yarn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/sketch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/tags/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

common/unsafe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

docs/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ include:
1919

2020
# These allow the documentation to be updated with newer releases
2121
# of Spark, Scala, and Mesos.
22-
SPARK_VERSION: 3.2.1-SNAPSHOT
23-
SPARK_VERSION_SHORT: 3.2.1
22+
SPARK_VERSION: 3.2.0
23+
SPARK_VERSION_SHORT: 3.2.0
2424
SCALA_BINARY_VERSION: "2.12"
2525
SCALA_VERSION: "2.12.15"
2626
MESOS_VERSION: 1.0.0

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

external/avro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/docker-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

external/kafka-0-10-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/kafka-0-10-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/kafka-0-10-token-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/kafka-0-10/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/kinesis-asl-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

external/kinesis-asl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

external/spark-ganglia-lgpl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

graphx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

hadoop-cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

launcher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

mllib-local/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

mllib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>org.apache.spark</groupId>
2828
<artifactId>spark-parent_2.12</artifactId>
29-
<version>3.2.1-SNAPSHOT</version>
29+
<version>3.2.0</version>
3030
<packaging>pom</packaging>
3131
<name>Spark Project Parent POM</name>
3232
<url>http://spark.apache.org/</url>

python/pyspark/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
__version__ = "3.2.1.dev0"
19+
__version__ = "3.2.0"

repl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

resource-managers/kubernetes/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

resource-managers/kubernetes/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

resource-managers/mesos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

resource-managers/yarn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

sql/catalyst/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

sql/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

sql/hive-thriftserver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

sql/hive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.spark</groupId>
2424
<artifactId>spark-parent_2.12</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.spark</groupId>
2323
<artifactId>spark-parent_2.12</artifactId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>spark-parent_2.12</artifactId>
23-
<version>3.2.1-SNAPSHOT</version>
23+
<version>3.2.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)