-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add spark benchmark test data generation changes
- Loading branch information
Showing
6 changed files
with
93 additions
and
47 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
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
7 changes: 7 additions & 0 deletions
7
website/docs/benchmarks/spark-operator-benchmark/_category_.json
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,7 @@ | ||
{ | ||
"label": "Spark Operator Benchmarks on EKS", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
website/docs/benchmarks/spark-operator-benchmark/data-generation.md
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,12 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_label: Data Generation for Spark Operator Benchmark Test | ||
--- | ||
|
||
# Data Generation for Running Spark Benchmark Tests on Amazon EKS | ||
|
||
The following guide | ||
|
||
|
||
|
||
|
16 changes: 16 additions & 0 deletions
16
website/docs/benchmarks/spark-operator-benchmark/spark-operator-eks-benchmark.md
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,16 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Spark Operator Benchmark on EKS | ||
--- | ||
|
||
# Spark Benchmark Tests on Amazon EKS 🚀 | ||
|
||
This guide walks you through running Apache Spark benchmark tests on Amazon EKS, AWS's managed Kubernetes service. Benchmark tests help evaluate and optimize Spark workloads on EKS comparing benchmark results run across different EC2 instance families of Graviton instances, especially when scaling for performance, cost efficiency, and reliability. | ||
Key Features 📈 | ||
|
||
- Data Generation for the benchmark tests | ||
- Benchmark Test Execution on Different generation of Graviton Instances (r6g, r7g, r8g) | ||
- Benchmark Results | ||
- Customizable Benchmarks to suit your workloads | ||
- Autoscaling and Cost Optimization Strategies | ||
|