Skip to content

Commit

Permalink
feat(build): update 3.2.1 to 3.2.2 (#37)
Browse files Browse the repository at this point in the history
Also fix build support description in CHANGELOG.
  • Loading branch information
guangie88 authored Aug 11, 2022
1 parent 1603d07 commit 6485b7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@ jobs:
scala: "2.12"
with_hive: "true"
with_pyspark: "true"
- spark: "3.2.1"
- spark: "3.2.2"
java: "8"
hadoop: "3.3.1"
scala: "2.12"
with_hive: "true"
with_pyspark: "true"
- spark: "3.2.1"
- spark: "3.2.2"
java: "8"
hadoop: "3.3.1"
scala: "2.13"
with_hive: "true"
with_pyspark: "true"
- spark: "3.2.1"
- spark: "3.2.2"
java: "11"
hadoop: "3.3.1"
scala: "2.12"
with_hive: "true"
with_pyspark: "true"
- spark: "3.2.1"
- spark: "3.2.2"
java: "11"
hadoop: "3.3.1"
scala: "2.13"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v3

- (Temporarily drop support for R due to keyserver issues)
- Only supports for for 3.0.3, 3.1.3, 3.2.1 (dropped 2.4.8).
- Only supports for for 3.1.3, 3.2.2, 3.3.0 (dropped 2.4.8).
- Supports both Java 8 and 11 for Spark 3 builds.

## v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The current set-up builds for the following Spark versions with Kubernetes on
Debian:

- `3.3.0`
- `3.2.1`
- `3.2.2`
- `3.1.3`

## Note
Expand Down
2 changes: 1 addition & 1 deletion templates/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ versions:
hadoop: ['2.7.4', '3.2.0']
scala: ['2.12']

- spark: ['3.2.1']
- spark: ['3.2.2']
java: ['8', '11']
hadoop: ['3.3.1']
scala: ['2.12', '2.13']
Expand Down

0 comments on commit 6485b7e

Please sign in to comment.