From 4bb0acd39e262152d0b1f4ba5175b533b10911dc Mon Sep 17 00:00:00 2001 From: dagibbs22 Date: Tue, 26 Nov 2024 15:55:59 -0500 Subject: [PATCH] Trying to run Geotrellis in EMR but not working... --- build.sbt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 10509417..b2c59a7a 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ addCompilerPlugin( resolvers ++= Seq( "GeoSolutions" at "https://maven.geo-solutions.it/", "LT-releases" at "https://repo.locationtech.org/content/groups/releases", - "LT-snapshots" at "https://repo.eclipse.org/content/groups/snapshots", + "LT-snapshots" at "https://repo.locationtech.org/content/groups/snapshots", "OSGeo" at "https://repo.osgeo.org/repository/release/", "Open Source Geospatial Foundation Repository" at "https://repo.osgeo.org/repository/release/", "Apache Software Foundation Snapshots" at "https://repository.apache.org/content/groups/snapshots", @@ -71,7 +71,6 @@ libraryDependencies ++= Seq( sparkFastTests % Test, geotrellisS3, geotrellisGdal, - geotrellisGdalWarp, sedonaCore, sedonaSQL, breeze, @@ -201,9 +200,9 @@ sparkJobFlowInstancesConfig := sparkJobFlowInstancesConfig.value.withEc2KeyName( ) sparkEmrBootstrap := List( BootstrapAction( - "Install GDAL 3.1.2 dependencies", - "s3://gfw-pipelines/geotrellis/bootstrap/gdal.sh", - "3.1.2" + "Install GDAL 3.8.3 dependencies", + "s3://gfw-pipelines/geotrellis/bootstrap/gdal-3.8.3.sh", + "3.8.3" ) ) sparkRunJobFlowRequest := sparkRunJobFlowRequest.value