You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v] ✋ I have searched the open/closed issues and my issue is not listed.
Hi,
Is it possible to retrieve the status of Spark applications via an API after the driver service has terminated? I'm looking for something similar to the output of the following kubectl command:
kubectl get sparkapplications [application-name] -n [namespace] -o yaml
The text was updated successfully, but these errors were encountered:
Hi @matanparker, are you referring to a HTTP API for getting details of or the status of an application? Or about persisting application history after driver termination and being able to query that historical state?
Hi,
Is it possible to retrieve the status of Spark applications via an API after the driver service has terminated? I'm looking for something similar to the output of the following kubectl command:
kubectl get sparkapplications [application-name] -n [namespace] -o yaml
The text was updated successfully, but these errors were encountered: