Skip to content

Commit a9e9c9b

Browse files
Final correction
1 parent 1dedeb5 commit a9e9c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/sentiment-analysis-eks/sentiment-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ Execute the `spark-submit` command within the Spark folder to deploy the applica
144144

145145
The following commands run the application with two executors, each with 12 cores. They allocate 24GB of memory for both the executors and driver pods.
146146

147-
Before executing the `spark-submit` command, set the following variables:
147+
Before executing the `spark-submit` command, set the following variables (replacing values in angle brackets with appropriate values):
148148

149149
```console
150-
export K8S_API_SERVER_ADDRESS=<K8S_API_SERVER_ENDPOINT
150+
export K8S_API_SERVER_ADDRESS=<K8S_API_SERVER_ENDPOINT>
151151
export ES_ADDRESS=<IP_ADDRESS_OF_ELASTICS_SEARCH>
152152
export CHECKPOINT_BUCKET=<S3_BUCKET_NAME>
153153
export ECR_ADDRESS=<ECR_REGISTERY_ADDRESS>

0 commit comments

Comments
 (0)