Skip to content

feat(yarn): support spark-submit --kill and --status (4.x) - #56

Merged
Asmoday merged 1 commit into
develop/4.3.0/4.2.0.1from
feature/yarn-spark-submit-operation-4.x
Jul 28, 2026
Merged

feat(yarn): support spark-submit --kill and --status (4.x)#56
Asmoday merged 1 commit into
develop/4.3.0/4.2.0.1from
feature/yarn-spark-submit-operation-4.x

Conversation

@Asmoday

@Asmoday Asmoday commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

SparkSubmitOperation had a single implementation (Kubernetes), so --kill/--status with --master yarn failed with "No external SparkSubmitOperations clients found". Add a YARN implementation backed by YarnClient, registered via ServiceLoader. On a secure cluster the request authenticates with the current ticket cache, or logs in from spark.kerberos.principal/keytab when set.

@Asmoday Asmoday self-assigned this Jul 28, 2026
SparkSubmitOperation had a single implementation (Kubernetes), so
--kill/--status with --master yarn failed with "No external
SparkSubmitOperations clients found". Add a YARN implementation backed
by YarnClient, registered via ServiceLoader. On a secure cluster the
request authenticates with the current ticket cache, or logs in from
spark.kerberos.principal/keytab when set.

(cherry picked from commit 10d75c3dc0aa2b511b9a76f6762921d85ef4bfaf)
@Asmoday
Asmoday force-pushed the feature/yarn-spark-submit-operation-4.x branch from 5ca4f79 to 1f54f33 Compare July 28, 2026 08:08
@Asmoday
Asmoday merged commit 6f70ffb into develop/4.3.0/4.2.0.1 Jul 28, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant