Skip to content
Draft
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
4 changes: 2 additions & 2 deletions spark_on_k8s/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ def _parse_app_name_and_id(
if app_name != original_app_name:
self.log(
msg=(
f"Application name {original_app_name} is too long"
f" and will be truncated to {app_name}"
f"Application name {original_app_name!r} has been sanitized"
f" to {app_name!r} to comply with Kubernetes naming conventions"
),
level=logging.WARNING,
should_print=should_print,
Expand Down
Loading