From 6b6914a1c646cfaaef6594a8e364ba835ac1085f Mon Sep 17 00:00:00 2001 From: Anton Kirillov Date: Fri, 12 Apr 2019 12:57:03 -0700 Subject: [PATCH] Spark release version update --- history/universe/package.json | 4 ++-- manifest.json | 6 +++--- universe/package.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/history/universe/package.json b/history/universe/package.json index 1c16305a..93aa3b9d 100644 --- a/history/universe/package.json +++ b/history/universe/package.json @@ -4,8 +4,8 @@ "version": "{{package-version}}", "scm": "https://github.com/mesosphere/spark-build.git", "maintainer": "support@mesosphere.io", - "website": "https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/", - "description": "The Apache Spark History Server allows you to view the state of running and completed Spark jobs. Documentation: https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/", + "website": "https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/", + "description": "The Apache Spark History Server allows you to view the state of running and completed Spark jobs. Documentation: https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/", "upgradesFrom": [], "downgradesTo": [], "preInstallNotes": "Default configuration requires 1 agent node with: 1 CPU | 1024 MB MEM", diff --git a/manifest.json b/manifest.json index fa550310..c7d274b5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,16 +2,16 @@ "spark_version": "2.4.0", "default_spark_dist": { "hadoop_version": "2.9", - "uri": "https://downloads.mesosphere.com/spark/assets/spark-2.4.0-bin-hadoop2.9.2-SNAPSHOT-20190408.tgz" + "uri": "https://downloads.mesosphere.com/spark/assets/2.8.0/spark-2.4.0-bin-hadoop2.9.2.tgz" }, "spark_dist": [ { "hadoop_version": "2.9", - "uri": "https://downloads.mesosphere.com/spark/assets/spark-2.4.0-bin-hadoop2.9.2-SNAPSHOT-20190408.tgz" + "uri": "https://downloads.mesosphere.com/spark/assets/2.8.0/spark-2.4.0-bin-hadoop2.9.2.tgz" }, { "hadoop_version": "2.7", - "uri": "https://downloads.mesosphere.com/spark/assets/spark-2.4.0-bin-hadoop2.7.7-SNAPSHOT-20190408.tgz" + "uri": "https://downloads.mesosphere.com/spark/assets/2.8.0/spark-2.4.0-bin-hadoop2.7.7.tgz" } ] } diff --git a/universe/package.json b/universe/package.json index 8a9db3c8..26bdec1a 100644 --- a/universe/package.json +++ b/universe/package.json @@ -4,14 +4,14 @@ "version": "{{package-version}}", "scm": "https://github.com/mesosphere/spark-build.git", "maintainer": "support@mesosphere.io", - "website": "https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/", - "description": "Apache Spark is a unified analytics engine for large-scale data processing. Documentation: https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/", + "website": "https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/", + "description": "Apache Spark is a unified analytics engine for large-scale data processing. Documentation: https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/", "framework": true, "upgradesFrom": [], "downgradesTo": [], "preInstallNotes": "Default configuration requires 1 agent node with: 1 CPU | 1024 MB MEM", - "postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/\n\tIssues: https://docs.mesosphere.com/support/", - "postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/services/spark/2.7.0-2.4.0/uninstall/ to clean up any persisted state.", + "postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/\n\tIssues: https://docs.mesosphere.com/support/", + "postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/services/spark/2.8.0-2.4.0/uninstall/ to clean up any persisted state.", "tags": [ "bigdata", "mapreduce",