I have a 32 bit machine with windows 7, I need to install hadoop and try it out, I checked Cloudera distribution and it is for linux, VMWare images with 64 bit processor. How do I install Hadoop on windows 7 with 32 bit processor?

link|improve this question

Flagged this as should be on ServerFault.com. Try searching there first, and if you can't find anything, you can move this question from here to there pretty easily. – Spencer Kormos Feb 7 at 16:57
Similar to [stackoverflow.com/questions/9034588/…) – Matt D Feb 7 at 18:12
feedback

2 Answers

up vote 2 down vote accepted

Well, the closest thing is that you can install VMWare Player, a linux distro as a virtual machine on the top of VMWare and then the Hadoop packages on your virtual linux box. But that's slow and I wouldn't recommend it.

There's no Hadoop for windows.

link|improve this answer
Microsoft and HortonWorks are working on migrating Hadoop to Windows Server and Azure. – Praveen Sripati Feb 8 at 6:03
Thanks for the info. I guess HDFS as well. Now it's up to me to decide whether it's a good news or a bad news. : ) – Laszlo Tenki Feb 8 at 8:17
feedback

You can install Hadoop on windows if you install cygwin see http://ebiquity.umbc.edu/Tutorials/Hadoop/00%20-%20Intro.html Also Microsoft is working with Hortonworks to bring Hadoop to windows properly but for now it is only available on Azure. I understands there are plans to make it available on windows in general in the future.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.