RE: stop-dfs.sh does not work

2013-07-09 Thread Devaraj k
Hi, Are you trying to stop the DFS with same user or different user? Could you check whether these processes are running or not using 'jps' or 'ps' . Thanks Devaraj k From: YouPeng Yang [mailto:yypvsxf19870...@gmail.com] Sent: 10 July 2013 11:01 To: user@hadoop.apache.org Subject: stop-dfs.sh d

Re: stop-dfs.sh does not work

2013-07-09 Thread deepak rosario tharigopla
Also, You can browse to this location which is the jdk root /usr/lib/jvm/jdk1.6.0_43/bin/ and if you can find jps (jdk1.6 comes with jps but not openjdk and its preferable to use sun jdk6 for hadoop) there simple type jps and execute which will give you all the java process in the JVM Good handy j

Re: stop-dfs.sh does not work

2013-07-09 Thread rozartharigopla
You can try the following Sudo netstat -plten | grep java This will give you all the java process which have a socket connection open. You can easily figure out based on the port no you have mentioned in config files like core-site.xml and kill the process Thanks & Regards, Deepak Rosario Pan