Skip to content

Commit

Permalink
add log4j fixes to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tingweiftw committed Dec 8, 2023
1 parent 3d22b37 commit 36aed1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ In principle, new features can be added to an existing version, but the change
should not be breaking to existing default `docker run` with default env vars
set-up.

## v4

- No longer self-compilation of Zeppelin from source code since it hardly works,
using pre-built binary `zeppelin-x.y.z-bin-netinst.tgz`.
## v5
- No longer use fat jar from <https://github.com/dsaidgovsg/pac4j-authorizer>,
and instead place the latest working `buji-pac4j` and `pac4j-oauth` (and
their deps JARs) into `${ZEPPELIN_HOME}/lib`.
- Replaced `log4j-1.2.17.jar` and `slf4j-log4j12-1.7.30` with reload4j variant.

## v4
- No longer self-compilation of Zeppelin from source code since it hardly works,
using pre-built binary `zeppelin-x.y.z-bin-netinst.tgz`.
- Drop all `_IMPERSONATE_` env vars since they do not work properly in Zeppelin
0.10.z:
- `ZEPPELIN_IMPERSONATE_USER`
Expand Down
14 changes: 13 additions & 1 deletion templates/vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
self_version: "v4"
self_version: "v5"

versions:
- zeppelin: ["0.10.1"]
spark: ["3.2.2"]
java: ["8"]
scala: ["2.12"]
hadoop: ["3.3.1"]

- zeppelin: ["0.10.1"]
spark: ["3.3.0"]
java: ["8"]
scala: ["2.12"]
hadoop: ["3.3.2"]

- zeppelin: ["0.10.1"]
spark: ["3.4.1"]
java: ["8"]
Expand Down

0 comments on commit 36aed1c

Please sign in to comment.