From ba5b2cd49565bf67db7a6b87560a23324009ad52 Mon Sep 17 00:00:00 2001 From: Adam Nichols Date: Tue, 18 Feb 2025 14:33:54 -0500 Subject: [PATCH] Set `customDataprocImage` to `leo-dataproc-image-2-1-11-debian11-2025-02-18-18-29-31` --- 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 b19492de71..0223d9687d 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-2025-01-21-15-07-39" + customDataprocImage = "projects/broad-dsp-gcr-public/global/images/leo-dataproc-image-2-1-11-debian11-2025-02-18-18-29-31" # The ratio of memory allocated to spark. 0.8 = 80%. # Hail/Spark users generally allocate 80% of the ram to the JVM.