How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Batch Jobs for SparkClient: Submitting and Managing Spark Workloads from Python

calendar_today July 25, 2026 person Sameer Yadav domain kubeflow

As part of GSoC 2026, we’ve been extending SparkClient ( KEP-107 ) — the Kubeflow SDK’s Python interface for running Spark on Kubernetes — with support for batch job submission and lifecycle management. Previously, SparkClient covered interactive workloads well via connect() , but running a batch job (the “submit a script, walk away, come back to results” kind of work that powers ETL pipelines and scheduled data prep) meant working with the SparkApplication CRD directly. This post walks through how the new submit_job() API and its accompanying lifecycle APIs work, what’s happening on the clust

open_in_new Read original post