Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research if the spark-k8s operator can be used by external tools that only support spark-submit #338

Closed
maltesander opened this issue Jan 11, 2024 · 2 comments

Comments

@maltesander
Copy link
Member

Products like Talend only support creating spark-submits. Is there a way how to support simple spark-submits without deploying custom resources? Could be a standby pod receiving spark-submits and creating the actual CR out of that?

This is pretty much against the design of the spark-k8s operator and rather something for archived spark-operator...

@razvan
Copy link
Member

razvan commented Jan 11, 2024

spark-submit can work with K8S directly (no need for any operator). Talend just needs to provide the necessary settings (most importantly the K8S crdentials). Of course, in such cases, the experience is crude and the application lifecycle needs to be managed by Talend.

@fhennig
Copy link
Member

fhennig commented Jun 6, 2024

doesn't make sense to use our operator with spark-submit.

@fhennig fhennig closed this as completed Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants