Skip to content

Commit

Permalink
feat: [OCA-1418] - Adds September 2024 Marketplace apps (#10874)
Browse files Browse the repository at this point in the history
* add apache spark occ

* add apache spark svg files

* add changeset for sept 2024 marketplace

* fix changeset wording
  • Loading branch information
josephcardillo-akamai committed Sep 4, 2024
1 parent ab154a4 commit 123548e
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10874-added-1725380346411.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Added
---

New Marketplace app for September 2024 ([#10874](https://github.com/linode/manager/pull/10874))
1 change: 1 addition & 0 deletions packages/manager/public/assets/apachespark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/manager/public/assets/white/apachespark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions packages/manager/src/features/OneClickApps/oneClickAppsv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2591,4 +2591,27 @@ export const oneClickApps: Record<number, OCA> = {
summary: 'High-performance database for analytics, monitoring and IoT.',
website: 'https://influxdata.com/',
},
1403818: {
alt_description:
'Distributed data processing engine for large-scale analytics.',
alt_name: 'Big Data processing framework.',
categories: ['Stacks'],
colors: {
end: 'E25A1B',
start: '1D678F',
},
description: `Fast, open-source unified analytics engine for large-scale data processing.`,
isNew: true,
logo_url: 'apachespark.svg',
name: 'Apache Spark Cluster',
related_guides: [
{
href:
'https://www.linode.com/docs/marketplace-docs/guides/apache-spark/',
title: 'Deploy Apache Spark through the Linode Marketplace',
},
],
summary: 'Unified analytics engine for big data processing.',
website: 'https://spark.apache.org/',
},
};

0 comments on commit 123548e

Please sign in to comment.