From d986578da888eb5fd5ebb18f75447a2ace392ad3 Mon Sep 17 00:00:00 2001 From: Janet Dewar Date: Tue, 21 Jan 2025 15:10:42 -0500 Subject: [PATCH] AN-378 Update dataproc image (#4824) --- http/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/src/main/resources/reference.conf b/http/src/main/resources/reference.conf index b29dfd64de..9ce43d0524 100644 --- a/http/src/main/resources/reference.conf +++ b/http/src/main/resources/reference.conf @@ -70,7 +70,7 @@ dataproc { } # Cached dataproc image used by Terra - customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-1-11-debian11-2024-12-16-17-22-28" + customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-1-11-debian11-2025-01-21-15-07-39" # The ratio of memory allocated to spark. 0.8 = 80%. # Hail/Spark users generally allocate 80% of the ram to the JVM.