-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add spark3.5.2 * upgrade to v4 * test simple * add ci.yml * test new make-distribution * change tag name for testings * test * revert back * add 3.5.2 * add back 3.4.1 * remove reference for spark version less than 2 * update changelog and add hadoop 3.3.6 * remove unused tags * update changelog and readme * fix tags --------- Co-authored-by: Ting Wei <tingwei.f@dsaid.gov.sg>
- Loading branch information
Fan Ting Wei
and
Ting Wei
authored
Sep 11, 2024
1 parent
947a1ab
commit daba04b
Showing
7 changed files
with
104 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export IMAGE_NAME=spark-k8s | ||
export SELF_VERSION="v3" | ||
export SELF_VERSION="v4" | ||
export SCALA_VERSION="2.12" | ||
export SPARK_VERSION="3.3.0" | ||
export HADOOP_VERSION="3.3.2" | ||
export JAVA_VERSION="11" | ||
export SPARK_VERSION="3.5.2" | ||
export HADOOP_VERSION="3.3.6" | ||
export JAVA_VERSION="8" | ||
export WITH_HIVE="true" | ||
export WITH_PYSPARK="true" | ||
bash make-distribution.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters