• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Hadoop on Windows

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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].
 
I'm thinking about a new battle cry. Maybe "Not in the face! Not in the face!" Any thoughts tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic