From ec0c6a46d4922d74597677a4fcc65af91fa4b013 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Mon, 2 Feb 2015 00:14:48 +1100 Subject: [PATCH] Updated readme with CDH 5.x info --- README.md | 3 +-- hadoop-tools.cabal | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e843e3..1337e68 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,4 @@ Tools for working with Hadoop written with performance in mind. -*This has only been tested with the HDFS protocol used by CDH4.6.0, -later versions (i.e. CDH5) are work in progress* +*This has been tested with the HDFS protocol used by CDH 5.x* diff --git a/hadoop-tools.cabal b/hadoop-tools.cabal index a3e0eeb..77f411f 100644 --- a/hadoop-tools.cabal +++ b/hadoop-tools.cabal @@ -1,5 +1,5 @@ name: hadoop-tools -version: 0.5 +version: 0.6 synopsis: Fast command line tools for working with Hadoop. @@ -7,9 +7,11 @@ synopsis: description: hh - Blazing fast interaction with HDFS . - Currently we only support v7 of the RPC protocol (< CDH5). + If built against hadoop-rpc-1.x.x.x then these tools support v9 of the + Hadoop RPC protocol (CDH 5.x and above). . - Support for v9 (>= CDH5) is coming soon. + Earlier versions (< 0.6) can be installed using + --constraint=hadoop-rpc==0.1.1.1 if you need v7 support. . > hh cat - Print the contents of a file to stdout > hh cd - Change working directory @@ -58,7 +60,7 @@ executable hh , configurator >= 0.3 , exceptions >= 0.6 , filepath >= 1.3 - , hadoop-rpc >= 0.1.1.1 + , hadoop-rpc >= 1.0.0.1 , old-locale >= 1.0 , optparse-applicative >= 0.11 , protobuf >= 0.2.0.4