-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Spark 3.3.0-hadoop3.3
- Loading branch information
1 parent
7050229
commit bc2a665
Showing
21 changed files
with
33 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
set -e | ||
|
||
TAG=3.2.1-hadoop3.2 | ||
TAG=3.3.0-hadoop3.3 | ||
|
||
build() { | ||
NAME=$1 | ||
|
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,4 +1,4 @@ | ||
FROM bde2020/spark-maven-template:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-maven-template:3.3.0-hadoop3.3 | ||
|
||
LABEL MAINTAINER="Gezim Sejdiu <[email protected]>" | ||
|
||
|
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
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,4 +1,4 @@ | ||
FROM bde2020/spark-base:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-base:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM bde2020/spark-base:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-base:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM bde2020/spark-base:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-base:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|
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,4 +1,4 @@ | ||
FROM bde2020/spark-submit:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-submit:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ If you overwrite the template's `CMD` in your Dockerfile, make sure to execute t | |
|
||
#### Example Dockerfile | ||
``` | ||
FROM bde2020/spark-maven-template:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-maven-template:3.3.0-hadoop3.3 | ||
MAINTAINER Erika Pauwels <[email protected]> | ||
MAINTAINER Gezim Sejdiu <[email protected]> | ||
|
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,4 +1,4 @@ | ||
FROM bde2020/spark-submit:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-submit:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ If you overwrite the template's `CMD` in your Dockerfile, make sure to execute t | |
|
||
#### Example Dockerfile | ||
``` | ||
FROM bde2020/spark-python-template:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-python-template:3.3.0-hadoop3.3 | ||
MAINTAINER You <[email protected]> | ||
|
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 @@ | ||
FROM bde2020/spark-submit:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-submit:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
ARG SBT_VERSION | ||
ENV SBT_VERSION=${SBT_VERSION:-1.4.1} | ||
ENV SBT_VERSION=${SBT_VERSION:-1.6.2} | ||
|
||
RUN wget -O - https://github.com/sbt/sbt/releases/download/v${SBT_VERSION}/sbt-${SBT_VERSION}.tgz | gunzip | tar -x -C /usr/local | ||
|
||
|
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 |
---|---|---|
|
@@ -62,7 +62,7 @@ the `/template.sh` script at the end. | |
#### Example Dockerfile | ||
|
||
``` | ||
FROM bde2020/spark-sbt-template:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-sbt-template:3.3.0-hadoop3.3 | ||
MAINTAINER Cecile Tonglet <[email protected]> | ||
|
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,4 +1,4 @@ | ||
scalaVersion := "2.12.14" | ||
libraryDependencies ++= Seq( | ||
"org.apache.spark" %% "spark-sql" % "3.2.1" % "provided" | ||
"org.apache.spark" %% "spark-sql" % "3.3.0" % "provided" | ||
) |
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,4 +1,4 @@ | ||
FROM bde2020/spark-base:3.2.1-hadoop3.2 | ||
FROM bde2020/spark-base:3.3.0-hadoop3.3 | ||
|
||
LABEL maintainer="Gezim Sejdiu <[email protected]>, Giannis Mouchakis <[email protected]>" | ||
|
||
|