1

To compile Hadoop under Windows it is said to have sh program (in BUILDING.txt file), which is said to be contained in GnuWin32. Unfortunately, I can’t find one there, for example, in Sh-Utils.

Where can I take sh.exe, required for Hadoop compilation?

Zombo
  • 1
  • 62
  • 391
  • 407
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385

2 Answers2

0

They are telling you to get sh.exe from GnuWin32 because they don’t know shit about Windows. Here are some things wrong with GnuWin32:

Just do the sane thing and get Cygwin.

Community
  • 1
  • 1
Zombo
  • 1
  • 62
  • 391
  • 407
0

As mentioned earlier, sh.exe is not part of GnuWin32. My suggestion is to install git and set the environment path to use git binaries. Git includes all needed *nix like tool in windows for hadoop compilation.

Git download url: http://git-scm.com/download/win

techhero
  • 1,074
  • 11
  • 11