Skip to content

Commit

Permalink
Upgrade to Spark 3.4.1 on kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 20, 2023
1 parent 048d87b commit 7e27619
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,16 @@ fi

# Spark parameters
# ----------------
# Assuming Scala 2.11

# Spark image tag
# Spark image is built here: https://github.com/astrolabsoftware/k8s-spark-py/
SPARK_IMAGE_TAG="k8s-3.2.3"
SPARK_IMAGE_TAG="k8s-3.4.1"

# Spark version
SPARK_VERSION="3.2.3"
SPARK_VERSION="3.4.1"

# Name for the Spark archive
SPARK_NAME="spark-${SPARK_VERSION}-bin-hadoop3.2"
SPARK_NAME="spark-${SPARK_VERSION}-bin-hadoop3"

# Spark install location
SPARK_INSTALL_DIR="${HOME}/fink-k8s-tmp"
Expand Down

0 comments on commit 7e27619

Please sign in to comment.