You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Venkatavaradan Raghunathan <va...@yahoo-inc.com> on 2008/02/15 05:48:01 UTC

Issue starting dfs..

Hi

I am trying to run hadoop on windows (cygwin installation).

When I run command to start the dfs, I am getting the following
exception:
$ bin/start-dfs.sh
Hadoop home:/cygdrive/c/hadoop-0.15.3/bin/..
conf dir /cygdrive/c/hadoop-0.15.3/bin/../conf
starting daemon 1..
starting namenode, logging to
/cygdrive/c/hadoop-0.15.3/bin/../logs/hadoop-varad
an-namenode-orderfirm-lx.out
starting daemon 2..
before calling slaves..
config called inside slaves..
before ssh
localhost: cat: cannot open file
/dev/fs/C/tmp/hadoop-varadan-datanode.pid : No
such file or directory
localhost: starting datanode, logging to
/cygdrive/c/hadoop-0.15.3/bin/../logs/h
adoop-varadan-datanode-orderfirm-lx.out
localhost: mv: rename
/dev/fs/C/cygdrive/c/hadoop-0.15.3/bin/../logs/hadoop-vara
dan-datanode-orderfirm-lx.out to
/dev/fs/C/cygdrive/c/hadoop-0.15.3/bin/../logs/
hadoop-varadan-datanode-orderfirm-lx.out.1: No such file or directory
localhost: head: Cannot open file
'/dev/fs/C/cygdrive/c/hadoop-0.15.3/bin/../log
s/hadoop-varadan-datanode-orderfirm-lx.out': No such file or directory

Can anybody help me in this regard?

Thanks and Regards
Venkat