Hadoop Tools v0.7.2
New Features
This releases fixes the long standing problem of automatic name node switchover. Now, if you have two or more name nodes in a high availability (HA) setup, hh
will automatically select the active name node.
If you previously were using a ~/.hh
config file to work around this problem, it should be safe to delete it.
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-0.7-2.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.10.1.
The easiest way to do this is via cabal-install
:
$ cabal install hadoop-tools