[
https://issues.apache.org/jira/browse/HADOOP-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725075#action_12725075
]
Maarten Winkels commented on HADOOP-6117:
-----------------------------------------
This problem seems to be caused by a line end in the PID files written by the
hadoop-daemon.sh script.
Changing the line:
echo $! > $pid
to
echo -n $! > $pid
solved the problem for me.
> Hadoop not stopping (windows XP, cygwin)
> ----------------------------------------
>
> Key: HADOOP-6117
> URL: https://issues.apache.org/jira/browse/HADOOP-6117
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.20.0
> Environment: Windows XP Professional Ver 5.1 Build 2600 Service Pack 3
> Cygwin DLL version: 1.5.25
> Reporter: Maarten Winkels
>
> Hadoop start fine with the start-all.sh script, but when stopping it says
> there are no processes to stop. The java processes can be seen in the task
> manager and also through "ps -ef" on cygwin.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.