Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# limitations under the License.


__version__ = "2.4.3.affirm8"
__version__ = "2.4.3.affirm9"
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ case "$SPARK_K8S_CMD" in
;;
*)
echo "Non-spark-on-k8s command provided, proceeding in pass-through mode..."
exec /sbin/tini -s -- "$@"
exec /usr/bin/dumb-init -- "$@"
;;
esac

Expand Down