This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new a9da15cab [DOCS] Fix grammar and spelling in `docs/setup/cluster.md`
(#1310)
a9da15cab is described below
commit a9da15cabc3ef63ec2b1062980292dcf01d19d26
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:26:05 2024 +1000
[DOCS] Fix grammar and spelling in `docs/setup/cluster.md` (#1310)
---
docs/setup/cluster.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/setup/cluster.md b/docs/setup/cluster.md
index 7cbe10f74..2f07f6040 100644
--- a/docs/setup/cluster.md
+++ b/docs/setup/cluster.md
@@ -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`
@@ -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