kubeflow/sdk

Refactor Spark options API to clearly distinguish SparkApplication and SparkConnect options

Aberta

#720 aberto em 4 de ago. de 2026

 (7 comentários) (0 reação) (1 responsável)Python (196 forks)auto 404
area/sparkgood first issuehelp wantedkind/feature

Métricas do repositório

Stars
 (124 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Summary

The current Spark options API exposes options through a common entry point even though some options are only applicable to SparkConnect (for example PodTemplateOverride). This can make it difficult for users to determine which options are supported by submit_job() versus connect().

Refactor the options API and documentation to provide a clearer, more consistent experience while preserving existing functionality.

Ref - https://github.com/kubeflow/sdk/pull/685#pullrequestreview-4859037596

Guia do colaborador