You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Ivan Petrov <ca...@gmail.com> on 2020/09/05 14:41:27 UTC

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

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?

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

Posted by Ivan Petrov <ca...@gmail.com>.
Nice, thanks!

сб, 5 сент. 2020 г. в 17:42, Sandeep Patra <sp...@gmail.com>:

> See if this helps: https://spark.apache.org/docs/latest/monitoring.html .
>
> On Sat, Sep 5, 2020 at 8:11 PM Ivan Petrov <ca...@gmail.com> 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?
>>
>

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

Posted by Sandeep Patra <sp...@gmail.com>.
See if this helps: https://spark.apache.org/docs/latest/monitoring.html .

On Sat, Sep 5, 2020 at 8:11 PM Ivan Petrov <ca...@gmail.com> 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?
>