Skip to content

Commit

Permalink
[DOCS] set correct apache-sedona version (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Oct 30, 2023
1 parent ce39b9d commit 1b7be88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/emr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`.
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`.

0 comments on commit 1b7be88

Please sign in to comment.