Skip to content

Commit

Permalink
[DOCS] Fix grammar and spelling in docs/setup/cluster.md (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 3, 2024
1 parent 0200d55 commit a9da15c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Download a Spark distribution from [Spark download page](http://spark.apache.org

## Preliminary

1. Set up password-less SSH on your cluster. Each master-worker pair should have bi-directional password-less SSH.
1. Set up a password-less SSH on your cluster. Each master-worker pair should have bidirectional password-less SSH.
2. Make sure you have installed JRE 1.8 or later.
3. Add the list of your workers' IP address in ./conf/slaves
4. Besides the necessary Spark settings, you may need to add the following lines in Spark configuration files to avoid Sedona memory errors:
4. Besides the necessary Spark settings, you may need to add the following lines in the Spark configuration files to avoid Sedona memory errors:

In `./conf/spark-defaults.conf`

Expand All @@ -25,7 +25,7 @@ For more details of Spark parameters, please visit [Spark Website](https://spark

## Start your cluster

Go the root folder of the uncompressed Apache Spark folder. Start your spark cluster via a terminal
Go the root folder of the uncompressed Apache Spark folder. Start your Spark cluster via a terminal

```
./sbin/start-all.sh
Expand Down

0 comments on commit a9da15c

Please sign in to comment.