RE: Unknown processes unable to terminate

2013-03-04 Thread Leo Leung
only. So it will not stop any other java process reported by jps. Cheers. From: Sai Sai [mailto:saigr...@yahoo.in] Sent: Monday, March 04, 2013 1:42 AM To: user@hadoop.apache.org Subject: Re: Unknown processes unable to terminate I have a list of following processes given below, i am trying to

Re: Unknown processes unable to terminate

2013-03-04 Thread Jean-Marc Spaggiari
Hi Sai, Are you fine to kill all those process on this machine? If you need ALL those process to be killed, and if they are all Java processes, you can use killall -9 java. That will kill ALL the java process under this user. JM 2013/3/4 shashwat shriparv : > You can you kill -9 13082 > > Is the

Re: Unknown processes unable to terminate

2013-03-04 Thread shashwat shriparv
You can you kill -9 13082 Is there eclipse or netbeans project running, that may the this process.. ∞ Shashwat Shriparv On Mon, Mar 4, 2013 at 3:12 PM, Sai Sai wrote: > I have a list of following processes given below, i am trying to kill the > process 13082 using: > > kill 13082 > > Its n

Re: Unknown processes unable to terminate

2013-03-04 Thread Sai Sai
I have a list of following processes given below, i am trying to kill the process 13082 using: kill 13082 Its not terminating RunJar. I have done a stop-all.sh hoping it would stop all the processes but only stopped the hadoop related processes. I am just wondering if it is necessary to stop a