Re: Spark Application REST API, looking for a way to kill specific task or executor

2020-09-05 Thread Ivan Petrov
Nice, thanks! сб, 5 сент. 2020 г. в 17:42, Sandeep Patra : > See if this helps: https://spark.apache.org/docs/latest/monitoring.html . > > On Sat, Sep 5, 2020 at 8:11 PM Ivan Petrov wrote: > >> Hi, is there any API to: >> - get running tasks for a given Spark Application >> - get available

Re: Spark Application REST API, looking for a way to kill specific task or executor

2020-09-05 Thread Sandeep Patra
See if this helps: https://spark.apache.org/docs/latest/monitoring.html . On Sat, Sep 5, 2020 at 8:11 PM Ivan Petrov wrote: > Hi, is there any API to: > - get running tasks for a given Spark Application > - get available executors of a given Spark Application > - kill task or executor? >