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 1b7be880b [DOCS] set correct apache-sedona version (#1063)
1b7be880b is described below
commit 1b7be880b7e1631db594eabd858e8c81efb879d7
Author: Hongbo Miao <[email protected]>
AuthorDate: Sun Oct 29 22:41:58 2023 -0700
[DOCS] set correct apache-sedona version (#1063)
---
docs/setup/emr.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/setup/emr.md b/docs/setup/emr.md
index 060f68cb0..0093adf45 100644
--- a/docs/setup/emr.md
+++ b/docs/setup/emr.md
@@ -24,7 +24,7 @@ sudo curl -o /jars/geotools-wrapper-{{
sedona.current_geotools }}.jar "https://r
# Install necessary python libraries
sudo python3 -m pip install pandas shapely==1.8.5
sudo python3 -m pip install pandas geopandas==0.10.2
-sudo python3 -m pip install attrs matplotlib descartes apache-sedona==1.4.0
+sudo python3 -m pip install attrs matplotlib descartes apache-sedona=={{
sedona.current_version }}
```
When you create a EMR cluster, in the `bootstrap action`, specify the location
of this script.
@@ -48,4 +48,4 @@ When you create a EMR cluster, in the software configuration,
add the following
```
!!!note
- If you use Sedona 1.3.1-incubating, please use
`sedona-python-adpater-3.0_2.12` jar in the content above, instead of
`sedona-spark-shaded-3.0_2.12`.
\ No newline at end of file
+ If you use Sedona 1.3.1-incubating, please use
`sedona-python-adpater-3.0_2.12` jar in the content above, instead of
`sedona-spark-shaded-3.0_2.12`.