Hi Shekar,

a. How do I detect it?
-- You can go to Yarn's monitoring page, usually, localhost:8088. May see
what are running.

b. How do I kill redundant jobs?
-- Just like what you do for any Yarn jobs. *yarn application -kill
applicationId* . If you are using the similar structure as the hello-samza,
there is a script, samza/bin/kill-job.sh which you can use.

Thanks,

Fang, Yan
yanfang...@gmail.com

On Mon, Jun 15, 2015 at 10:36 PM, Shekar Tippur <ctip...@gmail.com> wrote:

> Hello,
>
> I have a scenario where for each incoming message, I see 3 corresponding
> processed message.
> I am suspecting that I may have submitted the same job multiple number of
> times to Yarn.
>
> If this is the case,
> a. How do I detect it
> b. How do I kill redundant jobs?
>
> Could there be other reasons for this?
>
> Appreciate your input.
>
> - Shekar
>

Reply via email to