Details
Description
Building Hadoop fails on Windows due to a few shell scripts that make invalid assumptions:
1) Colon shouldn't be used to separate multiple paths in command line parameters. Colons occur in Windows paths.
2) Shell scripts that rely on running external tools need to deal with carriage return - line feed differences (lines ending in \r\n, not just \n)