hadoop-tools v0.7.2 Release Notes
Release Date: 2015-07-24 // over 9 years ago-
๐ 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