Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix grammar and spelling in docs/setup/cluster.md #1310

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading