This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anton Kirillov
committed
Mar 8, 2019
1 parent
4e4d11d
commit 84b4f9d
Showing
3 changed files
with
37 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
{ | ||
"packagingVersion": "3.0", | ||
"packagingVersion": "4.0", | ||
"name": "spark-history", | ||
"version": "{{package-version}}", | ||
"scm": "https://github.com/mesosphere/spark-build.git", | ||
"maintainer": "[email protected]", | ||
"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/", | ||
"upgradesFrom": [], | ||
"downgradesTo": [], | ||
"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": "[email protected]", | ||
"postUninstallNotes": "The Apache Spark History Server has been uninstalled and will no longer run.", | ||
"name": "spark-history", | ||
"description": "The Apache Spark History Server allows you to view the state of running and completed Spark jobs.", | ||
"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": "{{package-version}}", | ||
"selected": true, | ||
"licenses": [ | ||
{ | ||
"name": "Apache License Version 2.0", | ||
"url": "https://raw.githubusercontent.com/apache/spark/master/LICENSE" | ||
} | ||
], | ||
"minDcosReleaseVersion": "1.10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
{ | ||
"packagingVersion": "3.0", | ||
"postInstallNotes": "DC/OS Spark is being installed!\n\n\tDocumentation: https://docs.mesosphere.com/service-docs/spark/\n\tIssues: https://docs.mesosphere.com/support/", | ||
"scm": "https://github.com/apache/spark.git", | ||
"maintainer": "[email protected]", | ||
"postUninstallNotes": "The Apache Spark DC/OS Service has been uninstalled and will no longer run.\nPlease follow the instructions at https://docs.mesosphere.com/service-docs/spark/uninstall/ to clean up any persisted state.", | ||
"packagingVersion": "4.0", | ||
"name": "spark", | ||
"description": "Spark is a fast and general cluster computing system for Big Data. Documentation: https://docs.mesosphere.com/service-docs/spark/", | ||
"licenses": [ | ||
{ | ||
"name": "Apache License Version 2.0", | ||
"url": "https://raw.githubusercontent.com/apache/spark/master/LICENSE" | ||
} | ||
], | ||
"version": "{{package-version}}", | ||
"scm": "https://github.com/mesosphere/spark-build.git", | ||
"maintainer": "[email protected]", | ||
"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/", | ||
"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.", | ||
"tags": [ | ||
"bigdata", | ||
"mapreduce", | ||
"batch", | ||
"analytics" | ||
], | ||
"website": "https://docs.mesosphere.com/service-docs/spark/", | ||
"selected": true, | ||
"version": "{{package-version}}", | ||
"licenses": [ | ||
{ | ||
"name": "Apache License Version 2.0", | ||
"url": "https://raw.githubusercontent.com/apache/spark/master/LICENSE" | ||
} | ||
], | ||
"minDcosReleaseVersion": "1.10" | ||
} |