-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial Banzai Cloud Pipeline commit
- Loading branch information
Magyari Sándor Szilárd
committed
Feb 5, 2020
1 parent
2737018
commit 5d98186
Showing
19 changed files
with
5,266 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Spotguide for Spark | ||
|
||
Spotguides provide automated configuration, logging, monitoring, security, and scaling for your application stacks. | ||
|
||
## Development | ||
|
||
Deploy your spark application to Kubernetes easily. Follow the official spark documentation to see configurations. | ||
[Spark Configuration](https://spark.apache.org/docs/2.3.2/) |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
apiVersion: v1 | ||
description: Spotguide chart for spark | ||
name: spotguide-spark | ||
version: 1.0.0 |
Oops, something went wrong.