Use jps to find out pid of the Child.
Then use this to find out which job the Child belongs to:
ps aux | grep <pid>

On Wed, Aug 25, 2010 at 12:20 PM, C J <c.josh...@yahoo.com> wrote:

> Hi,
>
> I wanted to know why I see running Child processes on my datanodes even
> though
> there is no job running at that time. Are these left over from failed
> attempts?
>
> Is there anything I can do to keep these clean?
>
> Thanks,
> Deepika
>
>
>

Reply via email to