Skip to content

Commit

Permalink
fix: change spark mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos authored Oct 22, 2024
1 parent b9d7ed9 commit 8588a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ variable "spark_version" {
variable "spark_mirror" {
description = "Mirror from which to download spark"
type = string
default = "https://dlcdn.apache.org"
default = "https://archive.apache.org/dist"
}

variable "spark_sql_warehouse_dir" {
Expand Down Expand Up @@ -262,4 +262,4 @@ variable "fluentbit" {
ca_cert = ""
}
}
}
}

0 comments on commit 8588a87

Please sign in to comment.