diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index a17dea9093771..86514f237d1e6 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: SparkR Type: Package -Version: 3.0.2 +Version: 3.0.1 Title: R Front End for 'Apache Spark' Description: Provides an R Front end for 'Apache Spark' . Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), diff --git a/assembly/pom.xml b/assembly/pom.xml index e265bb948d9d4..c47425a14cf69 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index f433764648ccd..0948c6b1616e4 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 4f31606fddf94..e7b16f1aa0b9f 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index a3ac6611a3127..c32a74fb30e97 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index 5c5dfbabe862e..56ca7258804b2 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 8041d7a093da9..6b60cb36a6b30 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/tags/pom.xml b/common/tags/pom.xml index e3a550288d71a..3eb1b77f7d756 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index 09965b573706c..bfdbc7e526e37 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 19b5b30051602..45970b7077bbb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/docs/_config.yml b/docs/_config.yml index abb3b49fff54d..65be4c4a9c482 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,8 +17,8 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 3.0.2-SNAPSHOT -SPARK_VERSION_SHORT: 3.0.2 +SPARK_VERSION: 3.0.1 +SPARK_VERSION_SHORT: 3.0.1 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 2082ece41569a..19c4d405faac5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/external/avro/pom.xml b/external/avro/pom.xml index 923b3bd6981dc..b8cd328b2cb83 100644 --- a/external/avro/pom.xml +++ b/external/avro/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index 4f16290891c3e..0f8d076318bbd 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kafka-0-10-assembly/pom.xml b/external/kafka-0-10-assembly/pom.xml index 7852552ed5a54..750797fd7af3b 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kafka-0-10-sql/pom.xml b/external/kafka-0-10-sql/pom.xml index 24f2d9acc1ee6..8d2e8804d8471 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kafka-0-10-token-provider/pom.xml b/external/kafka-0-10-token-provider/pom.xml index c5d41b05baf3b..b329026fd6e49 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml index c53a5392ff917..6a0d72a903952 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kinesis-asl-assembly/pom.xml b/external/kinesis-asl-assembly/pom.xml index 4f8cc83219dbc..3ef13b76954ba 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/kinesis-asl/pom.xml b/external/kinesis-asl/pom.xml index 2dd1e786d3634..3166ee63c9ed3 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/external/spark-ganglia-lgpl/pom.xml b/external/spark-ganglia-lgpl/pom.xml index f1dd31eee35a2..02403f11ea82b 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/graphx/pom.xml b/graphx/pom.xml index d760d5c32099c..3f1dd80931a8e 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 860f648ff9e57..cc436182c6908 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/launcher/pom.xml b/launcher/pom.xml index 48ee744806ed2..1e9102758d5f8 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index fd103d80268e3..cd1dbce4a5d3c 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/mllib/pom.xml b/mllib/pom.xml index 135c4ca54a491..c88ee850cecb7 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 32a13082bac91..7c60f8f99bd87 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 pom Spark Project Parent POM http://spark.apache.org/ diff --git a/python/pyspark/version.py b/python/pyspark/version.py index e6410c11cf86d..b19dd9e6c7314 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.2.dev0" +__version__ = "3.0.1" diff --git a/repl/pom.xml b/repl/pom.xml index 92911ee094b4d..fa48a4577e0b5 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index ef6c38a64ec8c..c0e469dd0cfc4 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.0.2-SNAPSHOT + 3.0.1 ../../../pom.xml diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index 693e720df1aa3..e859d964be7b1 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.0.2-SNAPSHOT + 3.0.1 ../../../pom.xml diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index ec93eefa1d8f7..a8b7ae4c30891 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index f0031cf2466b5..ed51acfe16b79 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index e4d5ee614cb04..d84e6e33d0934 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 1a1673fdfd212..5f540dcdd1007 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index f376afbd19599..2c84451230dbe 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.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 1b4c6dc110e97..cd186284dbc76 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../../pom.xml diff --git a/streaming/pom.xml b/streaming/pom.xml index 251570496d805..0a88f49782d6a 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml diff --git a/tools/pom.xml b/tools/pom.xml index 41662b1957703..a38469847b6e5 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ org.apache.spark spark-parent_2.12 - 3.0.2-SNAPSHOT + 3.0.1 ../pom.xml