mesosphere / universe

The Mesosphere Universe package repository.
http://mesosphere.github.io/universe
Apache License 2.0
304 stars 426 forks source link

Release beta-spark-history 2.12.0-3.0.1-beta (automated commit) #2598

Closed mesosphere-ci closed 3 years ago

mesosphere-ci commented 3 years ago

Release beta-spark-history 2.12.0-3.0.1-beta (automated commit)

Description: Source URL: https://infinity-artifacts.s3.amazonaws.com/permanent/spark-history/2.12.0-3.0.1-beta/stub-universe-spark-history.json

Changes between revisions 1 => 2: 0 files added: [] 0 files removed: [] 4 files changed:

--- 1/config.json
+++ 2/config.json
@@ -7,8 +7,9 @@
       "properties": {
         "name": {
           "default": "spark-history",
-          "description": "The app name for the Spark History Server.  The service will be available at http://<dcos_url>/service/<name>/",
-          "type": "string"
+          "description": "The app name for the Spark History Server.  The service will be available at https://<dcos_url>/service/<name>/",
+          "type": "string",
+          "pattern": "^(\\/?((\\.\\.)|(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9]))?($|\\/))+$"
         },
         "cpus": {
           "default": 1,
@@ -30,12 +31,12 @@
         "user": {
           "description": "OS user",
           "type": "string",
-          "default": "root"
+          "default": "nobody"
         },
         "docker-image": {
           "description": "Docker image to run in.  See https://hub.docker.com/r/mesosphere/spark/tags/ for options.",
           "type": "string",
-          "default": "mesosphere/spark:2.3.1-2.2.1-2-beta-hadoop-2.6"
+          "default": "mesosphere/spark:2.12.0-3.0.1-beta-scala-2.12-hadoop-3.2"
         },
         "hdfs-config-url": {
           "type": "string",
--- 1/marathon.json.mustache
+++ 2/marathon.json.mustache
@@ -56,9 +56,8 @@
 {{/security.kerberos.keytab}}
     "healthChecks": [
         {
-            "portIndex": 0,
-            "protocol": "MESOS_HTTP",
-            "path": "/",
+            "protocol": "COMMAND",
+            "command": { "value": "curl --fail --silent --output /dev/null http://$LIBPROCESS_IP:$PORT0/api/v1/version" },
             "gracePeriodSeconds": 5,
             "intervalSeconds": 60,
             "timeoutSeconds": 10,
--- 1/package.json
+++ 2/package.json
@@ -1,28 +1,32 @@
 {
-  "packagingVersion": "3.0",
+  "packagingVersion": "4.0",
+  "name": "beta-spark-history",
+  "version": "2.12.0-3.0.1-beta",
+  "scm": "https://github.com/mesosphere/spark-build.git",
+  "maintainer": "support@mesosphere.io",
+  "website": "https://docs.mesosphere.com/services/spark/2.12.0-3.0.1/",
+  "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.12.0-3.0.1/",
+  "upgradesFrom": [
+    "2.3.1-2.2.1-2-beta"
+  ],
+  "downgradesTo": [
+    "2.3.1-2.2.1-2-beta"
+  ],
   "preInstallNotes": "Default configuration requires 1 agent node with: 1 CPU | 1024 MB MEM",
   "postInstallNotes": "The Apache Spark History Server is being installed!",
-  "scm": "https://github.com/apache/spark.git",
-  "maintainer": "support@mesosphere.io",
   "postUninstallNotes": "The Apache Spark History Server has been uninstalled and will no longer run.",
-  "name": "beta-spark-history",
-  "description": "The Apache Spark History Server allows you to view the state of running and completed Spark jobs.",
+  "tags": [
+    "bigdata",
+    "mapreduce",
+    "batch",
+    "analytics"
+  ],
+  "selected": false,
   "licenses": [
     {
       "name": "Apache License Version 2.0",
       "url": "https://raw.githubusercontent.com/apache/spark/master/LICENSE"
     }
   ],
-  "tags": [
-    "bigdata",
-    "mapreduce",
-    "batch",
-    "analytics"
-  ],
-  "website": "https://docs.mesosphere.com/service-docs/spark/",
-  "version": "2.3.1-2.2.1-2-beta",
-  "minDcosReleaseVersion": "1.9",
-  "selected": false,
-  "hasKnownIssues": true,
-  "lastUpdated": 1571120354
-}
+  "minDcosReleaseVersion": "1.11"
+}--- 1/resource.json
+++ 2/resource.json
@@ -1,7 +1,7 @@
 {
   "images": {
-    "icon-small": "https://downloads.mesosphere.com/assets/universe/000/beta-spark-history-icon-small.png",
-    "icon-medium": "https://downloads.mesosphere.com/assets/universe/000/beta-spark-history-icon-medium.png",
-    "icon-large": "https://downloads.mesosphere.com/assets/universe/000/beta-spark-history-icon-large.png"
+    "icon-small": "https://downloads.mesosphere.com/assets/universe/000/spark-history-icon-small.png",
+    "icon-medium": "https://downloads.mesosphere.com/assets/universe/000/spark-history-icon-medium.png",
+    "icon-large": "https://downloads.mesosphere.com/assets/universe/000/spark-history-icon-large.png"
   }
 }