Skip to content

Commit

Permalink
Trying to run Geotrellis in EMR but not working...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagibbs22 committed Nov 26, 2024
1 parent f53eac9 commit 4bb0acd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -71,7 +71,6 @@ libraryDependencies ++= Seq(
sparkFastTests % Test,
geotrellisS3,
geotrellisGdal,
geotrellisGdalWarp,
sedonaCore,
sedonaSQL,
breeze,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4bb0acd

Please sign in to comment.