| Author |
Hadoop on Windows
|
Madhumitha Baskaran
Ranch Hand
Joined: Feb 27, 2010
Posts: 62
|
|
Hi,
I have configured Hadoop for Windows Cygwin. I guess configuration is successful. But when I start dfs or mapred,
I get errors like
/usr/local/hadoop/bin/hadoop-daemon.sh: line 30: pwd: Write error Bad file descriptor
/usr/local/hadoop/bin/hadoop-deamon.sh: line 35: /hadoop-config.sh: No such file or directory
/usr/local/hadoop/bin/hadoop-daemon.sh: line 38: /slaves.sh: No such file or directory
Sometimes its getting started.
If I run bin/hadoop , it is hanging. It is not starting at all.
If I run bin/hadoop hadoop-test.jar, it says "Could be replicated to 0 nodes instead of 1"
Thanks,
Madhu
|
 |
Madhumitha Baskaran
Ranch Hand
Joined: Feb 27, 2010
Posts: 62
|
|
I also see that
DFS used 100%
DFS remaining 0%
Is it causing any issue here?
I have more space left in my C drive but
|
 |
Tushar Sudake
Greenhorn
Joined: Jan 31, 2013
Posts: 2
|
|
|
I haven't tried this configuration myself ever [Windows + Cygwin + hadoop], but looks like $HADOOP_HOME is missing or not pointing to expected location [i.e. Hadoop installation dir].
|
 |
 |
|
|
subject: Hadoop on Windows
|
|
|