This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
New features
- Base tech upgrades to
3.0.1
- Adds support of
_SPARK_AUTH_SECRET_FILE
environment to accept file-based authentication, similar to_SPARK_AUTH_SECRET
, which accepts secret directly. - Adds the flag
--executor-auth-secret-path
in a Spark CLI to enable File-Based RPC Authentication. - Adds configurations to support log rotate options
stdout_max_size
andstderr_max_size
.
Updates
- Supports Scala version
2.12
only. No longer supports Scala version2.11
. - Compiles Spark with Hadoop versions
3.2
and2.7
.
Breaking changes
- Spark CLI flag
--executor-auth-secret
, no longer accepts filename or secret path. - No longer publish Spark docker image compiled with Hadoop
2.9
.