Skip to content

Commit

Permalink
Spark package release 2.9.0-2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lembiewski committed Sep 17, 2019
1 parent 10f50ea commit 7158650
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions history/universe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "{{package-version}}",
"scm": "https://github.com/mesosphere/spark-build.git",
"maintainer": "[email protected]",
"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/",
"website": "https://docs.mesosphere.com/services/spark/2.9.0-2.4.3/",
"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.9.0-2.4.3/",
"upgradesFrom": [],
"downgradesTo": [],
"preInstallNotes": "Default configuration requires 1 agent node with: 1 CPU | 1024 MB MEM",
Expand Down
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"default_spark_dist": {
"scala_version": "2.11",
"hadoop_version": "2.9",
"uri": "https://infinity-artifacts.s3-us-west-2.amazonaws.com/spark/spark-2.4.3-bin-scala-2.11-hadoop-2.9-SNAPSHOT-20190911.tgz",
"image": ""
"uri": "https://downloads.mesosphere.io/spark/assets/2.9.0/spark-2.4.3-bin-scala-2.11-hadoop-2.9.tgz",
"image": "mesosphere/spark:2.9.0-2.4.3-scala-2.11-hadoop-2.9"
},
"spark_dist": [
{
"scala_version": "2.12",
"hadoop_version": "2.9",
"uri": "https://infinity-artifacts.s3-us-west-2.amazonaws.com/spark/spark-2.4.3-bin-scala-2.12-hadoop-2.9-SNAPSHOT-20190911.tgz",
"image": ""
"uri": "https://downloads.mesosphere.io/spark/assets/2.9.0/spark-2.4.3-bin-scala-2.12-hadoop-2.9.tgz",
"image": "mesosphere/spark:2.9.0-2.4.3-scala-2.12-hadoop-2.9"
},
{
"scala_version": "2.12",
"hadoop_version": "2.7",
"uri": "https://infinity-artifacts.s3-us-west-2.amazonaws.com/spark/spark-2.4.3-bin-scala-2.12-hadoop-2.7-SNAPSHOT-20190911.tgz",
"image": ""
"uri": "https://downloads.mesosphere.io/spark/assets/2.9.0/spark-2.4.3-bin-scala-2.12-hadoop-2.7.tgz",
"image": "mesosphere/spark:2.9.0-2.4.3-scala-2.12-hadoop-2.7"
},
{
"scala_version": "2.11",
"hadoop_version": "2.9",
"uri": "https://infinity-artifacts.s3-us-west-2.amazonaws.com/spark/spark-2.4.3-bin-scala-2.11-hadoop-2.9-SNAPSHOT-20190911.tgz",
"image": ""
"uri": "https://downloads.mesosphere.io/spark/assets/2.9.0/spark-2.4.3-bin-scala-2.11-hadoop-2.9.tgz",
"image": "mesosphere/spark:2.9.0-2.4.3-scala-2.11-hadoop-2.9"
},
{
"scala_version": "2.11",
"hadoop_version": "2.7",
"uri": "https://infinity-artifacts.s3-us-west-2.amazonaws.com/spark/spark-2.4.3-bin-scala-2.11-hadoop-2.7-SNAPSHOT-20190911.tgz",
"image": ""
"uri": "https://downloads.mesosphere.io/spark/assets/2.9.0/spark-2.4.3-bin-scala-2.11-hadoop-2.7.tgz",
"image": "mesosphere/spark:2.9.0-2.4.3-scala-2.11-hadoop-2.7"
}
]
}
8 changes: 4 additions & 4 deletions universe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"version": "{{package-version}}",
"scm": "https://github.com/mesosphere/spark-build.git",
"maintainer": "[email protected]",
"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/",
"website": "https://docs.mesosphere.com/services/spark/2.9.0-2.4.3/",
"description": "Apache Spark is a unified analytics engine for large-scale data processing. Documentation: https://docs.mesosphere.com/services/spark/2.9.0-2.4.3/",
"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.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.",
"postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/services/spark/2.9.0-2.4.3/\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.9.0-2.4.3/uninstall/ to clean up any persisted state.",
"tags": [
"bigdata",
"mapreduce",
Expand Down

0 comments on commit 7158650

Please sign in to comment.