Skip to content

Commit

Permalink
Revert "Add variable + comment"
Browse files Browse the repository at this point in the history
This reverts commit e92453e.

TEST commit.
  • Loading branch information
pbacsko committed Nov 22, 2023
1 parent e92453e commit a97eda8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,9 @@ HELM_ARCHIVE_BASE=$(OS)-$(EXEC_ARCH)

# spark
export SPARK_VERSION=3.3.3
export SPARK_PYTHON_VERSION=3.3.1 # sometimes the image is not avaiable with $SPARK_VERSION, the minor version must match
export SPARK_HOME=$(BASE_DIR)$(TOOLS_DIR)/spark
export SPARK_SUBMIT_CMD=$(SPARK_HOME)/bin/spark-submit
export SPARK_PYTHON_IMAGE=docker.io/apache/spark-py:v$(SPARK_PYTHON_VERSION)
export SPARK_PYTHON_IMAGE=docker.io/apache/spark-py:v3.3.1

FLAG_PREFIX=github.com/apache/yunikorn-k8shim/pkg/conf

Expand Down

0 comments on commit a97eda8

Please sign in to comment.