Skip to content

Commit dc9e9e6

Browse files
authored
fix: Spelling and grammar errors (#921)
Signed-off-by: Vara Bonthu <[email protected]>
1 parent 23d427a commit dc9e9e6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Data on EKS(DoEKS) solution is categorized into the following focus areas.
3838

3939
🎯 [Distributed Databases & Query Engine](https://awslabs.github.io/data-on-eks/docs/blueprints/distributed-databases) on EKS
4040

41-
## 🏃‍♀️Getting Started
41+
## 🏃‍♀️ Getting Started
4242
In this repository, you'll find a variety of deployment blueprints for creating Data/ML platforms with Amazon EKS clusters. These examples are just a small selection of the available blueprints - visit the [DoEKS website](https://awslabs.github.io/data-on-eks/) for the complete list of options.
4343

4444

website/docs/bestpractices/analytics/emr-on-eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Amazon EMR on Amazon EKS enables you to submit Apache Spark jobs on demand on Am
1111

1212
This link provides the best practices and templates to get started with Amazon EMR on EKS. We publish this guide on GitHub so we could iterate the content quickly, provide timely and effective recommendations for variety of concerns, and easily incorporate suggestions from the broader community.
1313

14-
Checkout the EMR on EKS Best practices GitHub docs [here](https://aws.github.io/aws-emr-containers-best-practices/)
14+
Check out the EMR on EKS Best practices GitHub docs [here](https://aws.github.io/aws-emr-containers-best-practices/)
1515

1616
### Architecture
1717
The following diagram illustrates the solution architecture Amazon EMR on EKS.

website/docs/bestpractices/eks-best-practices/eks-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ sidebar_label: EKS Best Practices
99

1010
The primary goal of this EKS Best practices is to offer a set of best practices for day 2 operations for Amazon EKS. We elected to publish this guidance to GitHub so we could iterate quickly, provide timely and effective recommendations for variety of concerns, and easily incorporate suggestions from the broader community.
1111

12-
Checkout the EKS Best practices GitHub docs [here](https://aws.github.io/aws-eks-best-practices/)
12+
Check out the EKS Best practices GitHub docs [here](https://aws.github.io/aws-eks-best-practices/)

website/docs/blueprints/amazon-emr-on-eks/emr-eks-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_label: EMR on EKS Observability
99

1010
In this post, we will learn to build end-to-end observability for EMR on EKS Spark workloads by leveraging Amazon Managed Service for Prometheus to collect and store the metrics generated by Spark Applications. We will then use Amazon Managed Grafana to build dashboards for monitoring use cases
1111

12-
Checkout the full blog [here](https://aws.amazon.com/blogs/mt/monitoring-amazon-emr-on-eks-with-amazon-managed-prometheus-and-amazon-managed-grafana/)
12+
Check out the full blog [here](https://aws.amazon.com/blogs/mt/monitoring-amazon-emr-on-eks-with-amazon-managed-prometheus-and-amazon-managed-grafana/)
1313

1414
### Architecture
1515
The following diagram illustrates the solution architecture for scraping Spark Driver and Executors’ metrics, as well as writing to Amazon Managed Service for Prometheus.

website/docs/blueprints/streaming-platforms/emr-eks-flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To get the most out of Flink on Kubernetes, here are some best practices to foll
177177
- **Store checkpoints and savepoints in the right places**: Store checkpoints in distributed file systems or key-value stores like Amazon S3 or another durable external storage. Store savepoints in a durable external storage like Amazon S3.
178178

179179
## Flink Upgrade
180-
Flink Operator provides three upgrade modes for Flink jobs. Checkout the [Flink upgrade docs](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades) for up-to-date information.
180+
Flink Operator provides three upgrade modes for Flink jobs. Check out the [Flink upgrade docs](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades) for up-to-date information.
181181

182182
1. **stateless**: Stateless application upgrades from empty state
183183
2. **last-state**: Quick upgrades in any application state (even for failing jobs), does not require a healthy job as it always uses the latest checkpoint information. Manual recovery may be necessary if HA metadata is lost.

website/docs/blueprints/streaming-platforms/flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To get the most out of Flink on Kubernetes, here are some best practices to foll
168168
- **Store checkpoints and savepoints in the right places**: Store checkpoints in distributed file systems or key-value stores like Amazon S3 or another durable external storage. Store savepoints in a durable external storage like Amazon S3.
169169

170170
## Flink Upgrade
171-
Flink Operator provides three upgrade modes for Flink jobs. Checkout the [Flink upgrade docs](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades) for up-to-date information.
171+
Flink Operator provides three upgrade modes for Flink jobs. Check out the [Flink upgrade docs](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades) for up-to-date information.
172172

173173
1. **stateless**: Stateless application upgrades from empty state
174174
2. **last-state**: Quick upgrades in any application state (even for failing jobs), does not require a healthy job as it always uses the latest checkpoint information. Manual recovery may be necessary if HA metadata is lost.

website/docs/introduction/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_label: Introduction
44
---
55

66
# Introduction
7-
Data on Amazon EKS(DoEKS) - A tool for building [aws](https://aws.amazon.com/) managed and self-managed scalable data platforms on [Amazon EKS](https://aws.amazon.com/eks/). With DoEKS, You have access to:
7+
Data on Amazon EKS (DoEKS) - A tool for building [AWS](https://aws.amazon.com/) managed and self-managed scalable data platforms on [Amazon EKS](https://aws.amazon.com/eks/). With DoEKS, you have access to:
88

99
1. Robust Deployment Infrastructure as Code (IaC) Templates using [Terraform](https://www.terraform.io/) and [AWS CDK](https://aws.amazon.com/cdk/), among other
1010
2. Best Practices for Deploying Data Solutions on Amazon EKS
@@ -13,7 +13,7 @@ Data on Amazon EKS(DoEKS) - A tool for building [aws](https://aws.amazon.com/) m
1313
5. In-depth Reference Architectures and Data Blogs to keep you ahead of the curve
1414

1515
# Architecture
16-
The diagram displays the open source data tools, k8s operators and frameworks that runs on Kubernetes covered in DoEKS. AWS Data Analytics managed services integration with Data on EKS OSS tools.
16+
The diagram displays the open source data tools, Kubernetes operators and frameworks that run on Kubernetes covered in DoEKS. AWS Data Analytics managed services integration with Data on EKS OSS tools.
1717

1818
![Data on EKS.png](doeks.png)
1919

@@ -35,4 +35,4 @@ The diagram displays the open source data tools, k8s operators and frameworks th
3535

3636
# Getting Started
3737

38-
Checkout the documentation for each section to deploy infrastructure and run sample Spark/ML jobs.
38+
Check out the documentation for each section to deploy infrastructure and run sample Spark/ML jobs.

website/docs/resources/binpacking-custom-scheduler-eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this post, we will show you how to enable a custom scheduler with Amazon EKS
1212
### Why bin packing
1313
By default, the [scheduling-plugin](https://kubernetes.io/docs/reference/scheduling/config/#scheduling-plugins) NodeResourcesFit use the ```LeastAllocated``` for score strategies. For the long running workloads, that is good because of high availability. But for batch jobs, like Spark workloads, this would lead high cost. By changing the from ```LeastAllocated``` to ```MostAllocated```, it avoids spreading pods across all running nodes, leading to higher resource utilization and better cost efficiency.
1414

15-
Batch jobs like Spark are running on demand with limited or predicted time. With ```MostAllocated``` strategy, Spark executors are always bin packing into one node util the node can not host any pods. You can see the following picture shows the
15+
Batch jobs like Spark are running on demand with limited or predicted time. With ```MostAllocated``` strategy, Spark executors are always bin packing into one node until the node cannot host any pods. You can see the following picture shows the
1616

1717
```MostAllocated``` in EMR on EKS.
1818

0 commit comments

Comments
 (0)