hadoop-tools v1.0.1 Release Notes

Release Date: 2016-02-25 // about 8 years ago
  • ๐Ÿ†• 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
    

Previous changes from 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