From 5a696ab9f468c6fbf724ae2c2f4332622f2e528b Mon Sep 17 00:00:00 2001 From: paulius Date: Tue, 29 Nov 2022 08:15:35 +0200 Subject: [PATCH] Add support for spark 3.2.3 --- .github/workflows/publish-registry.yml | 2 +- README.md | 2 +- docs/docker.md | 2 +- docs/kubernetes.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-registry.yml b/.github/workflows/publish-registry.yml index ddfa4043..e6423a62 100644 --- a/.github/workflows/publish-registry.yml +++ b/.github/workflows/publish-registry.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - spark_version: 3.2.2 + - spark_version: 3.2.3 hadoop_version: 3.2 - spark_version: 3.3.1 hadoop_version: 3 diff --git a/README.md b/README.md index 1bdd0527..3b5b2270 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker build -t lighter . ### Spark versions -Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.2.2 and 3.3.1. +Lighter will always try to support the latest patch version for all officially recommended [Apache Spark](https://spark.apache.org/) releases i.e.: 3.2.3 and 3.3.1. ### Contributing diff --git a/docs/docker.md b/docs/docker.md index 21e01ded..f2f2fea4 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -3,7 +3,7 @@ If you're thinking of running Lighter on docker, you are probably using it with YARN backend. When you are running it, you should expose two ports (REST API port and Python Gateway port), as shown in this example: ```bash -docker run ghcr.io/exacaster/lighter:0.0.40-spark3.3.1 \ +docker run ghcr.io/exacaster/lighter:0.0.41-spark3.3.1 \ -p 8080:8080 \ -p 25333:25333 \ -e LIGHTER_KUBERNETES_ENABLED=false \ diff --git a/docs/kubernetes.md b/docs/kubernetes.md index c41968c0..01ad45a6 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -84,7 +84,7 @@ spec: run: lighter spec: containers: - - image: ghcr.io/exacaster/lighter:0.0.40-spark3.3.1 + - image: ghcr.io/exacaster/lighter:0.0.41-spark3.3.1 name: lighter readinessProbe: httpGet: