File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ curl -sSL https://github.com/weixu365/aws-emr-runner/releases/latest/download/aw
27
27
./aws-emr-runner resources -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
28
28
```
29
29
30
- #### Run EMR Clustr and spark application
30
+ #### Run EMR Cluster and spark application
31
31
``` bash
32
32
./aws-emr-runner run -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
33
33
```
34
34
35
- #### Start an EMR Clustr and keep it alive until manually terminated
35
+ #### Start an EMR Cluster and keep it alive until manually terminated
36
36
``` bash
37
37
./aws-emr-runner start-cluster -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
38
38
```
39
39
40
- #### Terminate an EMR Clustr (optional)
40
+ #### Terminate an EMR Cluster (optional)
41
41
``` bash
42
42
./aws-emr-runner terminate-cluster -f samples/enrichment-pipeline.yml -s samples/enrichment-pipeline.settings.yml
43
43
```
You can’t perform that action at this time.
0 commit comments