From 1b7be880b7e1631db594eabd858e8c81efb879d7 Mon Sep 17 00:00:00 2001 From: Hongbo Miao <3375461+hongbo-miao@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:41:58 -0700 Subject: [PATCH] [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 060f68cb0c..0093adf453 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`.