New Features
Kerberos / SASL support
💼 hh
is now full enterprise thanks to @luke-clifton
RPM Install (for RHEL/CentOS 6.x only)
Sourcing /etc/profile.d/bash_completion.sh
activates bash completion for the current bash session, alternatively you can just log out and log in again.
$ yum install hadoop-tools-1.0-1.x86_64.rpm
$ source /etc/profile.d/bash_completion.sh
Other Platforms
hh
should work fine on other Linux distros, as well as Mac OS/X, but you'll have to build it from source using GHC 7.8.x or 7.10.x
The easiest way to do this is using mafia or cabal-install:
$ mafia install hadoop-tools
$ cabal install hadoop-tools