kubeflow/sdk

Support jar file submission for Spark jobs

Open

#593 geöffnet am 16. Juli 2026

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (196 Forks)auto 404
area/sparkhelp wantedkind/feature

Repository-Metriken

Stars
 (124 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What you would like to be added?

The goal of the issue is to expose a main_class parameter on the FileJob dataclass to enable jar file submission.

Why is this needed?

The Spark SDK KEP proposes a main_class parameter on the FileJob dataclass.

However, the current implementation for FileJob does not support this parameter. As such, jar file submission is not enabled on the Spark SDK.

Love this feature?

Give it a 👍 We prioritize the features with most 👍

Contributor Guide