Details
Description
the EXPORT commands in the scripts didn't play nicely w/the default shell & Hadoop wouldn't start ("... is not an
identifier"). I changed the first #! line of bin/hadoop-daemon.sh and bin/hadoop to specify bash, then everything worked:
#!/bin/bash
ksh is probably another option that will work, but we did not try that