Skip to content

Commit

Permalink
Merge pull request #234 from exacaster/spark_323
Browse files Browse the repository at this point in the history
Add support for spark 3.2.3
  • Loading branch information
pdambrauskas authored Nov 30, 2022
2 parents fe04706 + 5a696ab commit e8e6fd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e8e6fd5

Please sign in to comment.